home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / editor / tinyed / thelp.hlp < prev    next >
Encoding:
Text File  |  1993-12-01  |  14.3 KB  |  189 lines

  1. ╔═════════════════════════════════════╗ ╔═════════════════════════════════════╗
  2. ║ T - A Tiny Editor           help 1a ║ ║ T - A Tiny Editor           help 1b ║
  3. ║═════════════════════════════════════║ ║═════════════════════════════════════║
  4. ║ Contents                            ║ ║ Contents                            ║
  5. ║─────────────────────────────────────║ ║─────────────────────────────────────║
  6. ║ To view a topic enter its line      ║ ║ To view a topic enter its line      ║
  7. ║ number on the command line.         ║ ║ number on the command line.         ║
  8. ║                                     ║ ║                                     ║
  9. ║ Topic                       Line No.║ ║ Topic                       Line No.║
  10. ║ ─────                       ─────── ║ ║ ─────                       ─────── ║
  11. ║ Contents . . . . . . . . . . . .  1 ║ ║ File commands . . . . . . . . . 106 ║
  12. ║ Cursor Movement  . . . . . . . . 22 ║ ║ Locate command  . . . . . . . . 127 ║
  13. ║ F-key functions  . . . . . . . . 43 ║ ║ Change command  . . . . . . . . 127 ║
  14. ║ Alt-key functions  . . . . . . . 64 ║ ║ Print commands  . . . . . . . . 148 ║
  15. ║ Ctrl-key functions . . . . . . . 85 ║ ║ Misc. commands  . . . . . . . . 148 ║
  16. ║ Drawing Boxes  . . . . . . . . . 85 ║ ║ Character Set . . . . . . . . . 169 ║
  17. ║═════════════════════════════════════║ ║═════════════════════════════════════║
  18. ║ (C) Copyright IBM Corp. 1987, 1993  ║ ║ By Tim Baldwin, IBM UK Laboratories ║
  19. ║        All Rights Reserved          ║ ║     baldwint@winvmb.vnet.ibm.com    ║
  20. ╚═════════════════════════════════════╝ ╚═════════════════════════════════════╝
  21.  
  22. ╔═════════════════════════════════════╗ ╔═════════════════════════════════════╗
  23. ║ T - A Tiny Editor           help 2a ║ ║ T - A Tiny Editor           help 2b ║
  24. ║═════════════════════════════════════║ ║═════════════════════════════════════║
  25. ║ Cursor Movement                     ║ ║ Cursor Movement                     ║
  26. ║─────────────────────────────────────║ ║─────────────────────────────────────║
  27. ║ Esc = data/command line toggle      ║ ║                                     ║
  28. ║                                     ║ ║ tab     = move to next tab stop     ║
  29. ║ up    = up one line                 ║ ║ s-tab   = move to previous tab stop ║
  30. ║ down  = down one line               ║ ║                                     ║
  31. ║ left  = left one character          ║ ║ c-left  = move to previous word     ║
  32. ║ right = right one character         ║ ║ c-right = move to next word         ║
  33. ║                                     ║ ║                                     ║
  34. ║ Home  = move to start of line       ║ ║ c-Home  = move to top of document   ║
  35. ║ End   = move to end of line         ║ ║ c-End   = move to end of document   ║
  36. ║ PgUp  = up one screen               ║ ║ c-PgUp  = move to top of screen     ║
  37. ║ PgDn  = down one screen             ║ ║ c-PgDn  = move to bottom of screen  ║
  38. ║                                     ║ ║                                     ║
  39. ║ enter = if "Ins" insert blank line  ║ ║ c-enter     = insert blank line     ║
  40. ║         if "Rep" move to next line  ║ ║ c-backspace = delete current line   ║
  41. ╚═════════════════════════════════════╝ ╚═════════════════════════════════════╝
  42.  
  43. ╔═════════════════════════════════════╗ ╔═════════════════════════════════════╗
  44. ║ T - A Tiny Editor           help 3a ║ ║ T - A Tiny Editor           help 3b ║
  45. ║═════════════════════════════════════║ ║═════════════════════════════════════║
  46. ║ F-key Functions                     ║ ║ F-key Functions                     ║
  47. ║─────────────────────────────────────║ ║─────────────────────────────────────║
  48. ║                                     ║ ║                                     ║
  49. ║ F1  = load and display HELP file    ║ ║ s-F1 = scroll screen left           ║
  50. ║ F2  = save the current document     ║ ║ s-F2 = scroll screen right          ║
  51. ║ F3  = quit without saving changes   ║ ║ s-F3 = scroll screen up             ║
  52. ║ F4  = save if changed then quit     ║ ║ s-F4 = scroll screen down           ║
  53. ║ F5  = DOS (type EXIT to return)     ║ ║                                     ║
  54. ║ F6  =                               ║ ║                                     ║
  55. ║ F7  = rename the current document   ║ ║ s-F7  = move marked lines left      ║
  56. ║ F8  = edit a new document           ║ ║ s-F8  = move marked lines right     ║
  57. ║ F9  = undo changes to current line  ║ ║                                     ║
  58. ║ F10 = switch to next document       ║ ║ Note: Only the text to the right of ║
  59. ║ F11 = switch to previous document   ║ ║       the cursor is moved.          ║
  60. ║ F12 = focus to the current line     ║ ║                                     ║
  61. ║                                     ║ ║                                     ║
  62. ╚═════════════════════════════════════╝ ╚═════════════════════════════════════╝
  63.  
  64. ╔═════════════════════════════════════╗ ╔═════════════════════════════════════╗
  65. ║ T - A Tiny Editor           help 4a ║ ║ T - A Tiny Editor           help 4b ║
  66. ║═════════════════════════════════════║ ║═════════════════════════════════════║
  67. ║ Alt-key Functions                   ║ ║ Alt-key Functions                   ║
  68. ║─────────────────────────────────────║ ║─────────────────────────────────────║
  69. ║ a-A = adjust current line to margin ║ ║ a-N =                               ║
  70. ║ a-B =                               ║ ║ a-O =                               ║
  71. ║ a-C = copy the marked lines         ║ ║ a-P =                               ║
  72. ║ a-D = delete the marked lines       ║ ║ a-Q =                               ║
  73. ║ a-E = move to end of marked lines   ║ ║ a-R = repeat the current line       ║
  74. ║ a-F = repeat last LOCATE command    ║ ║ a-S = split the current line        ║
  75. ║ a-G =                               ║ ║ a-T = truncate the current line     ║
  76. ║ a-H =                               ║ ║ a-U = un-mark any marked lines      ║
  77. ║ a-I =                               ║ ║ a-V =                               ║
  78. ║ a-J = join current and next lines   ║ ║ a-W =                               ║
  79. ║ a-K =                               ║ ║ a-X = allow entry of any character  ║
  80. ║ a-L = mark one or more lines        ║ ║ a-Y = move to top of marked lines   ║
  81. ║ a-M = move the marked lines         ║ ║ a-Z =                               ║
  82. ║                                     ║ ║                                     ║
  83. ╚═════════════════════════════════════╝ ╚═════════════════════════════════════╝
  84.  
  85. ╔═════════════════════════════════════╗ ╔═════════════════════════════════════╗
  86. ║ T - A Tiny Editor           help 5a ║ ║ T - A Tiny Editor           help 5b ║
  87. ║═════════════════════════════════════║ ║═════════════════════════════════════║
  88. ║ Ctrl-key Functions                  ║ ║ Drawing Boxes                       ║
  89. ║─────────────────────────────────────║ ║─────────────────────────────────────║
  90. ║                                     ║ ║                                     ║
  91. ║ None assigned.                      ║ ║ a-1 = └       The keypad provides   ║
  92. ║                                     ║ ║ a-2 = ┴       a simple mnemonic:    ║
  93. ║                                     ║ ║ a-3 = ┘       ┌─────┬─────┬─────┐   ║
  94. ║                                     ║ ║ a-4 = ├       │ ┌   │ ┬   │ ┐   │   ║
  95. ║                                     ║ ║ a-5 = ┼       │   7 │   8 │   9 │   ║
  96. ║                                     ║ ║ a-6 = ┤       ├─────┼─────┼─────┤   ║
  97. ║                                     ║ ║ a-7 = ┌       │ ├   │ ┼   │ ┤   │   ║
  98. ║                                     ║ ║ a-8 = ┬       │   4 │   5 │   6 │   ║
  99. ║                                     ║ ║ a-9 = ┐       ├─────┼─────┼─────┤   ║
  100. ║                                     ║ ║               │ └   │ ┴   │ ┘   │   ║
  101. ║                                     ║ ║ a-- = ─       │   1 │   2 │   3 │   ║
  102. ║                                     ║ ║ a-= = │       └─────┴─────┴─────┘   ║
  103. ║                                     ║ ║                                     ║
  104. ╚═════════════════════════════════════╝ ╚═════════════════════════════════════╝
  105.  
  106. ╔═════════════════════════════════════╗ ╔═════════════════════════════════════╗
  107. ║ T - A Tiny Editor           help 6a ║ ║ T - A Tiny Editor           help 6b ║
  108. ║═════════════════════════════════════║ ║═════════════════════════════════════║
  109. ║ File commands                       ║ ║ File commands                       ║
  110. ║─────────────────────────────────────║ ║─────────────────────────────────────║
  111. ║ T, E, EDIT [filename]               ║ ║ Q, QUIT [ALL]                       ║
  112. ║  - switch to or load another        ║ ║  - quit current or all documents.   ║
  113. ║    document.                        ║ ║                                     ║
  114. ║                                     ║ ║ GET filename                        ║
  115. ║ F, FILE [filename]                  ║ ║  - insert filename after current    ║
  116. ║  - file current document (as file-  ║ ║    line.                            ║
  117. ║    name, if given).                 ║ ║                                     ║
  118. ║                                     ║ ║ PUT filename                        ║
  119. ║ S, SAVE [filename]                  ║ ║  - write marked lines to filename.  ║
  120. ║  - save current document (as file-  ║ ║                                     ║
  121. ║    name, if given).                 ║ ║ APPEND filename                     ║
  122. ║                                     ║ ║  - append marked lines to end of    ║
  123. ║ N, NAME filename                    ║ ║    filename.                        ║
  124. ║  - rename current document.         ║ ║                                     ║
  125. ╚═════════════════════════════════════╝ ╚═════════════════════════════════════╝
  126.  
  127. ╔═════════════════════════════════════╗ ╔═════════════════════════════════════╗
  128. ║ T - A Tiny Editor           help 7a ║ ║ T - A Tiny Editor           help 7b ║
  129. ║═════════════════════════════════════║ ║═════════════════════════════════════║
  130. ║ Locate Command                      ║ ║ Change Command                      ║
  131. ║─────────────────────────────────────║ ║─────────────────────────────────────║
  132. ║ L /target[/options]                 ║ ║ C /target/replacement[/options]     ║
  133. ║  - find next occurrence of "target" ║ ║  - change "target" to "replacement" ║
  134. ║                                     ║ ║                                     ║
  135. ║  / is any delimiter not in "target" ║ ║  / is any delimiter not in either   ║
  136. ║                                     ║ ║    "target" or "replacement"        ║
  137. ║ Options, if required:               ║ ║                                     ║
  138. ║  m  search marked lines only        ║ ║ Options, if required:               ║
  139. ║  c  case insensitive match          ║ ║  m  change in marked lines only     ║
  140. ║  e  match on exact case             ║ ║  *  change all following occurrences║
  141. ║                                     ║ ║                                     ║
  142. ║ Abbreviated form: /target[/options] ║ ║ Response: Yes/No/Go/Last/Quit ?     ║
  143. ║                                     ║ ║    press  Y,  N, G, L or Q          ║
  144. ║ Alt-F = repeat last LOCATE command  ║ ║                                     ║
  145. ║                                     ║ ║                                     ║
  146. ╚═════════════════════════════════════╝ ╚═════════════════════════════════════╝
  147.  
  148. ╔═════════════════════════════════════╗ ╔═════════════════════════════════════╗
  149. ║ T - A Tiny Editor           help 8a ║ ║ T - A Tiny Editor           help 8b ║
  150. ║═════════════════════════════════════║ ║═════════════════════════════════════║
  151. ║ Print Commands                      ║ ║ Miscellaneous Commands              ║
  152. ║─────────────────────────────────────║ ║─────────────────────────────────────║
  153. ║ PRINT [device]                      ║ ║ GOTO nnn, nnn                       ║
  154. ║  - print current document on PRN    ║ ║  - make line number nnn the current ║
  155. ║    (or on other device, if given).  ║ ║    line.                            ║
  156. ║                                     ║ ║                                     ║
  157. ║ PUT device                          ║ ║ DOS [command], .[command]           ║
  158. ║  - print marked lines on device.    ║ ║  - run a DOS command or start up a  ║
  159. ║    (note device must be specified,  ║ ║    DOS shell.  Type EXIT to return  ║
  160. ║    use PRN for the default printer).║ ║    from a DOS shell.                ║
  161. ║                                     ║ ║                                     ║
  162. ║ DOS ECHO setup >device              ║ ║ M, MARGIN nnn                       ║
  163. ║  - send setup characters to device. ║ ║  - set the right hand margin to     ║
  164. ║    eg:                              ║ ║    column nnn.  The margin is used  ║
  165. ║      DOS ECHO EG >PRN             ║ ║    for word-spilling and for line   ║
  166. ║                                     ║ ║    adjustment (with Alt-A).         ║
  167. ╚═════════════════════════════════════╝ ╚═════════════════════════════════════╝
  168.  
  169. ╔═════════════════════════════════════╗ ╔═════════════════════════════════════╗
  170. ║ T - A Tiny Editor           help 9a ║ ║ T - A Tiny Editor           help 9b ║
  171. ║═════════════════════════════════════║ ║═════════════════════════════════════║
  172. ║ Character Set                       ║ ║ Character Set                       ║
  173. ║─────────────────────────────────────║ ║─────────────────────────────────────║
  174. ║     ┌─0──1──2──3──4──5──6──7──8──9─ ║ ║     ┌─0──1──2──3──4──5──6──7──8──9─ ║
  175. ║   0 │                      ║ ║ 130 │ é  â  ä  à  å  ç  ê  ë  è  ï  ║
  176. ║  10 │                        ║ ║ 140 │ î  ì  Ä  Å  É  æ  Æ  ô  ö  ò  ║
  177. ║  20 │                     ║ ║ 150 │ û  ù  ÿ  Ö  Ü  ¢  £  ¥  ₧  ƒ  ║
  178. ║  30 │        !  "  #  $  %  &  '  ║ ║ 160 │ á  í  ó  ú  ñ  Ñ  ª  º  ¿  ⌐  ║
  179. ║  40 │ (  )  *  +  ,  -  .  /  0  1  ║ ║ 170 │ ¬  ½  ¼  ¡  «  »  ░  ▒  ▓  │  ║
  180. ║  50 │ 2  3  4  5  6  7  8  9  :  ;  ║ ║ 180 │ ┤  ╡  ╢  ╖  ╕  ╣  ║  ╗  ╝  ╜  ║
  181. ║  60 │ <  =  >  ?  @  A  B  C  D  E  ║ ║ 190 │ ╛  ┐  └  ┴  ┬  ├  ─  ┼  ╞  ╟  ║
  182. ║  70 │ F  G  H  I  J  K  L  M  N  O  ║ ║ 200 │ ╚  ╔  ╩  ╦  ╠  ═  ╬  ╧  ╨  ╤  ║
  183. ║  80 │ P  Q  R  S  T  U  V  W  X  Y  ║ ║ 210 │ ╥  ╙  ╘  ╒  ╓  ╫  ╪  ┘  ┌  █  ║
  184. ║  90 │ Z  [  \  ]  ^  _  `  a  b  c  ║ ║ 220 │ ▄  ▌  ▐  ▀  α  ß  Γ  π  Σ  σ  ║
  185. ║ 100 │ d  e  f  g  h  i  j  k  l  m  ║ ║ 230 │ µ  τ  Φ  Θ  Ω  δ  ∞  φ  ε  ∩  ║
  186. ║ 110 │ n  o  p  q  r  s  t  u  v  w  ║ ║ 240 │ ≡  ±  ≥  ≤  ⌠  ⌡  ÷  ≈  °  ∙  ║
  187. ║ 120 │ x  y  z  {  |  }  ~    Ç  ü  ║ ║ 250 │ ·  √  ⁿ  ²  ■                 ║
  188. ╚═════════════════════════════════════╝ ╚═════════════════════════════════════╝
  189.