home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / misc / stronged2 / stronged / !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. # Misc
  254. Learn:Learning..
  255. Tab0:TrueTab
  256. Tab1:Nearest
  257. Tab2:Column
  258. Create:Click to create an empty file in given mode.
  259. Change:Click to change to the given mode.
  260. FileMenu:This is the File Menu.|MClick to load file or execute command.|MTo edit the menu, click on "File Menu" in iconbar menu.
  261. DLoF0:Whole
  262. DLoF1:From
  263. DLoF2:After
  264. DLoF3:Align
  265. Rp0:Block
  266. Rp1:Text
  267. Rp2:All
  268. Ins0:Insert
  269. Ins1:Overwr
  270. N0:LF
  271. N1:CR
  272. N2:LF+CR
  273. N3:CR+LF
  274. Sav0:Save text
  275. Sav1:Unchanged text
  276. Sav2:Save block
  277. Sav3:Save viewers
  278. Sav4:Save LoF
  279. Sav5:viewers
  280. Sav6:block
  281. Sav7:ListOFound
  282. Th0:Processing: 
  283. Th1:Errors in : 
  284. Th2:Info for  : 
  285. XDefName:Unnamed
  286. Chs:?@[\]^_`{|}~€Ŵŵ◰☓Ŷŷ⇦⇨⇩⇧…™‰•‘’‹›“”„–—−Œœ†‡fifl ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
  287. ChW:20
  288. TModes:Modes
  289. TBFun:Functions
  290. PrTx:Print Text
  291. PrBl:Print Block
  292. THist:History
  293. TFiles:File menu
  294.  
  295. CM0
  296. BM0:-
  297. BM1:b
  298. BM2:B
  299. BM3:f
  300. BM4:F
  301. CM1:C
  302.  
  303. Ioff:To see interactive help for StrongED, turn it on in the Global Configure, Save settings and start StrongED anew. 
  304.  
  305. # Interactive help..
  306.  
  307. Hib:This is the StrongED text editor.|MClick to create empty textfile.
  308.  
  309. Hwn05??:This is a StrongED view.
  310. Hwn0600:This shows the status of the text :|M  blank  :  Unchanged.|M  *      :  Changed.
  311. Hwn0601:This shows the position of the caret in the text.
  312. Hwn0602:This shows whether the editor is in insert or overwrite modus.
  313. Hwn0603:This shows what will happen when you press the TAB key.
  314. Hwn0604:This shows whether there is a block marked or not.|M  - : There is no block marked.|M  b : There is a block marked, but not in this text.|M  B : There is a block marked in this text.
  315. Hwn060D:This shows whether there is anything in the clipboard.|M - : The clipboard is empty|M C : No, it's not..
  316. Hwn0605
  317. Hwn0606
  318. Hwn0607
  319. Hwn0608:These are the bookmarks.|MIf white, no mark is set, if grey then mark is in another text, and if black then mark is in this text.|M\Sgoto mark. \Aset mark. Doubleclick to clear mark.
  320. Hwn0609:This shows which mode the text is in.
  321. Hwn060A:This shows which wrap-type is selected for this view.|M  CW : Character wrap.|M  WW : Word wrap.|MIf small letters, then no lines are currently wrapped.
  322. Hwn060B:This shows which newline type this text has.
  323. Hwn060C:This shows the current wrapwith in characters.|MIf autowrap is on, an "a" is appended.
  324. Hwn06??:This is the infobar.
  325. Hwn07??:This is a list of all texts currently loaded into StrongED.
  326. Hwn08??:This is a "list of found" window.
  327. Hwn09??:This is the alert/message window.
  328. Hwn0A??:This is a Throwback window.|MClick on a line and StrongED will load the file and move to the correct line.|MShift-click will delete line/section.
  329. Hwn0C??:This is the character selector.|MClick to insert character where the caret was. Use Adjust to make box stay open.|MKey shortcuts: Arrow keys (also ctrl) to move around, and Return to select.
  330.  
  331. Hwn8100
  332. Hwn8200
  333. Hwn8900:Type string to search for here.|MKey shortcuts: Page Up/Down to fetch old search strings.
  334. Hwn8101:Type replace string here.|MKey shortcuts: Page Up/Down to fetch old strings.
  335. Hwn8102
  336. Hwn8901:Click to toggle 'advanced' search syntax on/off|MKey shortcut: ^A
  337. Hwn8103
  338. Hwn8902:Click to toggle the 'Line' switch on/off.|MWhen it is on, StrongED will only look for search string at the start of lines.|MKey shortcut: ^L
  339. Hwn8104
  340. Hwn8201
  341. Hwn8903:Click to toggle case sensitive searching on/off.|MKey shortcut: ^C.
  342. Hwn8105:Click to fetch the search/replace strings used last time.|MKey shortcut: Page Up/Down
  343. Hwn8107:Click to count occurences of the search string.|MKey shortcut: ^N
  344. Hwn8108:Click to start search.|MKey shortcut: Return.
  345. Hwn8905
  346. Hwn8106:Click here to cycle between the different search-scopes.|MThis limits the area that will be searched.|MKey shortcut: ^S
  347. Hwn81??:This is the Search/Replace dialogue box.
  348.  
  349. Hwn8202:Click to fetch the searchstring used last time.|MKey shortcut: Page Up/Down
  350. Hwn8203:Click to go to next occurence of searchstring.|MKey shortcut: Down arrow
  351. Hwn8204:Click to go to previous occurence of searchstring.|MKey shortcut: Up arrow
  352. Hwn82??:This is the Interactive Search dialogue box.
  353.  
  354. Hwn83??:This is the Goto Line dialogue box.|MType a textline number and press Return. 1 is always the first line in the text.
  355.  
  356. Hwn8400:Click to *not replace* this occurence, but just find the next.|MKey shortcut: Down Arrow.
  357. Hwn8401:Click to replace this occurence, and find the next.|MKey shortcut: Return.
  358. Hwn8402:Click to replace all remaining occurences.|MKey shortcut: ^A
  359. Hwn8403:Click to undo the last replace.|MKey shortcut: F8
  360. Hwn8404:Click to redo the last undo.|MKey shortcut: ^F8
  361. Hwn84??:This is the "What now" dialogue box.
  362.  
  363. HwnA000
  364. HwnA100
  365. HwnA200
  366. HwnA300
  367. HwnA400:Type filename here.|MKey shortcuts: Page Up/Down to fetch old filenames. Return to Save
  368. HwnA001
  369. HwnA101
  370. HwnA201
  371. HwnA301
  372. HwnA401:Type filetype here.|MYou can type name or number.|MKey shortcut: Return to Save.
  373. HwnA002
  374. HwnA102
  375. HwnA202
  376. HwnA302
  377. HwnA402:Drag this to where you want the file to be saved.
  378. HwnA007
  379. HwnA107
  380. HwnA207
  381. HwnA307:Click here to save.|MYou can also press Return, or drag the filetype icon to filer window (or other application)
  382. HwnA407:Click here to save&kill.|MYou can also press Return, or drag the filetype icon to filer window (or other application)
  383. HwnA404:Click here to kill the text without saving.
  384.  
  385. HwnA0??:This is the Save text dialogue box.
  386. HwnA1??:This is the Save block dialogue box.
  387. HwnA2??:This is the Save viewers dialogue box.
  388. HwnA3??:This is the Save List of Found dialogue box.
  389. HwnA4??:This is the Save&kill text dialogue box.
  390.  
  391. Hwn8904:Click to cycle between the different display types.|MKey shortcut: ^D
  392. Hwn8906:Click to fetch the searchstring used last time.|MKey shortcut: Page Up/Down
  393. Hwn8907:Click to start generating list of found.|MKey shortcut: Return
  394. Hwn89??:This is the List of Found dialogue box.
  395.  
  396. Hwn8D0B:Click to count number of words in text.
  397. Hwn8D??:This shows information on the text.
  398.  
  399. Hwn8E??:This is the standard "program info" box.|MClick on the "Help" button to get 'meatier' information.
  400.  
  401. # Errors..
  402.  
  403. Err00:%s
  404. Err01:Not enough memory.
  405. Err02:Too many windows. Can't create View.
  406. Err03:Cannot load here!
  407. Err04:File not found
  408. Err05:Can't load a directory.
  409. Err06:Load failed. Did sender die?
  410. Err07:Can't save text to itself.
  411. Err08:No help on that word.
  412. Err09:No block is marked.
  413. Err10:Block not in this Text.
  414. Err11:Can't copy block into itself.
  415. Err12:Can't have fastchars for this mode.
  416. Err13:Mark is undefined.
  417. Err14:Can't move block into itself.
  418. Err15:String contains unknown escape character.
  419. Err16:String not found.
  420. Err17:Couldn't replace more than %u4 occurences
  421. Err18:Can't find !StrongHlp.
  422. #Err19:Text is locked while printing.
  423. Err20:You must quit old print-job first.
  424. Err21:This is a null-string.
  425. Err22:Undo is turned off for this text.
  426. Err23:Nothing to Undo.
  427. Err24:Nothing to Redo.
  428. Err25:Unknown Undo/Redo code %u4.
  429. Err26:This entry does nothing.
  430. Err27:Don't know where to save. Drag to directory.
  431. Err28:Oops.. Unknown internal error..!?! (%u4)
  432. Err29:Nothing to playback.
  433. Err30:The DDEUtils module is needed for throwback
  434. Err31:Learn buffer is full. Turned off.
  435. Err32:Unknown token.
  436. Err33:Unexpected end of file.
  437. Err34:Expected keyname.
  438. Err35:Only c-? supported.
  439. Err36:This character can't be used as a control key.
  440. Err37:Only 3 keys allowed per keystroke.
  441. Err38:Unknown function.
  442. Err39:Bad keylist name.
  443. Err40:Function don't take parameters.
  444. Err41:Function doesn't take numbers as parameter.
  445. Err42:Function doesn't take strings as parameter.
  446. Err43:This is not an 'ExternalEdit' text..
  447. Err44:"%s" not present.
  448. Err45:Menuline expected.
  449. Err46:Wimp$Scrap is not defined.
  450. Err47:Expression Error.
  451. Err48:Unknown identifier.
  452. Err49:Function doesn't take id's as parameter.
  453. Err50:Missing "
  454. Err51:Missing left part of or-expression
  455. Err52:Missing ' to end set
  456. Err53:Only strings, NL and @xx allowed in replace expression.
  457. Err54:Incorrect mark.
  458. Err55:Mark %u4 is not set.
  459. Err56:Replace string too large
  460. Err57:Expected "("
  461. Err58:This function has no more parameters.
  462. Err59:Required parameter is missing.
  463. Err60:Bad type.
  464. Err61:Bad value.
  465. Err62:Expected ")" or ","
  466. Err63:Clipboard is empty.
  467. Err64:This doesn't apply to 'freeblock'
  468. Err65:This only applies to 'freeblock'
  469. Err66:Freeblock not in this view.
  470. Err67:Line %u4 too long to be tokenised
  471. Err68:Please open the window first.
  472. Err69:Escape.
  473. Err70:You must select a whole number of lines to sort.
  474. Err71:Nothing to sort.
  475.  
  476. # Messages and warnings..
  477.  
  478. Msg00:None found
  479. Msg01:One found
  480. Msg02:%u4 found
  481. Msg04:One or more texts are altered. Are you sure?
  482. Msg05:Quit
  483. Msg06:Oops..
  484. Msg07:%u4 occurences replaced.
  485. Msg08:Not changed
  486. Msg09:Maybe changed
  487. Msg10:Changed
  488. Msg11:Created
  489. Msg12:Loaded
  490. Msg13:Last saved
  491. Msg14:%s less than a second ago.
  492. Msg15:%s just %u4 seconds ago.
  493. Msg16:%s 1 minute ago.
  494. Msg17:%s %u4 minutes ago.
  495. Msg18:%s 1 hour ago.
  496. Msg19:%s %u4 hours ago.
  497. Msg20:%u4 words counted.
  498. Msg21:<no block>
  499. Msg22:-
  500. Msg23:Ascii value %u1 (&%x2). Char '%c'