home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / splot122.zip / SPEDIT.HLP < prev    next >
Text File  |  1994-08-15  |  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 I    insert coordinates
  58. *ALT J    join next line to current line
  59. *ALT K    enter next char literally 
  60. *ALT P    position curs at prev location
  61. *ALT Q    restore a line from undo record
  62. *ALT R    reflow paragraph
  63. *ALT S    split line at cursor
  64. *ALT T    teach new macro
  65. *ALT V    view only changed lines
  66. *ALT W    view lines containing search str
  67. *ALT X    enter control character
  68. *ALT Z    zero command multiplier
  69. *ALT 0-9  enter command multiplier
  70. *
  71. *    Block Manipulation Keys
  72. *
  73. *ALT B    mark column block start, end
  74. *ALT C    copy marked block
  75. *ALT D    delete marked block
  76. *ALT F    fill B marked block with char
  77. *ALT L    mark LINE(s) start, end
  78. *ALT M    move marked block
  79. *ALT O    overlay B marked block
  80. *ALT U    unmark block
  81. *ALT Y    yank back deleted block
  82. *CTRL_    shift B marked block right
  83. *CTRL^    shift B marked block left
  84. *
  85. * Command Line Operations (requires 
  86. * text input so terminate line with a 
  87. * return) 
  88. *
  89. * esc           goto or leave command line
  90. *
  91. *       Change current line
  92. *number      goto line number n
  93. *+number     down n lines 
  94. *-number     up n lines 
  95. *
  96. *       Change current column offset
  97. *@number     start at column n
  98. *@+number    scroll left n columns 
  99. *@-number    scroll right n columns 
  100. *
  101. *       Search and Replace.
  102. * find string str (/ actually any punct) 
  103. */str1[/-bclr] return                     
  104. * replace str1 with str2 
  105. *c/str1/str2[/-bclr] return               
  106. *
  107. *       The optional search suffixes are
  108. */-          search up (down is default)
  109. */b          search marked block only        
  110. */c          ignore case
  111. */l          loop through all files
  112. */r          interpret as regular exp 
  113. *
  114. *For regular exp the following symbols 
  115. *have special meaning
  116. *^ start of line                       
  117. *$ end of line
  118. *. any character                       
  119. *\ quote next character
  120. ** match zero or more times            
  121. *+ match one or more times
  122. *[aei0-9]   match a,e,i and 0 through 9
  123. *[^aei0-9]  match anything but a,e,i and 0 through 9
  124. *(  )       sub expression
  125. *a(ab)*b    matches ab aabb aababb aabababb etc.
  126. *
  127. *       Add other files to ring 
  128. *e name1,name2,...[-r]               
  129. *       The optional edit suffix
  130. *-r          read only
  131. *    
  132. * display directory and choose one to edit 
  133. *       e [*.*]                                
  134. * activate this help file 
  135. *       ?                                      
  136. * insert named file at current location 
  137. *       m name                                 
  138. * rename current file to name 
  139. *       r name                                 
  140. * show and modify editor configuration 
  141. *       cfg                             
  142. * exit without saving changes 
  143. *       quit                                   
  144. * previous command line entered 
  145. *       up arrow                               
  146. * next command line entered 
  147. *       down arrow                             
  148. * send command to operating system 
  149. *       os command
  150. *   also any unrecognized string                       
  151. *
  152. *
  153. *
  154. * THIS PROGRAM WAS WRITTEN BY 
  155. * THOMAS W. STEINER
  156. * COPYRIGHT 1992 -1994, ALL RIGHTS RESERVED
  157. * THERE IS NO WARRANTY OF ANY KIND. 
  158. * USE AT YOUR OWN RISK.
  159. * THIS IS NOT FREEWARE. 
  160. * TO REGISTER YOUR COPY SEND $50 TO 
  161. *
  162. *           T.W. Steiner
  163. *        312 - 1230 Haro St.
  164. *     Vancouver, BC, V6E - 4J9  
  165. *              Canada
  166. *       e-mail steiner@sfu.ca
  167. *
  168. * Registered users will receive upgrades
  169. * as they become available
  170. *
  171.