home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / OLS / Os2 / FD2ET776 / FD2ET776.LZH / THELP.HLP < prev   
Text File  |  1995-04-03  |  15KB  |  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.