home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / splot184.zip / SPEDIT.HLP < prev    next >
Text File  |  1995-10-17  |  5KB  |  171 lines

  1. * This is the splot editor help file
  2. *
  3. *  Cursor Motion Keys
  4. *
  5. *left arrow    left one space
  6. *right arrow   right one space
  7. *up arrow      up one line
  8. *down arrow    down one line
  9. *end           end of line
  10. *home          beginning of line
  11. *PgDn          scroll down one screen
  12. *PgUp          scroll up one screen
  13. *Center Key    fast motion toggle
  14. *CTRL left     left one word
  15. *CTRL right    right one word
  16. *CTRL up       scroll up five lines
  17. *CTRL down     scroll down five lines
  18. *CTRL end      end of file
  19. *CTRL PgDn     end of file
  20. *CTRL home     beginning of file
  21. *CTRL PgUp     beginning of file
  22. *
  23. *  Editor Control Keys  <PgDn for more>
  24. *
  25. *CTRL A   set place mark
  26. *CTRL B   bracket match {, (, [, <, or /*
  27. *CTRL C   change case
  28. *CTRL D   delete character
  29. *DEL      delete character
  30. *CTRL E   delete to end of line
  31. *CTRL F   find next occur of search str
  32. *CTRL G   go. Execute code
  33. *CTRL H   destructive backspace
  34. *CTRL I   tab
  35. *CTRL J   join next line to current line
  36. *CTRL K   cut current line at cursor 
  37. *CTRL L   return to prev set place mark
  38. *CTRL M   insert new line
  39. *CTRL N   edit next file in ring
  40. *CTRL O 
  41. *CTRL P   edit previous file in ring
  42. *CTRL Q   quit without saving file
  43. *CTRL R   redo previous undo
  44. *CTRL S   swap current and next character
  45. *CTRL T   toggle insert/replace
  46. *CTRL 0   toggle insert/replace
  47. *CTRL U   undo changes to last line
  48. *CTRL V   toggle view function mode 
  49. *CTRL W   write file to disk
  50. *CTRL X   delete line
  51. *CTRL BCK delete line
  52. *CTRL Y 
  53. *CTRL Z   zap word
  54. *CTRL DEL zap word
  55. *ALT A    alternate binary rep
  56. *ALT E    execute last macro
  57. *ALT H    print graphic
  58. *ALT K    enter next char literally 
  59. *ALT P    position curs at prev location
  60. *ALT Q    restore a line from undo record
  61. *ALT R    reflow paragraph
  62. *ALT S    view lines containing search str
  63. *ALT T    teach new macro
  64. *ALT V    view only changed lines
  65. *ALT X    enter control character
  66. *ALT Z    zero command multiplier
  67. *ALT 0-9  enter command multiplier
  68. *
  69. *    Block Manipulation Keys
  70. *
  71. *ALT B    mark column block start, end
  72. *ALT C    copy marked block
  73. *ALT D    delete marked block
  74. *ALT F    fill B marked block with char
  75. *ALT L    mark LINE(s) start, end
  76. *ALT M    move marked block
  77. *ALT O    overlay B marked block
  78. *ALT U    unmark block
  79. *ALT W    Write block to "editblck.tmp"
  80. *ALT Y    yank back deleted block
  81. *CTRL_    shift B marked block right
  82. *CTRL^    shift B marked block left
  83. *
  84. * Command Line Operations (requires 
  85. * text input so terminate line with a 
  86. * return) 
  87. *
  88. * esc           goto or leave command line
  89. *
  90. *       Change current line
  91. *number      goto line number n
  92. *+number     down n lines 
  93. *-number     up n lines 
  94. *
  95. *       Change current column offset
  96. *@number     start at column n
  97. *@+number    scroll left n columns 
  98. *@-number    scroll right n columns 
  99. *
  100. *       Search and Replace.
  101. * find string str (/ actually any punct) 
  102. */str1[/-bclr] return                     
  103. * replace str1 with str2 
  104. *c/str1/str2[/-bclr] return               
  105. *
  106. *       The optional search suffixes are
  107. */-          search up (down is default)
  108. */b          search marked block only        
  109. */c          ignore case
  110. */l          loop through all files
  111. */r          interpret as regular exp 
  112. *
  113. *For regular exp the following symbols 
  114. *have special meaning
  115. *^ start of line                       
  116. *$ end of line
  117. *. any character                       
  118. *\ quote next character
  119. ** match zero or more times            
  120. *+ match one or more times
  121. *[aei0-9]   match a,e,i and 0 through 9
  122. *[^aei0-9]  match anything but a,e,i and 0 through 9
  123. *(  )       sub expression
  124. *a(ab)*b    matches ab aabb aababb aabababb etc.
  125. *
  126. *       Add other files to ring 
  127. *e name1,name2,...[-r]               
  128. *       The optional edit suffix
  129. *-r          read only
  130. *    
  131. * display directory and choose one to edit 
  132. *       e [*.*]                                
  133. * activate this help file 
  134. *       ?                                      
  135. * insert named file at current location 
  136. *       m name                                 
  137. * rename current file to name 
  138. *       r name                                 
  139. * show and modify editor configuration 
  140. *       cfg                             
  141. * exit without saving changes 
  142. *       quit                                   
  143. * previous command line entered 
  144. *       up arrow                               
  145. * next command line entered 
  146. *       down arrow                             
  147. * send command to operating system 
  148. *       os command
  149. *   also any unrecognized string                       
  150. *
  151. *
  152. *
  153. * THIS PROGRAM WAS WRITTEN BY 
  154. * THOMAS W. STEINER
  155. * COPYRIGHT 1992 -1994, ALL RIGHTS RESERVED
  156. * THERE IS NO WARRANTY OF ANY KIND.
  157. * USE AT YOUR OWN RISK.
  158. * THIS IS NOT FREEWARE.
  159. * TO REGISTER YOUR COPY SEND US$50 TO
  160. *
  161. *           T.W. Steiner
  162. *         2246 E. 6th Ave
  163. *     Vancouver, BC, V5N-1R1
  164. *              Canada
  165. *       e-mail steiner@sfu.ca
  166. *
  167. * Registered users will receive be able
  168. * to download upgrades as they become
  169. * available.
  170. *
  171.