home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / aedit.zip / AEDIT.DOC next >
Text File  |  1993-11-30  |  3KB  |  68 lines

  1. AEDIT.EXE  (VERSION 1.1)                Copyright (c) 1993 Douglas Boling
  2. -------------------------------------------------------------------------
  3.              First Published in PC Magazine November 23, 1993 (Utilities)
  4. -------------------------------------------------------------------------
  5. AEDIT by Douglas Boling
  6.  
  7. Purpose:
  8.          A small, menu-driven, line-oriented text editor that can be run
  9. from DOS, OS/2, Windows NT, or a Windows DOS box.  In addition to providing
  10. basic file, editing, and search-and-replace operations, AEDIT includes Undo
  11. Last Edit, Set Tabs, and GOTO Line and Column features, and it can handle
  12. all file sizes that will fit within the system memory.
  13.  
  14. Format:
  15.                       AEDIT [/Tn] [/Ln] [/Cn] [[path]filename]
  16.  
  17. Remarks:
  18.          This new version fixes some bugs and adds a few requested features.
  19.  
  20. The bugs fixed are:
  21.                      Fixed misprint in help text
  22.                      Fixed command line parsing
  23.                      Fixed Repeat search function
  24.                      Fixed file save bug
  25.                      Added check for invalid FAT filenames
  26.  
  27. I added some additional hot keys that conform to the old IBM CUA model.
  28.  
  29. They are:
  30.                      F1           Key Help
  31.                      F3           Repeat Search
  32.                      Shift-Del    Cut
  33.                      Ctl-Ins      Copy
  34.                      Shft-Ins     Paste
  35.                      Alt-Bksp     Undo
  36.  
  37.      The optional switch parameters set the tab spacing (/T) and the
  38. line (/L) and column (/C) at which the cursor is initially placed.
  39. The default values of n are 8, 1, and 1, respectively, which provide tab
  40. stops every eight characters and put the cursor at the start of the file.
  41.  
  42.          The top-level menu contains File, Edit, Search, Configure, and
  43. Help menu items, each of which has submenu selections.  Under File are New,
  44. Open, Save, Save As, and Exit; under Edit are Cut, Copy, Paste, and Undo.
  45. Text cut or copied to the AEDIT buffer can be pasted repeatedly.  The Undo
  46. function affects only the last Editing operation.  Search items comprise
  47. Find, Repeat, Change, and GOTO (line), and Help accesses Help and the usual
  48. About box.
  49.  
  50.          To select a menu item, hold down the Alt key while pressing the
  51. highlighted letter.  Text can be marked for cut, copy, or delete operations
  52. by holding down the Shift key and moving the cursor.  Many of the functions
  53. have shortcut keys, which are listed in the Help selection.
  54.  
  55.          Both Find and Change are affected by the Respect Case flag, which
  56. can be changed at the Configuration menu.  By default, upper- and lowercase
  57. are ignored in determining a string match, but this can be toggled to the
  58. opposite state.  The Tab setting can also be changed from the Configuration
  59. menu.
  60.  
  61.          A status bar at the bottom of the screen indicates the filename,
  62. cursor line and column position, insert (I) or overstrike (O) mode,
  63. case-sensitive (S) or not (s), and whether CapsLock (Up Arrow) or NumLock
  64. (#) is active.  Prompts for strings to enter and reminders to save before
  65. exiting also appear in the status bar.
  66. -------------------------------------------------------------------------
  67. DOUGLAS BOLING IS A CONTRIBUTING EDITOR OF PC MAGAZINE.
  68. --------------------------------------------------------------------------