home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / ed32eng1.zip / english / edit32.ipf < prev   
Text File  |  1994-09-10  |  24KB  |  621 lines

  1. .*********************************************************************
  2. .*                                                                   *
  3. .*        Help System for Edit (Simple Programmer's Editor)          *
  4. .*                                                                   *
  5. .*        Brian R. Anderson                                          *
  6. .*        January 25, 1992                                           *
  7. .*                                                                   *
  8. .*        Changed a little bit and translated to German:             *
  9. .*        Thomas K. Götz                                             *
  10. .*        August 29, 1994                                            *
  11. .*                                                                   *
  12. .*********************************************************************
  13. :userdoc.
  14. :title.Help for Edit32 Application
  15. :body.
  16. :h1 res=10.Extended Help
  17. :i1 id=ed.Editor
  18. .*
  19. :p.
  20. :hp2.Edit32:ehp2. is a simple programmer's editor.  Its only advantage
  21. over the standard OS/2 System Editor is that :hp2.Edit32:ehp2.
  22. displays line and column numbers -- something that is essential when
  23. attempting to interpret compiler diagnostics. It also shows a asterix
  24. in front of the line number if any changes on the text had been occured after
  25. last opening or saving.
  26. :p.
  27. All standard editing features are supported, including :hp4.undo/redo:ehp4.,
  28. :hp4.cut:ehp4., :hp4.copy:ehp4., :hp4.paste:ehp4. (using the system
  29. clipboard), :hp4.search/replace:ehp4., and :hp4.Go to line:ehp4..
  30. :p.
  31. Standard cursor control keys are available when editing.  CUA standards
  32. are followed for :hp1.most:ehp1.  functions.
  33. :p.
  34. More help can be obtained on any of the main menu items (and their
  35. associated pull-down menus) by double-clicking on one of the following:
  36. :sl compact.
  37. :li.:link res=100 reftype=hd.File:elink.
  38. :li.:link res=200 reftype=hd.Edit:elink.
  39. :li.:link res=300 reftype=hd.Help:elink.
  40. :esl.
  41. :p.
  42. :sl compact.
  43. :li.Brian R. Anderson
  44. :li.British Columbia Institute of Technology
  45. :li.3700 Willingdon Avenue
  46. :li.Burnaby, B.C.  V5G 3H2
  47. :li.CANADA
  48. :li.
  49. :li.Thomas K. Götz
  50. :li.Bremerhaven
  51. :li.Germany
  52. :esl.
  53. :p.
  54. .****************************************************************************
  55. .*
  56. :h1 res=100.File Menu Explained
  57. :i2 refid=ed.File Menu
  58. .*
  59. :p.
  60. The File menu allows access to disk files.  :hp8.File size must not
  61. exceed 64K.:ehp8.  To edit more than one file, start multiple copies of the
  62. editor by double-clicking on the :hp2.Edit32:ehp2. entry in a Desktop Manager
  63. menu or from the command line:
  64. :p.
  65. :hp2.[C: \WORK]:ehp2. :hp7.START Edit32:ehp7.
  66. :p.
  67. With multiple copies of the editor running, you can use the clipboard
  68. to move or copy text from one file to another (see :hp9.Edit:ehp9. menu for
  69. more details).
  70. :p.
  71. For more information, double-click on one of these topics:
  72. :sl compact.
  73. :li.:link res=101 reftype=hd.New:elink.
  74. :li.:link res=102 reftype=hd.Open:elink.
  75. :li.:link res=103 reftype=hd.Save:elink.
  76. :li.:link res=104 reftype=hd.Save as:elink.
  77. :li.:link res=105 reftype=hd.Exit:elink.
  78. :esl.
  79. :p.
  80. .***********************************************************************
  81. .*
  82. :h1 res=101.New Explained
  83. :i2 refid=ed.New
  84. .*
  85. :p.
  86. :hp9.New:ehp9. clears the edit window so that you can create a new file.
  87. If the contents of the edit window have changed since the last time you 
  88. saved, you will be given a chance to save before the window is cleared.
  89. :p.
  90. Unless you want to discard the changes that you have made to your file,
  91. select :hp2.Yes:ehp2. when prompted; if you select :hp2.No:ehp2., the
  92. file will :hp5.not:ehp5. be saved.  If you select :hp2.Cancel:ehp2., you
  93. will be returned to the edit window without any action.
  94. :p.
  95. To activate this command, select :hp9.New:ehp9. from the menu, or use
  96. the keyboard accelerator: Ctrl+N.
  97. :p.
  98. .***********************************************************************
  99. .*
  100. :h1 res=102.Open Explained
  101. :i2 refid=ed.Open
  102. .*
  103. :p.
  104. :hp9.Open:ehp9. allows you to access existing files on any disk or within
  105. any directory.  The dialog box that results from choosing :hp9.Open:ehp9.
  106. contains two list boxes -- one with disks/directories, the other with files.
  107. :p.
  108. To change to another disk or directory, simply double-click on the disk or 
  109. directory of interest -- the files list box will immediately show the
  110. files in that directory.
  111. :p.
  112. To select a file, simply double-click on the required file and it will
  113. be opened and read into the edit window.
  114. :p.
  115. You may also open files using just the keyboard:  Of course, you may
  116. simply type the name of the file that you want to open, followed by the
  117. Enter key.  Use the tab key to switch from one part of the dialog box
  118. to another.  Use the up and down Arrow keys to scroll through the
  119. disk/directory and file list boxes.  Use the Enter key to make your
  120. selection.  Use the Escape key to cancel without making a selection.
  121. :p.
  122. To activate this command, select :hp9.Open:ehp9. from the menu, or use
  123. the keyboard accelerator: Ctrl+O.
  124. :p.
  125. If you select :hp9.Open:ehp9. when you are already editing a file (and
  126. the file has changed since the last time you saved), you will be given
  127. the opportunity to save before the new file is opened.
  128. :p.
  129. .***********************************************************************
  130. .*
  131. :h1 res=103.Save Explained
  132. :i2 refid=ed.Save
  133. .*
  134. :p.
  135. :hp9.Save:ehp9. will save the contents of the edit window to the current
  136. file.  If the edit window contains new text that has never been saved,
  137. you will be prompted for a filename.  The current filename (if any)
  138. appears in the title bar.
  139. :p.
  140. To activate this command, select :hp9.Save:ehp9. from the menu, or use
  141. the keyboard accelerator: Ctrl+S.
  142. :p.
  143. After saving with this command, the asterix if any in front of the line 
  144. number will disappear.
  145. :p.
  146. .***********************************************************************
  147. .*
  148. :h1 res=104.Save as Explained
  149. :i2 refid=ed.Save as
  150. .*
  151. :p.
  152. :hp9.Save as:ehp9. allows you to save the contents of the edit window
  153. under a different filename (i.e., different from previous saves and/or
  154. different from the original filename).  Unlike :hp9.Save:ehp9., (which
  155. saves using the existing name) :hp9.Save as:ehp9. :hp5.always:ehp5. prompts
  156. for a new filename.
  157. :p.
  158. :hp9.Save as:ehp9. is useful for two distinct purposes: saving an altered
  159. file under a different name (to preserve the original file); and
  160. splitting a file.
  161. :p.
  162. Splitting a file is :hp1.tricky:ehp1., and should only be attempted after
  163. first saving a backup copy of the entire file.  Here are the steps involved
  164. in splitting a file:
  165. :sl compact.
  166. :li.1.  Cut one portion of the text to the clipboard.
  167. :li.2.  Save the remaining text to a new file.
  168. :li.3.  Delete the text that was just saved to the file.
  169. :li.4.  Paste the text that was previously Cut to the clipboard.
  170. :li.5.  Save the retreived text to a :hp5.second:ehp5. new file.
  171. :esl.
  172. :p.
  173. To activate this command, select :hp9.Save as:ehp9. from the menu, or use
  174. the keyboard accelerator: Ctrl+A.
  175. :p.
  176. After saving with this command, the asterix if any in front of the line 
  177. number will disappear.
  178. :p.
  179. .***********************************************************************
  180. .*
  181. :h1 res=105.Exit Explained
  182. :i2 refid=ed.Exit
  183. .*
  184. :p.
  185. :hp9.Exit:ehp9. terminates the editor session, and returns you to the
  186. operating system (Work Place Shell or OS/2 command prompt, depending upon how
  187. you started the program).  If you have changed the contents of the
  188. edit window since the last time that you saved, you will be given 
  189. the opportunities to save the contents to a file, to quit without saving
  190. or to cancel :hp9.Exit:ehp9. and return to the editor.
  191. :p.
  192. To activate this command (i.e., quit the editor), you may select
  193. :hp9.Exit:ehp9. from the menu, select Close from the system menu,
  194. click on the End Task pushbutton from the task list, or use the
  195. keyboard accelerator: F3.
  196. :p.
  197. .***********************************************************************
  198. .*
  199. :h1 res=200.Edit Menu Explained
  200. :i2 refid=ed.Edit
  201. .*
  202. :p.
  203. The :hp9.Edit:ehp9. menu provides various text manupulation functions.
  204. For more information, double-click on one of these topics:
  205. :sl compact.
  206. :li.:link res=201 reftype=hd.Undo:elink.
  207. :li.:link res=202 reftype=hd.Cut:elink.
  208. :li.:link res=203 reftype=hd.Copy:elink.
  209. :li.:link res=204 reftype=hd.Paste:elink.
  210. :li.:link res=205 reftype=hd.Delete:elink.
  211. :li.:link res=206 reftype=hd.Find:elink.
  212. :li.:link res=209 reftype=hd.Find next:elink.
  213. :li.:link res=207 reftype=hd.Replace:elink.
  214. :li.:link res=208 reftype=hd.Go to line:elink.
  215. :esl.
  216. :p.
  217. .***********************************************************************
  218. .*
  219. :h1 res=201.Undo Explained
  220. :i2 refid=ed.Undo
  221. .*
  222. :p.
  223. :hp9.Undo:ehp9. provides a single-level undo/redo function to allow
  224. you to recover from mistakes.  This menu selection will be
  225. :hp1.greyed:ehp1.  (i.e., unavailable) if the editor does not have
  226. an action that it can recover from.  For example, it is not possible
  227. to undo a save.
  228. :p.
  229. :hp9.Undo:ehp9. is most useful when you accidently delete something
  230. that you meant to keep.  It is important to realize that :hp2.Edit32:ehp2.
  231. can recover only the most recent action -- if you delete something and
  232. don't realize it until after you have started typing, it is too late!
  233. :p.
  234. :hp9.Undo:ehp9. can also recover from an accidental undo -- i.e., it
  235. can re-do.  Again, the same caution applies -- if you don't realize
  236. that the undo was a mistake (and do something else), you will not
  237. be able to re-do, because :hp2.Edit32:ehp2. can undo only your latest action.
  238. :p.
  239. To activate this command, select :hp9.Undo:ehp9. from the menu, or
  240. use the keyboard accelerator: Alt+Backspace.
  241. :p.
  242. .***********************************************************************
  243. .*
  244. :h1 res=202.Cut Explained
  245. :i2 refid=ed.Cut
  246. .*
  247. :p.
  248. :hp9.Cut:ehp9. allows you to move text from one part of a document
  249. to another, or even between two different documents.
  250. :p.
  251. :hp9.Cut:ehp9. (or :hp9.Copy:ehp9.) places text on the clipboard, where
  252. it may be later retreived by :hp9.Paste:ehp9..  Text remains on the
  253. clipboard even if you exit the program, and is available to other
  254. processes (e.g., other running copies of :hp2.Edit32:ehp2.).
  255. :p.
  256. To cut a section of text, you must first :hp1.highlight:ehp1.  the text.
  257. You can do this either with the mouse or the keyboard.  With the mouse,
  258. you point to the beginning of the area that you want to cut, depress and
  259. hold the left mouse button, and then move the mouse to the end of the area
  260. that you want to cut.  With the keyboard, you move the text cursor (with
  261. the Arrow or Page Up/Page Down keys) to the beginning of the area that
  262. you want to cut, depress (and hold) the Shift key and then move (using
  263. the same keys as before) to the end of the area that you want to cut.
  264. In either case (mouse or keyboard) the result is that the selected text 
  265. is marked by changing colors (usually by making the text reverse video, 
  266. but may be different if you have changed the default colors on your computer).
  267. :p.
  268. Once the text has been chosen (:hp1.highlighted:ehp1. ) select 
  269. :hp9.Cut:ehp9. from the menu, or use the keyboard accelerator:
  270. Shift+Del.
  271. :p.
  272. If no text has been selected, the :hp9.Cut:ehp9. menu item will be
  273. :hp1.greyed:ehp1.  (i.e., disabled).
  274. :p.
  275. :hp9.Cut:ehp9. and :hp9.Copy:ehp9. are somewhat similar (in that both
  276. result in the selected text being placed on the clipboard), but very
  277. different (in that :hp9.Cut:ehp9. results in the text being deleted,
  278. while :hp9.Copy:ehp9. does not).
  279. :p.
  280. .***********************************************************************
  281. .*
  282. :h1 res=203.Copy Explained
  283. :i2 refid=ed.Copy
  284. .*
  285. :p.
  286. :hp9.Copy:ehp9. allows you to duplicate text from one part of a document
  287. to another, or even between two different documents.
  288. :p.
  289. :hp9.Copy:ehp9. (or :hp9.Cut:ehp9.) places text on the clipboard, where
  290. it may be later retreived by :hp9.Paste:ehp9..  Text remains on the
  291. clipboard even if you exit the program, and is available to other
  292. processes (e.g., other running copies of :hp2.Edit32:ehp2.).
  293. :p.
  294. To copy a section of text, you must first :hp1.highlight:ehp1.  the text.
  295. You can do this either with the mouse or the keyboard.  With the mouse,
  296. you point to the beginning of the area that you want to copy, depress and
  297. hold the left mouse button, and then move the mouse to the end of the area
  298. that you want to copy.  With the keyboard, you move the text cursor (with
  299. the Arrow or Page Up/Page Down keys) to the beginning of the area that
  300. you want to copy, depress (and hold) the Shift key and then move (using the
  301. same keys as before) to the end of the area that you want to copy.  In either
  302. case (mouse or keyboard) the result is that the selected text is marked by
  303. changing colors (usually by making the text reverse video, but may be
  304. different if you have changed the default colors on your computer).
  305. :p.
  306. Once the text has been chosen (:hp1.highlighted:ehp1. ) select 
  307. :hp9.Copy:ehp9. from the menu, or use the keyboard accelerator:
  308. Ctrl+Ins.
  309. :p.
  310. If no text has been selected, the :hp9.Copy:ehp9. menu item will be
  311. :hp1.greyed:ehp1.  (i.e., disabled).
  312. :p.
  313. :hp9.Copy:ehp9. and :hp9.Cut:ehp9. are somewhat similar (in that both
  314. result in the selected text being placed on the clipboard), but very
  315. different (in that :hp9.Cut:ehp9. results in the text being deleted,
  316. while :hp9.Copy:ehp9. does not).
  317. :p.
  318. .***********************************************************************
  319. .*
  320. :h1 res=204.Paste Explained
  321. :i2 refid=ed.Paste
  322. .*
  323. :p.
  324. :hp9.Paste:ehp9. works in conjunction with :hp9.Cut:ehp9. or :hp9.Copy:ehp9.
  325. to either move or duplicate sections of text.  After text has been
  326. :hp1.highlighted:ehp1.  and then placed on the clipboard, :hp9.Paste:ehp9.
  327. retreives the text from the clipboard and inserts it into the edit window
  328. at the current cursor position.
  329. :p.
  330. To activate this command, select :hp9.Paste:ehp9. from the menu, or
  331. use the keyboard accelerator: Shift+Ins.
  332. :p.
  333. :hp9.Paste:ehp9. does :hp5.not:ehp5. remove the text from the clipboard
  334.  -- i.e., the same text can be retreived multiple times.
  335. :p.
  336. If text is :hp1.highlighted:ehp1.  at the time that :hp9.Paste:ehp9. is 
  337. selected, the clipboard data :hp5.replaces:ehp5. the highlighted text.
  338. Although this :hp1.feature:ehp1.  can sometimes be useful, it is usually
  339. a mistake -- fortunately, even this operation can be reversed by the
  340. :hp9.Undo:ehp9. command.
  341. :p.
  342. .***********************************************************************
  343. .*
  344. :h1 res=205.Delete Explained
  345. :i2 refid=ed.Delete
  346. .*
  347. :p.
  348. :hp9.Delete:ehp9. allows you to remove text from a document.  The text
  349. does :hp5.not:ehp5. go to the clipboard, but can be retreived (if
  350. done immediately) by :hp9.Undo:ehp9.
  351. :p.
  352. To delete a section of text, you must first :hp1.highlight:ehp1.  the text.
  353. You can do this either with the mouse or the keyboard.  With the mouse,
  354. you point to the beginning of the area that you want to delete, depress and
  355. hold the left mouse button, and then move the mouse to the end of the area
  356. that you want to delete.  With the keyboard, you move the text cursor (with
  357. the Arrow or Page Up/Page Down keys) to the beginning of the area that
  358. you want to delete, depress (and hold) the Shift key and then move (using the
  359. same keys as before) to the end of the area that you want to delete.  In
  360. either case (mouse or keyboard) the result is that the selected text is
  361. marked by changing colors (usually by making the text reverse video, but may
  362. be different if you have changed the default colors on your computer).
  363. :p.
  364. Once the text has been chosen (:hp1.highlighted:ehp1. ) select 
  365. :hp9.Delete:ehp9. from the menu, or use the keyboard accelerator:
  366. Del.
  367. :p.
  368. If no text has been selected, the :hp9.Delete:ehp9. menu item will be
  369. :hp1.greyed:ehp1.  (i.e., disabled), however the Del key will still operate:
  370. it deletes the current character.
  371. :p.
  372. .***********************************************************************
  373. .*
  374. :h1 res=206.Find Explained
  375. :i2 refid=ed.Find
  376. .*
  377. :p.
  378. :hp9.Find:ehp9. allows you to search for one or more occurrences of a word
  379. or phrase (up to about 50 characters).
  380. :p.
  381. To activate this command, select :hp9.Find:ehp9. from the menu, or use
  382. the keyboard accelerator: Ctrl+F.
  383. :p.
  384. When activated, you will be prompted to enter a string to search for.
  385. After typing in the target string, press the Enter key or click on the
  386. Find pushbutton.  If the search is successful, the cursor will move
  387. to the first occurrence of the string; the editor will also
  388. :hp1.highlight:ehp1.  the string in the edit window.
  389. :p.
  390. If the target string is not found, a message box informs you of that.
  391. :p.
  392. If you do not specify a target string, :hp9.Find:ehp9. will exit 
  393. without doing anything.  Depressing the Escape key or clicking on
  394. the Cancel pushbutton has the same effect.
  395. :p.
  396. If you activate the :hp9.Find:ehp9. again, the previous word will
  397. already appear in the target field, allowing you to more easily
  398. continue the search (for multiple occurrences) -- just hit the
  399. Enter key or click on the Find pushbutton.
  400. :p.
  401. :hp9.Find:ehp9. starts its search from the cursor position, and
  402. continues to the end of the edit window.
  403. :p.
  404. .***********************************************************************
  405. .*
  406. :h1 res=209.Find next Explained
  407. :i2 refid=ed.Find next
  408. .*
  409. :p.
  410. :hp9.Find next:ehp9. continues :hp9.Find:ehp9.. When activated, 
  411. searching is started immediately without prompting. It uses the
  412. string typed in at the the :hp9.Find:ehp9. action.
  413. :p.
  414. To activate this command, select :hp9.Find next:ehp9. from the menu, 
  415. or use the keyboard accelerator: Ctrl+V.
  416. :p.
  417. .***********************************************************************
  418. .*
  419. :h1 res=207.Replace Explained
  420. :i2 refid=ed.Replace
  421. .*
  422. :p.
  423. :hp9.Replace:ehp9. allows you to search, and optionally replace text
  424. (a word or phrase up to about 50 characters).
  425. :p.
  426. To activate this command, select :hp9.Replace:ehp9. from the menu, or use
  427. the keyboard accelerator: Ctrl+R.
  428. :p.
  429. When activated, you will be prompted to enter a string to search for.
  430. (You may optionally enter the replacement string at this time as well).
  431. After typing in the target string, press the Enter key or click on the
  432. Find pushbutton.  If the search is successful, the cursor will move
  433. to the first occurrence of the string; the editor will also
  434. :hp1.highlight:ehp1.  the string in the edit window.
  435. :p.
  436. Once the first occurrence of the target is found, the :hp9.Replace:ehp9.
  437. dialog box will reappear (this time with the Replace and Replace All
  438. pushbuttons active).  You may now enter the replacement string (if you
  439. leave it blank, the target is replaced with :hp5.nothing:ehp5. -- i.e., 
  440. the target is deleted).  You may now choose Find (searches for next
  441. occurrence :hp5.without replacing:ehp5.), Replace (replaces the highlighted
  442. occurrence of the target), Replace All (replaces :hp5.every:ehp5. occurrence
  443. of the target, or Cancel (does nothing).
  444. :p.
  445. If the target string is not found, a message box informs you of that.
  446. :p.
  447. In the case of Replace All, a message box informs you when it has
  448. replaced all occurrences of the target.
  449. :p.
  450. If you do not specify a target string, :hp9.Replace:ehp9. will exit 
  451. without doing anything.  Depressing the Escape key or clicking on
  452. the Cancel pushbutton has the same effect.
  453. :p.
  454. :hp9.Replace:ehp9. starts its search from the cursor position, and
  455. continues to the end of the edit window.
  456. :p.
  457. .***********************************************************************
  458. .*
  459. :h1 res=208.Go to line Explained
  460. :i2 refid=ed.Go to line
  461. .*
  462. :p.
  463. :hp9.Go to line:ehp9. allows you to go directly to a specified line.
  464. :p.
  465. To activate this command, select :hp9.Go to line:ehp9. from the menu,
  466. or use the keyboard accelerator: Ctrl+G.
  467. :p.
  468. This feature is particularly helpful when you are using compiler
  469. diagnostic messages (which reports syntax errors by line number) to 
  470. locate and fix program bugs.
  471. :p.
  472. You will find it easier if you :hp5.first:ehp5. fix the syntax errors
  473. that occur near the end of the file, as changes made (added or deleted
  474. lines) will not affect line numbering of syntax errors that occur near
  475. the beginning of the file.
  476. :p.
  477. .***********************************************************************
  478. .*
  479. :h1 res=300.Help Menu Explained
  480. :i2 refid=ed.Help
  481. .*
  482. :p.
  483. The Help menu gives you access to several types of help, including
  484. help for using the help system, general help about this program,
  485. a list of keys used by this program, an index of available
  486. help topics, and copyright information about :hp2.Edit32:ehp2..
  487. :p.
  488. For more information, double-click on one of these topics:
  489. :sl compact.
  490. :li.:link res=301 reftype=hd.Help index:elink.
  491. :li.:link res=302 reftype=hd.Extended help:elink.
  492. :li.:link res=303 reftype=hd.Help for help:elink.
  493. :li.:link res=304 reftype=hd.Keys help:elink.
  494. :li.:link res=305 reftype=hd.About:elink.
  495. :esl.
  496. :p.
  497. .***********************************************************************
  498. .*
  499. :h1 res=301.Help index Explained
  500. :i2 refid=ed.Help index
  501. .*
  502. :p.
  503. :hp9.Help index:ehp9. give an alphebetic listing of all available help
  504. topics.  The index is organized in two levels (main topic and subtopic).
  505. All topics related to this application are subtopics of the main
  506. topic :hp2.Editor:ehp2..
  507. :p.
  508. Each item in the index is a hypertext link: double-click or depress the
  509. Enter key to get help on a topic in the index.
  510. :p.
  511. .***********************************************************************
  512. .*
  513. .*
  514. :h1 res=302.Extended help Explained
  515. :i2 refid=ed.Extended help
  516. .*
  517. :p.
  518. :hp9.Extended help:ehp9. is actually a rather abbreviated explanation
  519. of this application.  Hypertext links (shown in light green) give you
  520. access to other available help for this application (e.g., instructions for
  521. using each of the menu options).
  522. :p.
  523. .***********************************************************************
  524. .*
  525. :h1 res=303.Help for help Explained
  526. :i2 refid=ed.Help for help
  527. .*
  528. :p.
  529. :hp9.Help for help:ehp9. gives information about using the OS/2 help
  530. system (known as the :hp1.Information Presentation Facility:ehp1. ).
  531. The various features and services are explained, and the keystrokes
  532. used by the help system are listed and explained.
  533. :p.
  534. .***********************************************************************
  535. .*
  536. :h1 res=304.Keys help Explained
  537. :i2 refid=ed.Keys help
  538. .*
  539. :p.
  540. :hp9.Keys help:ehp9. lists the keystrokes used by this application.
  541. :p.
  542. .***********************************************************************
  543. .*
  544. :h1 res=305.About Explained
  545. :i2 refid=ed.About
  546. .*
  547. :p.
  548. :hp9.About:ehp9. displays copyright information about this application.
  549. :p.
  550. .***********************************************************************
  551. .*
  552. :h1 res=310.Keys Help
  553. :i2 refid=ed.Editing Keys
  554. .*
  555. :p.
  556. :hp2.Editing Keys:ehp2.
  557. :p.
  558. :hp4.     
  559. :dl tsize=8 break=all.     
  560. :dt.F1
  561. :dd.Help
  562. :dt.Ctrl+N
  563. :dd.New File
  564. :dt.Ctrl+O
  565. :dd.Open Other File
  566. :dt.Ctrl+S
  567. :dd.Save File
  568. :dt.Ctrl+A
  569. :dd.Save File As
  570. :dt.F3
  571. :dd.Exit
  572. :dt.Alt+Backspace
  573. :dd.Undo/Redo
  574. :dt.Shift+Del
  575. :dd.Cut
  576. :dt.Ctrl+Ins
  577. :dd.Copy
  578. :dt.Shift+Ins
  579. :dd.Paste
  580. :dt.Del
  581. :dd.Delete Block or Character
  582. :dt.Ctrl+F
  583. :dd.Find (Search)
  584. :dt.Ctrl+V
  585. :dd.Find Next
  586. :dt.Ctrl+R
  587. :dd.Replace (Search and Replace)
  588. :dt.Ctrl+G
  589. :dd.Go to line
  590. :dt.Page Up
  591. :dd.Scroll Text (Vertical)
  592. :dt.Page Down
  593. :dd.Scroll Text (Vertical)
  594. :dt.Ctrl+Page Up
  595. :dd.Scroll Text (Horizontal)
  596. :dt.Ctrl+Page Down
  597. :dd.Scroll Text (Horizontal)
  598. :dt.Home
  599. :dd.Beginning of Line
  600. :dt.End
  601. :dd.End of Line
  602. :dt.Ctrl+Home
  603. :dd.Beginning of Document
  604. :dt.Ctrl+End
  605. :dd.End of Document
  606. :dt.Ctrl+Right Arrow
  607. :dd.Next Word
  608. :dt.Ctrl+Left Arrow
  609. :dd.Previous Word
  610. :dt.Insert
  611. :dd.Toggle Insert/Overwrite
  612. :dt.Del
  613. :dd.Delete Character or Block
  614. :edl.     
  615. :ehp4.     
  616. :p.
  617. .***********************************************************************
  618. :index.     
  619. :euserdoc.     
  620. .* end of help for Edit
  621.