home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / dos / terminal / cilink30 / ciedit.doc < prev    next >
Encoding:
Text File  |  1993-04-19  |  6.3 KB  |  205 lines

  1.  
  2.                         Cedar Island Edit V1.2.
  3.  
  4. Mike Caughran
  5. Cedar Island Software
  6.  
  7. Here are a few notes on the operation of Cedar Island Edit.
  8.  
  9. CIEDIT follows many of the editing conventions found in Microsoft Windows,
  10. Microsoft QuickBasic, Turbo Pascal IDE, and Turbo C IDE.  If you are
  11. familiar with the editors found in these products you will be comfortable
  12. within CIEDIT.  CIEDIT also supports many of the WordStar key sequences.
  13.  
  14. CIEDIT supports:
  15.  
  16.        A mouse,scrollbars, multiple edit windows, cut, paste, find,
  17.        search-and-replace, and an XTREE-like Directory tree.
  18.  
  19.  
  20. CIEDIT may be started with a filename as a parameter like CIEDIT MYFILE.DOC
  21. or it may be started with a file mask as a parameter like CIEDIT *.DOC
  22. in which case a window would be opened from which a file selection may
  23. be made.
  24.  
  25. KEY Summary:
  26.  
  27. F2        - Save the current file.
  28. F3        - Open a new edit window.  
  29.            (You will be presented with the file selection window from which
  30.             you can choose a selection)
  31.  
  32. Alt-F3    - Close the current window.
  33.             (If you have made any changes to the file you are editing, you
  34.              will be asked if you want to save your changes before closing 
  35.              the window)
  36.  
  37. F5        - If you are viewing multiple files or have shrunken a window down,
  38.             this key will grow the window to its maximum size or toggle the
  39.             back to its shrunken size.
  40.  
  41. F6        - When editing multiple files, this key will jump to the next window
  42. Shift-F6  - Jump to the previous window
  43. F10       - Jumps to the menu bar at the top of the screen
  44.  
  45.  
  46. Shift-Down   - Hilight area to be cut 
  47. Shift-Up     - Hilight area to be cut
  48. Shift-Del    - Cut Hilighted area to Cut-Paste buffer
  49. Shift-Ins    - Insert Cut-Paste buffer before cursor location
  50. Ctrl-Ins     - Copy hilighted area to Cut-Paste buffer without deleting.
  51. Ctrl-Del     - Clear Cut-Paste buffer 
  52.  
  53. ESC       - Gets you out of CIEDIT and out of the file selection window
  54.  
  55. Ctrl-F5   - Allows you to move and resize the current edit window.
  56.             When you are in this mode, these keys are in effect:
  57.  
  58.               UpArrow    - moves the window up
  59.               DownArrow  - moves the window down
  60.               LeftArrow  - moves the window left
  61.               RightArrow - moves the window right
  62.  
  63.  
  64.  
  65.               ShiftUpArrow     - shrinks the window's bottom line up
  66.               ShiftDownArrow   - expands the window's bottom line down
  67.               ShiftLeftArrow   - shrinks the window's right edge to the left
  68.               ShiftRightArrow  - expands the window's right edge to the right
  69.              
  70.               ESC   - ends window move/resize
  71.  
  72. Alt-X        Quit CIEDIT
  73. Alt-F        Jump to File menu             
  74. Alt-E        Jump to Edit menu
  75. Alt-S        Jump to Search menu
  76. Alt-W        Jump to Window menu
  77. Alt-A        Jump to About menu
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. File menu keys:
  86. O or F3      Open the file selection window, select a file to edit,then
  87.              edit the file in a new window.
  88. N            Open an empty edit window      
  89. S            Save the current file
  90. A            Save the current file under a different filename.
  91. C            Bring up Directory Tree window so you can change the directory.
  92. D            Shell to DOS.  
  93. X            Quit CIEDIT        
  94.  
  95. Edit menu keys:
  96. U            Undo all changes since last save.
  97. T            Cut Hilighted area to Cut-Paste buffer
  98. C            Copy hilighted area to Cut-Paste buffer without deleting.
  99. P            Insert Cut-Paste buffer before cursor location
  100. S            Edit Cut-Paste buffer contents 
  101. C            Clear Cut-Paste buffer 
  102.  
  103.  
  104.  
  105. Search menu keys:
  106. F            Find a string
  107. R            Find a string and Replace it with another string
  108. S            Search again for the same string
  109.  
  110. Window menu keys
  111. S            Change current window size and location
  112. Z         Toggle the size of the current window between maximum and
  113.              its defined size
  114. T            If multiple edit windows are open they will be Tiled
  115. A         If multiple edit windows are open they will be Cascaded
  116. N            Jump to next open window
  117. P            Jump to previous open edit window
  118. C            Close the currend edit window
  119.  
  120. About menu keys
  121. A            Displays information about Cedar Island Edit 1.0
  122.  
  123.  
  124.  
  125.  
  126.  
  127. Mouse information:
  128.  
  129. Click on the little square box on the top line of the border around an edit
  130. window to close the window
  131.  
  132. Click on the double arrow on the top line of the border around an edit window
  133. to zoom the window to its maximum size or to shrink it to its defined size
  134.  
  135. Click and hold the top line of the border to move the window
  136. Click and hold the bottom right corner of the border to resize an edit window
  137.  
  138. If multiple edit windows are open, you may click on the window you want to 
  139. be active
  140.  
  141.  
  142.  
  143.  
  144.  
  145. File Selection window information:
  146.  
  147. Press F3 to open the File Selection window.
  148. You may enter the name of the file you want to edit in the field provided
  149. or you may tab to the list to select the file you want to edit from the list.
  150.  
  151.  
  152.  
  153. Directory Tree window information:
  154.  
  155. Press Alt-F then press C to change directory.
  156. A directory tree is displayed.
  157. Tab to the tree window.
  158. Cursor up and down the tree.
  159. Press enter on a tree limb to expand that directory.
  160. Tab to OK and press enter to change to the hilighted directory
  161. Press ESC to leave the Directory Tree window.
  162.  
  163.  
  164.  
  165. ShareWare information:
  166.  
  167.  
  168.       To register Cedar Island Edit V1.0, Send $10 to:
  169.  
  170.                   Cedar Island Software
  171.                   9018 Division St.
  172.                   Juneau, Alaska   99801
  173.        Please make checks payable to Mike S. Caughran
  174.  
  175.                    (907) 789-9030
  176.                   Before 10PM Pacific
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185. To receive the latest version you may do one of these three things: 
  186.  
  187.     Send us a formatted disk and a self-addressed mailer 
  188.     Send and additional $3 and we will buy the disk, mailer and postage.
  189.     Download the latest version from the Juneau RBBS at:
  190.  
  191.           (907) 789-1694 2400,N,8,1
  192.           (907) 789-7499 9600,N,8,1  
  193.  
  194.  
  195. Thank you for using Cedar Island Edit.  
  196. We hope you find it complete and easy to use.  If you have any questions
  197. or suggestions about the operation if CIEDIT, feel free to drop us a line.
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. Mike Caughran
  205. Cedar Island Software