home *** CD-ROM | disk | FTP | other *** search
/ MS-DOS 8.0 / MS-DOS8.iso / DOS / edit.hlp < prev    next >
Text File  |  1999-04-24  |  11KB  |  361 lines

  1. @@!1!@
  2. Edit Commands
  3.  
  4. Cursor Movement Commands
  5. ─────────────────────────
  6. Home       - Move to the start of the current line.
  7. End        - Move to the end of the current line.
  8. Ctrl+Up    - Scroll up one line.
  9. Ctrl+Down  - Scroll down one line.
  10. PageUp     - Scroll up one screen.
  11. PageDown   - Scroll down one screen.
  12. Ctrl+PgUp  - Scroll left one screen.
  13. Ctrl+PgDn  - Scroll right one screen.
  14. Ctrl+Home  - Scroll to the start of the document.
  15. Ctrl+End   - Scroll to the end of the document.
  16. Ctrl+Left  - Move left one word.
  17. Ctrl+Right - Move right one word.
  18.  
  19. Editing Commands
  20. ─────────────────
  21. Enter      - Start a new line.
  22. Delete     - Delete the character that the cursor is on.
  23. Backspace  - Delete the character to the left of the cursor.
  24. Tab        - Move the cursor to next tab stop.
  25. Insert     - Switch between insert and overwrite modes.
  26. Ctrl+Y     - Delete the current line.
  27. Ctrl+V     - Paste buffer contents into file.
  28. Ctrl+P     - Allows special characters to be inserted.
  29.  
  30. Commands for Working with Selected Regions
  31. ───────────────────────────────────────────
  32. Shift      - Use the shift key in conjunction with the cursor
  33.              movement functions to select regions.
  34. Ctrl+C     - Copy the current selection to buffer.
  35. Ctrl+X     - Delete the current selection and copy it to buffer.
  36. Delete     - Delete the current selection.
  37. Tab        - Indent the selected lines.
  38. Shift+Tab  - Unindent the selected lines.
  39.  
  40. Commands for Finding and Replacing Text
  41. ──────────────────────────────────────────────
  42. Ctrl+Q+F   - Find text.
  43. Ctrl+Q+A   - Find text and replace it.
  44. F3         - Repeat the last search.
  45.  
  46. Window Management Commands
  47. ───────────────────────────
  48. F6         - Switch to next edit window.
  49. F8         - Switch to next file you are working on.
  50. Ctrl+F6    - Open second edit window.
  51. Ctrl+F4    - Close second edit window.
  52. Ctrl+F8    - Resize edit windows.
  53.  
  54. Other Commands
  55. ───────────────
  56. F1         - Display context-sensitive help.
  57.  
  58. Many of the older shortcut keys from previous versions of
  59. MS-DOS EDIT are also supported.
  60. @@!3!@
  61. Find
  62.  
  63. Finds text in a file.
  64.  
  65.  To find text that is an entire word and not part of a longer
  66.   word, click Match Whole Word Only.
  67.  To find text with the same combination of uppercase and
  68.   lowercase letters as the find text, click Match Case.
  69.  You can press ESC at any time to cancel the search.
  70. @@!4!@
  71. Replace
  72.  
  73. Finds specified text and replaces it with new text.
  74.  
  75.  To confirm each replacement, click the Replace button.
  76.  To replace all occurrences of the text at once, click the
  77.   Replace All button.
  78.  To find text that is an entire word and not part of a longer
  79.   word, click Match Whole Word Only.
  80.  To find text with the same combination of uppercase and
  81.   lowercase letters as the find text, click Match Case.
  82.  
  83. The first occurrence of the text is selected, and you are
  84. prompted to either Replace this match, or to Skip this match
  85. without replacing it, or to Cancel the search.
  86. You can also press ESC at any time to cancel the operation.
  87. @@!5!@
  88. File Open
  89.  
  90. Opens an existing file or creates a new named file.
  91.  
  92.  You can use the Files and Directories boxes to select the
  93.   path name for the file.  Or you can type the path name in the
  94.   File Name box.
  95.  
  96.  If the file doesn't exist, a new empty file is created with
  97.   the specified path name.
  98.  
  99.  To open the file in read-only mode, click Open Read-only.
  100.  
  101.  To open the file in binary mode, click Open Binary.  Then
  102.   enter the line width desired in the Line Width box below the
  103.   Open Binary checkbox.
  104. @@!6!@
  105. File Save As
  106.  
  107. Saves and names the file you are working on.
  108.  
  109.  Use this to name a new unnamed file, or to rename an existing
  110.   file.  Use the File Save command to save an existing file
  111.   without renaming it.
  112.  
  113.  Enter the new path name in the File Name box.  Or you can use
  114.   the Directories and Existing Files boxes to help you select a
  115.   different filename, directory, or drive.
  116.  
  117.  If there's already an existing file with the same name, then
  118.   Edit asks you if you're sure you want to replace it with this
  119.   file.
  120. @@!8!@
  121. Print
  122.  
  123. Prints the selected file you are working on.
  124.  
  125.  To print only part of the file, select the text you want to
  126.   print.  In the Print dialog box, click Selected Text Only.
  127.  
  128.  To print the whole file, click Complete Document.
  129. @@!9!@
  130. Colors
  131.  
  132. Determines the color of screen elements.
  133.  
  134. 1. From the Item list, click the item you want to change.
  135.  
  136. 2. From the Foreground list, click the color you want the item
  137.    to be.
  138.  
  139. 3. From the Background list, click the color you want the
  140.    background to be.
  141.  
  142. Tip:
  143.  To go back to the original color scheme, click Default.
  144.   This undoes all the changes you have made.
  145. @@!10!@
  146. Settings
  147.  
  148. Determines settings for Edit.
  149.  
  150.  Use Tab Stops to determine the number of tab stops on a line.
  151.  Use Printer Port to indicate the port your printer is
  152.   connected to.
  153. @@!101!@
  154. File New
  155.  
  156. Creates a new file.
  157.  
  158. When you save this file, you are prompted for the path name to
  159. save it to.
  160.  
  161. Use the File Open command to open an existing file.
  162. @@!102!@
  163. File Open
  164.  
  165. Opens an existing file or creates a new named file.  You can have
  166. up to 9 files in memory at once.
  167. @@!103!@
  168. File Close
  169.  
  170. Closes the file that you're currently viewing.
  171.  
  172. If you have changed the file since you last saved it, you are
  173. prompted to save it again.  
  174. @@!104!@
  175. File Save
  176.  
  177. Saves the file that you're currently viewing.
  178.  
  179. If the file is unnamed, you are prompted for a path name to
  180. save it to.  If an existing file has the same name as the file
  181. being saved, you are prompted whether you want to overwrite the
  182. existing file.
  183. @@!105!@
  184. File Save As
  185.  
  186. Saves the file that you're currently viewing under a different
  187. name, or lets you name a new unnamed file.
  188.  
  189. If an existing file has the same name as the file being saved,
  190. you are prompted whether you want to overwrite the existing
  191. file.
  192.  
  193. You can also use this command to save a file opened in read-only
  194. mode to a different name.  After this is done, the file is
  195. in read-write mode.
  196. @@!106!@
  197. File Print
  198.  
  199. Prints the current file to the printer.
  200.  
  201. You can print the entire file or just the current selection.
  202. @@!107!@
  203. File Exit
  204.  
  205. Exits you from Edit.
  206.  
  207. If you have changed any files since you last saved them, you are
  208. prompted whether to save each one.
  209. Click Yes to save the file, or No to discard the changes, or
  210. Cancel to continue editing the file.
  211. @@!112!@
  212. Edit Cut
  213.  
  214. Deletes the selected region and copies it to the Edit clipboard.
  215.  
  216. The Edit clipboard is a temporary holding area within Edit, and
  217. is separate from the Windows Clipboard.
  218.  
  219. You can also use the older Shift+Delete combination to cut text.
  220. @@!113!@
  221. Edit Copy
  222.  
  223. Copies the selected region to the Edit clipboard.
  224.  
  225. You can also use the older Ctrl+Ins combination to copy text.
  226. @@!114!@
  227. Edit Paste
  228.  
  229. Pastes the clipboard contents (if any) at the cursor position.
  230.  
  231. You can also use the older Shift+Ins combination to paste text.
  232. You can paste the same text more than once.
  233. @@!115!@
  234. Edit Clear
  235.  
  236. Deletes current selection without copying it to the clipboard.
  237. @@!121!@
  238. Search
  239.  
  240. Searches for and highlights specified text in a loaded file.
  241. @@!122!@
  242. Repeat Last Find
  243.  
  244. Finds the next occurrence of the text you were searching for.
  245. Starts searching from where the previous occurrence was found.
  246. @@!123!@
  247. Replace
  248.  
  249. Finds text and replaces it with new text.
  250. @@!131!@
  251. Split Window
  252.  
  253. Opens a second edit window.  You can also open a second window
  254. by dragging down the title bar.
  255.  
  256. You can use two windows to edit the same file, or different files.
  257. If the same document is being edited in both windows, then any
  258. editing changes made in one window also appear in the other
  259. window.
  260. @@!132!@
  261. Size Window
  262.  
  263. Resizes the edit windows, if two windows are open.
  264.  
  265. Use the Up Arrow and Down Arrow keys to resize the windows.
  266. Press Enter to accept the new window size, or Esc to cancel.
  267.  
  268. You can also use the mouse to resize the windows, by dragging
  269. the title bar of the bottom window with the mouse.
  270. @@!133!@
  271. Close Window
  272.  
  273. Closes the current edit window, if two windows are open.
  274.  
  275. Use the mouse or the F6 key to move the cursor to the window
  276. you want to close.  Then click this menu item to close it.
  277.  
  278. You can also use the mouse to close a window.  By dragging the
  279. bottom title bar off the top of the screen, you can close the top
  280. window, and by dragging it off the bottom of the screen, you can
  281. close the bottom window.
  282. @@!134!@
  283. View File
  284.  
  285. Selects a loaded file to edit.
  286.  
  287. Click the name of the file you want to switch to.
  288.  
  289. You can also use the Alt+1...Alt+9 shortcut keys to select a file,
  290. or use the F8 key to move to the next loaded file.
  291. @@!141!@
  292. Settings
  293.  
  294. Changes the Edit settings.
  295. @@!142!@
  296. Colors
  297.  
  298. Changes the Edit screen colors.
  299. @@!152!@
  300. Edit Commands
  301.  
  302. Lists the Edit keyboard commands.
  303. @@!153!@
  304. About Edit
  305.  
  306. Displays information about Edit.
  307. @@!200!@
  308. File Access Errors
  309.  
  310. Edit is unable to create or access the specified file, which
  311. might be due to the following reasons:
  312.  
  313.  You may be trying to create or write to a file on a drive that
  314.   is read-only, such as a CD-ROM or a read-only network drive.
  315.  You may be trying to overwrite a file that is read-only.
  316.  You may be trying to access a file that is locked by another
  317.   user or program.
  318.  You may be trying to read or write to a directory name.
  319. @@!201!@
  320. Empty Drive
  321.  
  322. Make sure that the disk drive has a disk in it, and that the
  323. drive door is closed.
  324. @@!202!@
  325. Disk Errors
  326.  
  327. MS-DOS is unable to read or write to this drive.
  328.  
  329. If this is a CD-ROM drive, make sure that it has a CD-ROM in it.
  330.  
  331. If this is a hard drive or floppy drive, there may be problems
  332. with your drive.  It is recommended that you exit immediately and
  333. correct the problems.  They might be caused by the following:
  334.  
  335.      A bad sector.
  336.      An incorrectly formatted or partitioned drive.
  337.      Hardware problems with your drive or controller.
  338.  
  339. A disk repair program (such as ScanDisk) may be helpful in fixing
  340. the problem.  You may also want to back up your drive.
  341. @@!203!@
  342. Printer Errors
  343.  
  344. Edit was unable to print to your printer, which might be
  345. due to the following reasons:
  346.  
  347.    The device doesn't have a printer attached to it.
  348.    The printer is turned off, or is off-line.
  349.    The printer is out of paper.
  350.    The printer cable is loose or disconnected.
  351. @@!204!@
  352. Invalid File or Path
  353.  
  354. Edit was unable to access this file or folder, which might be
  355. due to the following reasons:
  356.  
  357.    The path name is too long or contains invalid characters.
  358.    The path name refers to a folder that doesn't exist.
  359. @@!9999!@
  360.  
  361.