home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1B / DATAFILE_PDCD1B.iso / _gutenburg / gutenberg / etext90 / _stronged / messages < prev    next >
Text File  |  1994-10-22  |  17KB  |  500 lines

  1. # Help file for StrongED
  2.  
  3. # Renaming of modes.. (One should not rename the modefiles themselves..)
  4. # Mode_Freetext:Frei-text
  5.  
  6. # Default filenames..
  7. DefName_BaseModeFFF:Textfile
  8. DefName_BaseModeFEB:Obeyfile
  9. DefName_BaseModeFFE:Command
  10. DefName_:Newfile
  11.  
  12. # Interactive help on menus :
  13. # Iconbar:
  14.  
  15. MIconbar:StrongED
  16. #    Info        \Rto get information about this version of StrongED.|MClick to get help on StrongED.
  17. #    Choices...    Click to open a dbox with all global choices.|MNote that there is a similar box available from the Mode menu, which is used to set mode-dependant options.
  18. #    TextList   ^L    Click to open a window continually showing all views.
  19. #    Infobar
  20. #    Create        Click to create an empty textfile.|M\Rcreate other filetypes.
  21. #    File menu    Click to load and edit the File Menu
  22. #    Quit        Click to quit StrongED.
  23.  
  24. # Iconbar:Infobar->
  25.  
  26. MInfobar:Filepos
  27. #    (x,y)            Click here if you want the infobar to show the caret's x,y position in the text.
  28. #    (Offset)        Click here if you want the infobar to show the caret's offset position in the text.
  29.  
  30. # Iconbar:Infobar->(x,y)->
  31.  
  32. Mxy:(x,y)
  33. #    x is column
  34. #    x is char
  35. #    x starts from 0
  36. #    x starts from 1
  37. #    y is textline
  38. #    y is wrapline
  39. #    y starts from 0
  40. #    y starts from 1
  41.  
  42. # Iconbar:Infobar->(offset)->
  43.  
  44. Moffset:(offset)
  45. #    Decimal offset
  46. #    Hex offset
  47. #    Offset starts from 0
  48. #    Offset starts from 1
  49.  
  50. # Iconbar:Create->
  51.  
  52. MCreate:Filetype
  53. #    Text            Click to create an empty textfile.
  54. #    Obey            Click to create an empty Obey file.
  55. #    Exec            Click to create an empty Exec file.
  56. #                    Click to create an empty file of given type.
  57.  
  58. # View:
  59.  
  60. MView:StrongED
  61. #    Misc
  62. #    Save            \Rsave text, block or viewers.|MClick here to save text directly.
  63. #    Block
  64. #    Edit
  65. #    Display
  66. #    TaskWindow
  67. #    Mode
  68.  
  69. # View:Misc>
  70.  
  71. MMisc:Misc
  72. #    Help       ⇧F1        Click to get help on StrongED.
  73. #    Print            \Rprint text or marked block.
  74. #    File info  ^I        \Ropen the fileinfo box.
  75. #    Filetype        \Rset the filetype for this text.|M(This can also be done in the savebox)
  76. #    Chars     ^⇧F9        Click to open the character selection box.
  77.  
  78. MFTyp:Filetype
  79. #                      Type filetype and press RETURN.
  80.  
  81. # View:Save->
  82.  
  83. MSave:Save
  84. #    Text     F3        \Ropen savebox for this text.
  85. #    Block   ⇧F3        \Ropen savebox for the marked block.
  86. #    Viewers            \Ropen savebox for the viewers.|M(A file containing definitions of which texts are loaded, and where the views are..)
  87.  
  88. # View:Block->
  89.  
  90. MBlock:Block
  91. #    Mark
  92. #    Clear mark ^Z        Click to clear the currently marked block.
  93. #    Process
  94. #    Clipboard
  95.  
  96. # View:Block->Mark->
  97.  
  98. MMark:Mark
  99. #    Start/End F6        Click to set start or end of block.
  100. #    Word      ^A 2        Click to mark the word at the cursor.
  101. #    Line      ^A 3        Click to mark the line at the cursor.
  102. #    Text      ^A 4        Click to mark the entire text.
  103.  
  104. # View:Block->Clipboard->
  105.  
  106. MClip:Clipboard
  107. #    Copy to clipboard ^⇧C    Click to copy the current block to the clipboard.
  108. #    Cut to clipboard  ^⇧X    Click to move the current block to the clipboard.
  109. #    Paste to text     ^⇧V    Click to insert the contents of the clipboard into the text.
  110. #    Purge clipboard   ^⇧Z    Click to remove current contents from clipboard.
  111.  
  112. # View:Block->Process->
  113.  
  114. MProcess:Process
  115. #    Copy       ^C        Click to copy block to where cursor is now.
  116. #    Move       ^V        Click to move block to where cursor is now.
  117. #    Delete     ^X        Click to delete block.
  118. #    Uppercase  ^U        Click to force text in block to uppercase. Key shortcut only applies when you're inside block.
  119. #    Lowercase  ^J        Click to force text in block to lowercase. Key shortcut only applies when you're inside block.
  120. #    Swap case  ^S        Click to swap case on text in block. Key shortcut only applies when you're inside block.
  121. #    Indent            \Rindent marked block.
  122. #    Tab to spaces        Click to replace all tabs with spaces.
  123. #    Spaces to Tab        Click to replace spaces at start of the lines with tabs
  124. #    Rot13            Click to "encrypt"/"decrypt" block.|M(It adds 13 to the ascii value of each letter) 
  125. #    Sort            Click to sort lines of block in ascending order.
  126.  
  127. # View:Block->Process->Indent->
  128.  
  129. MIndent:Indent
  130. #                Type a positive number to indent each line in block with that many spaces. Type a negative number to remove characters.|MAnything else will be inserted as written (but \\t will be converted to TAB)
  131.  
  132. # View:Edit->
  133.  
  134. MEdit:Edit
  135. #    Insert            Click to toggle between insert and overwrite mode.
  136. #    After Block        Click to toggle After Block on/off.|MWhen on, the cursor will be placed at the end of the block when you move or copy it.
  137. #    Tabkey
  138. #    Search       F4
  139. #    Replace     ⇧F4
  140. #    ListOfFound  F2
  141. #    Goto line    F5
  142. #    Goto block  ⇧F5        Click here to move cursor to start/end of marked block.
  143. #    Undo         F8        Click here to undo the last change done to the text.
  144. #    Redo        ^F8        Click here to redo the last change that was undone.
  145. #    Change \n        \Rchange physical line ending
  146. #    Unwrap            Click here to insert newlines where lines wrap.
  147.  
  148. # View:Edit->Tabkey->
  149.  
  150. MTabkey:Tabkey
  151. #    'Truetab'        Click here to make the TAB key insert a TAB character.
  152. #    Nearest            Click here to make the TAB key insert enough spaces to position cursor under/over start of word on line above/below.
  153. #                Click here to make the TAB key insert enough spaces to move caret to the next column divisible by the given number.
  154.  
  155.  
  156. # View:Edit->Change \n->
  157.  
  158. MNewline:Newlines
  159. #    LF    (0A)        This is the standard line ending on the Archimedes.
  160. #    CR    (0D)        I can't quite remember where this line ending is used, but it is..
  161. #    LF+CR (0A0D)        This is what you get when you store output from the VDU|M*Modules { > ModList }      The file ModList will have this line ending.
  162. #    CR+LF (0D0A)        This is the standard line ending on MSDOS machines.
  163.  
  164. # View:Display->
  165.  
  166. MDisplay:Display
  167. #    New view    ^WC        Click here to create a new view for the text.
  168. #    Wrapwidth
  169. #    ShowTab
  170. #    ShowCtrl
  171. #    \n type
  172.  
  173. # View:Display->New view->
  174.  
  175. MNewView:New View
  176. #    Split Vertically   ^WV    Click to split current view in two
  177. #    Split horisontally ^WH    Click to split current view in two
  178.  
  179. # View:Display->Wrapwidth->
  180.  
  181. MWrapW:Wrapwidth
  182. #    Automatic        Click here to set wrapwidth to automatic.|MWhen this is on, the width of the text will always be the same as the visible width of the window.
  183. #    80            Click here to set wrapwidth to 80 chars.
  184. #    132            Click here to set wrapwidth to 132 chars.
  185. #                Click here to set wrapwidth to the given value.
  186.  
  187. # View:Display->ShowTab->
  188.  
  189. MShowTab:ShowTab
  190. #    As Ctrl chars        If this is on, TAB characters will be displayed in the same way as other control characters.
  191. #    Tab to 4 column        If this is on, TAB characters will force a jump to the next column divisible by 4.
  192. #    Tab to 8 column        If this is on, TAB characters will force a jump to the next column divisible by 8.
  193. #    |------|  ⇧TAB        If this is on, TAB characters will be visible.
  194.  
  195. # View:Display->ShowCtrl->
  196.  
  197. MShowCtrl:ShowCtrl
  198. #    Don't show        If this is on, control characters will not be displayed at all.
  199. #    [hx]            If this is on, control characters will be displayed with its hexadecimal value.
  200. #    [dec]            If this is on, control characters will be displayed with its decimal value.
  201. #    .            If this is on, control characters will be displayed as a "."
  202.  
  203. # View:Task->
  204.  
  205. MTask:TaskWindow
  206. #    AutoScroll        When On, view will automatically scroll to show output. 
  207. #    Suspend            Click to halt task.
  208. #    Resume            Click to resume a halted task.
  209. #    Kill            Click to kill task.
  210.  
  211. # View:Mode->
  212. MModeFN:Mode
  213. #    Change mode        \Rselect which mode to use.|MThis only changes the key bindings and this menu.
  214. #    Choices..        Click to open configure box for this mode.
  215. #    Base functions
  216.  
  217. # ListOfFound:
  218.  
  219. MLoF:ListOfFound
  220. #    Save            \Ropen savebox for this list.
  221. #    Sort by string        Click to sort entries.
  222. #    Sort by position    Click to show entries in the order they were found.
  223. #    Whole line
  224. #    From found
  225. #    After found
  226. #    Align found
  227.  
  228. MRScope:Search
  229. #    Block            Replace all occurences inside marked block.
  230. #    Text            Replace all occurences after caret in this text.
  231. #    All Texts        Replace all occurences
  232.  
  233. MDispl:Display
  234. #    Whole line
  235. #    From found
  236. #    After found
  237. #    Align found
  238.  
  239. MLoT:List of Texts
  240. #    New View        Create new view for this text.
  241. #    Save text        Save this text without question.
  242. #    Save changed        Save all changed files without question.
  243. #    Kill View        Kill this view.
  244. #    Kill unchanged        Kill all files that are unchanged.
  245. #    Kill all        Kill all files.
  246.  
  247. MFType:Filetypes
  248. #    Text
  249. #    BASIC
  250. #    Obey
  251. #    Data
  252.  
  253. # M