home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / pc_cai.zip / AE.HLP < prev    next >
Text File  |  1989-01-06  |  6KB  |  177 lines

  1. PC-CAI Alan's Editor Help Menu
  2. @1,Function Keys
  3. @2,Control Commands
  4. @5,Summary of Commands by Action
  5. @9,Limitations
  6. ##1
  7.                                  Function Keys
  8.  
  9. Function keys are located on the left of the keyboard. This is a brief
  10. description of their meaning.
  11.  
  12. Esc- End: Ends Editor.
  13. F1-Save : Lets you save the current working file for future use. 
  14. F2-Get: Allows you to get a file from disk.
  15. F3-Top: Moves to the top of the file
  16. F4-Bottom: Jumps to the last line of the file
  17. F5-Delete: Allows you to delete a number of lines below the cursor position.
  18. F6-Insert: Allows you to insert 1 to 10 blank lines. 
  19. F7-Help: Help screens, change disks, directory options.
  20. F8-Clear: Clears workspace (Does not clear copy buffer).
  21. F9-Mark: Used to mark blocks for copy.
  22. F10-Copy: Used in conjuction with 9-Mark to copy text.  See also Ctrl-C. 
  23.  
  24. ##2
  25.                         Control Commands (CTRL)
  26.  
  27. Control commands are issued by pressing the CTRL key like a shift key, and 
  28. then simultaneously pressing a single command key such as a D, W or F. Below 
  29. is a list of the available control commands: 
  30.  
  31. CTRL C - Is similar to the F10 function key. However, instead of first 
  32. inserting blank lines before making a copy, CTRL C will place the copied text 
  33. in the position specified by the cursor, directly over any text that may 
  34. happen to exist there. 
  35.  
  36. CTRL D - Deletes all characters on the current line which are to the right of 
  37. the cursor. If the cursor is in column one, the entire line will be deleted, 
  38. and any text below that line will be moved up on the screen. SEE CTRL-Y
  39.  
  40. CTRL F - This command "fills" the text from the current line to the next
  41. blank line which starts with a dot "." Each line is filled with as many words 
  42. as will fit while observing the current line length specifications. 
  43.  
  44. CTRL-G - Begin the PC-CAI program currently in memory.
  45.  
  46. (continued)
  47. ##3
  48. CTRL K - The horizontal highlighted bar at the bottom of the screen which
  49. initially displays copyright information. Successively pressing CTRL K will 
  50. display the function key commands, CTRL commands, and tab settings. 
  51.  
  52. CTRL L - This command may be used to reset the line length specifications 
  53. within EDIT. After pressing CTRL L, you will be prompted to enter the new 
  54. line length. 
  55.  
  56. CTRL P - Places text on the current line in centered position with respect to 
  57. the line length specifications. 
  58.  
  59. CTRL R - This command allows you to replace text on the screen. After 
  60. pressing CTRL R, you will notice a request at the bottom of the screen which 
  61. says "Old/New". Enter the string of characters to be replaced , followed by a 
  62. "/", and the new string of characters.
  63.  
  64. (continued)
  65. ##4
  66. CTRL S - Will search for a specified text. You will be prompted to enter the
  67. text to be located. Each time this text is matched, it will be highlighted on 
  68. the screen. The search is conducted from the beginning of the current 
  69. workspace to the end of the current workspace.
  70.  
  71. CTRL T - Allows you to reset the tab settings by entering up to 20 column 
  72. numbers at which you wish the tabs to be set. These column numbers should be 
  73. entered from smallest to largest, should be separated by semicolons, and none 
  74. should exceed the line length. 
  75.  
  76. CTRL W - Deletes text from the position of the cursor to the next blank. This 
  77. is usually used to delete a word. 
  78.  
  79. CTRL-Y - Deletes the line where is cursor is.
  80.  
  81. CTRL X - Splits a line at the position of the cursor, and places the text to 
  82. the right of the cursor on the next line. This should be used for inserts of 
  83. more than several characters.
  84. ##5
  85.                           SUMMARY OF COMMANDS
  86.                                BY ACTION
  87.  
  88.           To Begin a CAI program - CTRL-G   (go)
  89.  
  90.           Cursor Movement 
  91.           
  92.           Arrows    - move cursor in direction indicated
  93.           Home key  - move cursor to upper left of screen
  94.           End key   - move cursor to end of current line
  95.           (Tab)     - move cursor to next tab stop
  96.           
  97.           Delete
  98.           
  99.           Del key - delete character
  100.           CTRL W  - delete word
  101.           CTRL D  - delete to end of line (Also CTRL-Y)
  102.           CTRL-Y  - deletes a line
  103.           F5      - delete line(s)
  104.           <--     - destructive backspace
  105.  
  106. (continued)
  107. ##6
  108.                           SUMMARY OF COMMANDS  
  109.                                BY ACTION       
  110.  
  111.           Insert
  112.           
  113.           Ins key - insert character(s)
  114.           F6      - insert line(s)
  115.           
  116.           
  117.           Screen Formatting
  118.           
  119.           CTRL F - fill text
  120.           CTRL L - set line length
  121.           CTRL P - place text in center of screen
  122.           CTRL T - set tab stops
  123.  
  124. (continued)
  125. ##7
  126.  
  127.                           SUMMARY OF COMMANDS  
  128.                                BY ACTION       
  129.           
  130.           Movement within document
  131.           
  132.           F3   - move to top of file
  133.           F4   - move to bottom file
  134.           PgDn - page down 11 lines
  135.           PgUp - page up 11 lines
  136.  
  137.           
  138.           Search and Replace
  139.           
  140.           CTRL S - search for text string - global to end
  141.           CTRL R - replace text string - can be global to end
  142.  
  143. (continued)
  144. ##8
  145.                           SUMMARY OF COMMANDS  
  146.                                BY ACTION       
  147.  
  148.           Block copying
  149.           
  150.           F9     - mark text to be placed in rectangular copy buffer
  151.           F10    - copy rectangular block - non destructive
  152.           CTRL C - copy rectangular block - destructive
  153.           
  154.  
  155.           Others
  156.           
  157.           F1 - save current working document
  158.           F2 - get document from disk for editing
  159.           CTRL K - change help key at bottom of screen
  160.           CTRL X - split line
  161.           F7     - help
  162.           F8     - clear workspace
  163.           Esc key- end Editor
  164.  
  165. ##9
  166.  
  167.  
  168.                             LIMITATIONS TO PC-CAI EDIT
  169.           
  170.           1. Maximum length of any line is 79 characters. Files read 
  171.           into EDIT whose lines are longer than 79 characters in
  172.           length may be truncated.
  173.  
  174.           2. Maximum length of file is about 64,000 characters.
  175.  
  176.  
  177. n 79 cha