Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

360 lines
10 KiB

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