home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilss / stronged / !StrongED / Messages < prev    next >
Encoding:
Text File  |  1996-09-09  |  25.9 KB  |  601 lines

  1. # Help file for StrongED
  2.  
  3. # Default filenames..
  4. DefName_BaseModeFFF:Textfile
  5. DefName_BaseModeFEB:Obeyfile
  6. DefName_BaseModeFFE:Command
  7. DefName_:Newfile
  8.  
  9. # Interactive help on menus :
  10. # Iconbar:
  11.  
  12. MIconbar:StrongED
  13. #    Info        \Rto get information about this version of StrongED.|MClick to get help on StrongED.
  14. #    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.
  15. #    TextList   ^L    Click to open a window continually showing all views.
  16. #    Purge Undo    This removes all undo info and thus frees some memory.
  17. #    Create        Click to create an empty textfile.|M\Rcreate other filetypes.
  18. #    File menu    Click to load and edit the File Menu
  19. #    Quit        Click to quit StrongED.
  20.  
  21. # Iconbar:Create->
  22.  
  23. MCreate:Filetype
  24. #    Text            Click to create an empty textfile.
  25. #    Obey            Click to create an empty Obey file.
  26. #    Exec            Click to create an empty Exec file.
  27. #                    Click to create an empty file of given type.
  28.  
  29. # View:
  30.  
  31. MView:StrongED
  32. #    Misc
  33. #    Save            \Rsave text or block.|MClick here to save text directly.
  34. #    Block
  35. #    Edit
  36. #    Display
  37. #    Mode
  38.  
  39. # View:Misc>
  40.  
  41. MMisc:Misc
  42. #    Help       ⇧F1        Click to get help on StrongED.
  43. #    Print            \Rprint text or marked block.
  44. #    File info  ^I        \Ropen the fileinfo box.
  45. #    Filetype        \Rset the filetype for this text.|M(This can also be done in the savebox)
  46. #    Chars     ^⇧F9        Click to open the character selection box.
  47. #    Locked            This is ticked if the file is write protected. Click to temporarily override this.
  48.  
  49. MFTyp:Filetype
  50. #                      Type filetype and press RETURN.
  51.  
  52. # View:Block->
  53.  
  54. MBlock:Block
  55. #    Mark
  56. #    Clear mark ^Z        Click to clear the currently marked block.
  57. #    Process
  58. #    Clipboard
  59.  
  60. # View:Block->Mark->
  61.  
  62. MMark:Mark
  63. #    Start/End F6        Click to set start or end of block.
  64. #    Word      ^A        Click to mark the word at the cursor.
  65. #    Line      ^A *2        Click to mark the line at the cursor.
  66. #    Text      ^A *3        Click to mark the entire text.
  67.  
  68. # View:Block->Clipboard->
  69.  
  70. MClip:Clipboard
  71. #    Copy to clipboard ^⇧C    Click to copy the current block to the clipboard.
  72. #    Cut to clipboard  ^⇧X    Click to move the current block to the clipboard.
  73. #    Paste to text     ^⇧V    Click to insert the contents of the clipboard into the text.
  74. #    Purge clipboard   ^⇧Z    Click to remove current contents from clipboard.
  75.  
  76. # View:Block->Process->
  77.  
  78. MProcess:Process
  79. #    Copy       ^C        Click to copy block to where cursor is now.
  80. #    Move       ^V        Click to move block to where cursor is now.
  81. #    Delete     ^X        Click to delete block.
  82. #    Uppercase  ^U        Click to force text in block to uppercase. Key shortcut only applies when you're inside block.
  83. #    Lowercase  ^J        Click to force text in block to lowercase. Key shortcut only applies when you're inside block.
  84. #    Swap case  ^S        Click to swap case on text in block. Key shortcut only applies when you're inside block.
  85. #    Indent            \Rindent marked block.
  86. #    Tab to spaces        Click to replace all tabs with spaces.
  87. #    Spaces to Tab        Click to replace spaces at start of the lines with tabs
  88. #    Rot13            Click to "encrypt"/"decrypt" block.|M(It adds 13 to the ascii value of each letter) 
  89. #    Sort            Click to sort lines of block in ascending order.
  90.  
  91. # View:Block->Process->Indent->
  92.  
  93. MIndent:Indent
  94. #                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)
  95.  
  96. # View:Edit->
  97.  
  98. MEdit:Edit
  99. #    Insert            Click to toggle between insert and overwrite mode.
  100. #    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.
  101. #    Tabkey
  102. #    Search       F4
  103. #    Replace     ⇧F4
  104. #    ListOfFound  F2
  105. #    Goto line    F5
  106. #    Goto block  ⇧F5        Click here to move cursor to start/end of marked block.
  107. #    Undo         F8        Click here to undo the last change done to the text.
  108. #    Redo        ^F8        Click here to redo the last change that was undone.
  109. #    Change \n        \Rchange physical line ending
  110. #    Unwrap            Click here to insert newlines where lines wrap.
  111.  
  112. # View:Edit->Tabkey->
  113.  
  114. MTabkey:Tabkey
  115. #    'Truetab'        Click here to make the TAB key insert a TAB character.
  116. #    Nearest            Click here to make the TAB key insert enough spaces to position cursor under/over start of word on line above/below.
  117. #                Click here to make the TAB key insert enough spaces to move caret to the next column divisible by the given number.
  118.  
  119.  
  120. # View:Edit->Change \n->
  121.  
  122. MNewline:Newlines
  123. #    LF    (0A)        This is the standard line ending on the Archimedes.
  124. #    CR    (0D)        I can't quite remember where this line ending is used, but it is..
  125. #    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.
  126. #    CR+LF (0D0A)        This is the standard line ending on MSDOS machines.
  127.  
  128. # View:Display->
  129.  
  130. MDisplay:Display
  131. #    New view    ^WC        Click here to create a new view for the text.
  132. #    Wrapwidth
  133. #    ShowTab
  134. #    ShowCtrl
  135. #    \n type
  136. #    Infobar
  137.  
  138. # View:Display->New view->
  139.  
  140. MNewView:New View
  141. #    Split Vertically   ^WV    Click to split current view in two
  142. #    Split horizontally ^WH    Click to split current view in two
  143.  
  144. # View:Display->Wrapwidth->
  145.  
  146. MWrapW:Wrapwidth
  147. #    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.
  148. #    80            Click here to set wrapwidth to 80 chars.
  149. #    132            Click here to set wrapwidth to 132 chars.
  150. #    256            Click here to set wrapwidth to 256 chars.
  151. #    1024            Click here to set wrapwidth to 1024 chars.
  152. #                Click here to set wrapwidth to the given value.
  153.  
  154. # View:Display->ShowTab->
  155.  
  156. MShowTab:ShowTab
  157. #    As Ctrl chars        If this is on, TAB characters will be displayed in the same way as other control characters.
  158. #    Tab to 4 column        If this is on, TAB characters will force a jump to the next column divisible by 4.
  159. #    Tab to 8 column        If this is on, TAB characters will force a jump to the next column divisible by 8.
  160. #    |------|  ⇧TAB        If this is on, TAB characters will be visible.
  161.  
  162. # View:Display->ShowCtrl->
  163.  
  164. MShowCtrl:ShowCtrl
  165. #    [hex]            If this is on, control characters will be displayed with its hexadecimal value.
  166. #    .            If this is on, control characters will be displayed as a "."
  167.  
  168. # View:Display->Infobar->
  169.  
  170. MInfobar:Filepos
  171. #    (x,y)            Click here if you want the infobar to show the caret's x,y position in the text.
  172. #    (Offset)        Click here if you want the infobar to show the caret's offset position in the text.
  173.  
  174. # View:Task->
  175.  
  176. MTask:TaskWindow
  177. #    AutoScroll        When On, view will automatically scroll to show output. 
  178. #    Suspend            Click to halt task.
  179. #    Resume            Click to resume a halted task.
  180. #    Kill            Click to kill task.
  181.  
  182. # View:Mode->
  183. MModeFN:Mode
  184. #    Change mode        \Rselect which mode to use.|MThis only changes the key bindings and this menu.
  185. #    Choices..        Click to open the configure box for this mode.
  186. #    Base functions
  187.  
  188. # ListOfFound:
  189.  
  190. MLoF:ListOfFound
  191. #    Save            \Ropen savebox for this list.
  192. #    Sort by string        Click to sort entries.
  193. #    Sort by position    Click to show entries in the order they were found.
  194. #    Whole line
  195. #    From found
  196. #    After found
  197. #    Align found
  198.  
  199. MRScope:Search
  200. #    Block            Replace all occurrences inside marked block.
  201. #    Text            Replace all occurrences after caret in this text.
  202. #    All Texts        Replace all occurrences
  203.  
  204. MDispl:Display
  205. #    Whole line
  206. #    From found
  207. #    After found
  208. #    Align found
  209.  
  210. MLoT:List of Texts
  211. #    New View        Create new view for this text.
  212. #    Save text        Save this text without question.
  213. #    Save changed        Save all changed files without question.
  214. #    Kill View        Kill this view.
  215. #    Kill unchanged        Kill all files that are unchanged.
  216. #    Kill all        Kill all files.
  217.  
  218. MFType:Filetypes
  219. #    Text
  220. #    BASIC
  221. #    Obey
  222. #    Data
  223.  
  224. # Misc
  225. Learn:Learning..
  226. Tab0:TrueTab
  227. Tab1:Nearest
  228. Tab2:Column
  229. Create:Click to create an empty file in given mode.
  230. Change:Click to change to the given mode.
  231. FileMenu:This is the File Menu.|MClick to load file or execute command.|MTo edit the menu, click on "File Menu" in iconbar menu.
  232. DLoF0:Whole
  233. DLoF1:From
  234. DLoF2:After
  235. DLoF3:Align
  236. Rp0:Block
  237. Rp1:Text
  238. Rp2:All
  239. Ins0:Insert
  240. Ins1:Overwr
  241. N0:LF
  242. N1:CR
  243. N2:LF+CR
  244. N3:CR+LF
  245. Sav0:Save text
  246. Sav1:Unchanged text
  247. Sav2:Save block
  248. Sav3:Save viewers
  249. Sav4:Save LoF
  250. Sav5:viewers
  251. Sav6:block
  252. Sav7:ListOFound
  253. Sav8:Dump
  254. Th0:Processing:
  255. Th1:Errors in : 
  256. Th2:Info for  : 
  257. XDefName:Unnamed
  258. Chs:?@[\]^_`{|}~€Ŵŵ◰☓Ŷŷ⇦⇨⇩⇧…™‰•‘’‹›“”„–—−Œœ†‡fifl ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
  259. ChW:20
  260. TModes:Modes
  261. TBFun:Functions
  262. PrTx:Print Text
  263. PrBl:Print Block
  264. THist:History
  265. TFiles:File menu
  266. TGrab:Grab
  267.  
  268. CM0
  269. BM0:-
  270. BM1:b
  271. BM2:B
  272. BM3:f
  273. BM4:F
  274. CM1:C
  275.  
  276. Ioff:To see interactive help for StrongED, turn it on in the Global Configure, Save settings and start StrongED anew. 
  277.  
  278. # Interactive help..
  279.  
  280. Hib:This is the StrongED text editor.|MClick to create empty textfile.
  281.  
  282. Hwn05??:This is a StrongED view.
  283. Hwn0601:This shows the position of the caret in the text.|MClick Select to open Goto dbox|MClick Adjust to toggle between x,y and offset
  284. Hwn0602:This shows whether the editor is in insert or overwrite modus.|MClick select to toggle.
  285. Hwn0603:This shows what will happen when you press the TAB key.|MClick Select to cycle the options, or press Menu to open a menu of them.
  286. 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.
  287. Hwn060D:This shows whether there is anything in the clipboard.|M - : The clipboard is empty|M C : No, it's not..
  288. Hwn0605
  289. Hwn0606
  290. Hwn0607
  291. 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.
  292. Hwn0609:This shows which mode the text is in.|MClick Menu to open the Mode menu, or click Adjust to open the Change Mode menu.
  293. 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.|MClick Select to toggle.
  294. Hwn060B:This shows which newline type this text has.|MMenu opens the menu for changing NL type
  295. Hwn060C:This shows the current wrapwidth in characters.|MIf autowrap is on, an "a" is appended.|MClick Select to toggle autowrap on/off.|MMenu opens the Wrapwith menu.
  296. Hwn06??:This is the infobar.
  297. Hwn07??:This is a list of all texts currently loaded into StrongED.|MThere is a menu
  298. Hwn08??:This is a "list of found" window.
  299. Hwn09??:This is the alert/message window.
  300. 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.
  301. 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.
  302.  
  303. Hwn0F07
  304. Hwn0D07:Click here to save the options.|MClick Adjust to leave the window open.
  305. Hwn0F08
  306. Hwn0D08:Click here when you're happy with your choices.|MClick Adjust to leave the window open.
  307. Hwn0D??:In this dialogue box, you can configure global choices|MSelect a section in the leftmost box, and edit its choices in the rightmost box.
  308. Hwn0F??:In this dialogue box, you can configure choices for a particular StrongED Mode.|MSelect a section in the leftmost box, and edit its choices in the rightmost box.
  309.  
  310. Hwn4000:When this is off, StrongED will only load files dragged directly to it.
  311. Hwn4001:This simulates shift-doubleclick (the RiscOS mechanism for loading any file as if it was text)|MAfter the second click, just hold the mouse button down.
  312. Hwn4003:This is how long you have to hold the mouse button down (in centiseconds) before "doubleclick and hold" takes effect.
  313. Hwn4004:When this is on, StrongED will respond to ExtEdit requests.
  314. Hwn4005:When this is off, StrongED won't register itself as throwback server.
  315. Hwn4007:When this is off, each throwback session/compile will get its own window.
  316. Hwn4006:When this is off, StrongED won't respond to ctrl-F12 to open taskwindows.|MIf you want to disable this permanently, you should also edit the !StrongED.!Boot and !Run files.
  317.  
  318. Hwn4100:If the custom-made redraw routine in StrongED should dislike your system, you can tell StrongED to use standard system calls instead.
  319. Hwn4101:When this is on, StrongED will hide the mouse pointer when you start typing, and redisplay it when you move the mouse.
  320. Hwn4102:You can select between a rectangular caret, and the standard thin line caret.
  321. Hwn4103:When this is on, StrongED flash the caret on/off so that it is easier to localise.
  322. Hwn4104:When this is on, StrongED will automatically add a hor. scrollbar if the window is narrower than the text.
  323. Hwn4105:When this is off, StrongED will leave the caret where it is, when the view is scrolled or resized (with the mouse)|MWhen it's on, StrongED will always make sure the caret is inside the visible area.
  324.  
  325. Hwn4206:When this is on, StrongED will allow you to save a block without opening a savebox. Just click on a marked block and drag it wherever.
  326.  
  327. Hwn4300:Turn this off if you want to see the binary representation of a BASIC file.
  328. Hwn4301:When this is on, StrongED will not include line numbers when it converts from BASIC to text.|MIf you hold down the Ctrl key when loading, the opposite of this setting will be used.
  329. Hwn4302:When this is on, StrongED will insert spaces between certain tokens when converting to text, to make sure it can convert back to tokens later.|MThese spaces are only stripped off again if the tokenised line becomes too long.
  330. Hwn4304
  331. Hwn4306:These two are used when converting from text to tokens. All lines without a line number will get one baced on these two values.
  332.  
  333. Hwn4400:When this is on, you won't see any help like this in StrongED. Doesn't really save you that much..
  334. Hwn4401:When this is on, the caret will move from the last char of a line, to the first char of the next line (and vice verca)
  335. Hwn440A:When this is on, you can't place the caret to the right of line end with the mouse; The caret will then just be placed on the line end.
  336. Hwn4402:When this is on, StrongED will compare the text you've just written with all shortcuts (defined in the modefiles), and if it finds a match the shortcut will be expanded/replaced.
  337. Hwn4406:When this is on, StrongED will remove any extra blanks from the end of a line when you move away from it.|M (To see this, turn on the "Visible EOL spaces" option in the Display section of mode choices.)
  338. Hwn4403:When this is on, StrongED won't load a file that is already loaded, but instead just move the old window to the top.|MTo force a file to be loaded, hold down shift, and drag to the iconbar.
  339. Hwn4405:When this is on and StrongED crashes, it will try to write its entire memory to a file called "StrongDump".|MIn theory this file can help me find the cause of the crash, but only send it to me if I ask for it.
  340. Hwn4407:When this is on, StrongED will save all changed files periodically, to the directory !StrongED.Autosave.|M
  341. Hwn4408
  342. Hwn4409:This tells how often Autosave, if activated, should save.
  343. Hwn440B:When this is on and you save a modefile, it will first be validated and, if OK, all currently used modes will be reloaded.
  344.  
  345. Hwn4503
  346. Hwn4504
  347. Hwn4505
  348. Hwn4506:Open up a window. Place it where you want it. Click on one of these buttons, and then Save/OK
  349. Hwn4508
  350. Hwn4509
  351. Hwn450A:Set whatever options you prefer in these dialogue boxes, click on its button, and then Save
  352.  
  353. Hwn4600
  354. Hwn4601
  355. Hwn4604:Read the manual to find out what a "File menu" is. (Introduction, Tools section)
  356.  
  357. Hwn5000:When this is on, StrongED will show you the corresponding opening bracket when you type the closing one.
  358. Hwn5001:When this is on, StrongED will copy the spaces/tabs from the start of the old line, to the start of the new line.
  359.  
  360. Hwn510C
  361. Hwn5112:This is used to the left and right of the text to move it a bit out from the window border, giving it some air.
  362. Hwn510B
  363. Hwn5113:Gap between all lines.
  364. Hwn510D
  365. Hwn5114:Extra gap after a "hard" linebreak. Can be used to give some extra air between paragraphs.
  366. Hwn510E:When this is on, spaces at the end of a line will be shown with the "mark" colour.
  367. Hwn510F:When this is on, the small version of the current bitmap will be used.|MNote that for low resolutions the small version will always be used.
  368. Hwn5100:When this is on, ctrl characters will be displayed as [xx]|MWhen it is off, they will be displayed as just a dot, or an actual control character if bitmap fonts are used.
  369. Hwn5104
  370. Hwn5106:This is the max length of a line before it is soft-wrapped.|MIf the 'window width' option is on, that is used instead.
  371. Hwn5105:When this is on, the wrap width is continously set to the width of the window.
  372. Hwn5102:When this is on, long lines will be soft-wrapped at the nearest word.|MWhen off, the lines are wrapped at the nearest character.
  373. Hwn5111:When this is on, TAB characters will be treated as all other control characters.
  374. Hwn5109:When this is on, a TAB character will be wide enough to align with the next column divisible by 4.|MIn my opinion, you shouldn't use this, as the only standard is tab-to-8.
  375. Hwn5108:When this is on, a TAB character will be wide enough to align with the next column divisible by 8.|MThis is the "standard" TAB width.
  376. Hwn510A:When this is on, a TAB-to-4 or TAB-to-8 will be shown with a dotted line.|MWhen it is off, everything will just be shown as spaces.
  377.  
  378. Hwn521D:When this is on, the mode will have the same colours as the BaseMode has.
  379. Hwn5201:This is the colour that plain text should have. It is also the colours used for all the other elements, if they don't have the "tick" beneath the Foreground/Background palettes.
  380. Hwn5202:This is the colour used for the caret. It only have one colour, so foreground and background will always be the same.
  381. Hwn5203:This is the colour used for text marked as a block.
  382. Hwn5204:This is the colour used for "marked" text. (Found text when you search, text inserted again with Undo, a matched bracket etc..)
  383. Hwn5205:This is the colour used for control characters.
  384. Hwn5214:When this is on, StrongED uses information from the Modefile to colour certain words and elements with different colours.
  385. Hwn5206:An ID is any sequence of letter + letters/numbers that is not otherwise defined as a Reserved word.
  386. Hwn5207:A string is everything between two quotes.
  387. Hwn5208:Comments can also be coloured. The syntax of the comment is defined in the Modefile.|MNote that currently StrongED can't colour multi-line comments properly.
  388. Hwn5209:Numbers can be binary, hexadecimal and desimal. Strings looking like reals will also be coloured.
  389. Hwn520A:Punctuation is all characters not defined to be ctrl, number or ID
  390. Hwn520B
  391. Hwn520C
  392. Hwn520D
  393. Hwn520E
  394. Hwn520F
  395. Hwn5210
  396. Hwn5211
  397. Hwn5212:These eight groups correspond to eight lists of reserved words in the Modefile.
  398. Hwn521E
  399. Hwn5217:If this is unticked, the colour for 'Text' is used instead.
  400. Hwn5219
  401. Hwn5216
  402. Hwn521E
  403. Hwn5218:These will later be used for the RGB colour picker.
  404. Hwn5213
  405. Hwn5200:Click on the colour you want. The tick below will automatically be set.|MClicking on the letter will swap Foreground and Background colours.
  406.  
  407. Hwn5300:When this is on, each view will have a toolbar at the top of the window.|MNote: Only takes effect for *new* texts.
  408. Hwn5302:When this is on, each view will have a infobar at the bottom.|MNote: Only takes effect for *new* texts.
  409. Hwn5301:When this is on, the file position will be showed as a hexadecimal value. Otherwise it will be shown as an x,y pair.
  410. Hwn5303:When this is on, all views will have a horizontal scrollbar. This option only has meaning if the global option for turning it on/off is off.
  411.  
  412. Hwn5400
  413. Hwn5403:This is the filetype assigned to a text created from the iconbar 'create' menu.
  414. Hwn5404:The standard RiscOS and Unix line separator.
  415. Hwn5407:The standard MS-Dos and Windows line separator.
  416. Hwn5402:When on, the 'Print headers and footers' toggle in the Print dbox will be on by default.
  417.  
  418. Hwn8100
  419. Hwn8200
  420. Hwn8900:Type string to search for here.|MKey shortcuts: Page Up/Down to fetch old search strings.
  421. Hwn8101:Type replace string here.|MKey shortcuts: Page Up/Down to fetch old strings.
  422. Hwn8102
  423. Hwn8901:Click to toggle 'advanced' search syntax on/off|MKey shortcut: ^A
  424. Hwn8103
  425. 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
  426. Hwn8104
  427. Hwn8201
  428. Hwn8903:Click to toggle case sensitive searching on/off.|MKey shortcut: ^C.
  429. Hwn8105:Click to fetch the search/replace strings used last time.|MKey shortcut: Page Up/Down
  430. Hwn8107:Click to count occurrences of the search string.|MKey shortcut: ^N
  431. Hwn8108:Click to start search.|MKey shortcut: Return.
  432. Hwn8905
  433. Hwn8106:Click here to cycle between the different search-scopes.|MThis limits the area that will be searched.|MKey shortcut: ^S
  434. Hwn81??:This is the Search/Replace dialogue box.
  435.  
  436. Hwn8202:Click to fetch the searchstring used last time.|MKey shortcut: Page Up/Down
  437. Hwn8203:Click to go to next occurrence of searchstring.|MKey shortcut: Down arrow
  438. Hwn8204:Click to go to previous occurrence of searchstring.|MKey shortcut: Up arrow
  439. Hwn82??:This is the Interactive Search dialogue box.
  440.  
  441. Hwn83??:This is the Goto Line dialogue box.|MType a textline number and press Return. 1 is always the first line in the text.
  442.  
  443. Hwn8400:Click to *not replace* this occurrence, but just find the next.|MKey shortcut: Down Arrow.
  444. Hwn8401:Click to replace this occurrence, and find the next.|MKey shortcut: Return.
  445. Hwn8402:Click to replace all remaining occurrences.|MKey shortcut: ^A
  446. Hwn8403:Click to undo the last replace.|MKey shortcut: F8
  447. Hwn8404:Click to redo the last undo.|MKey shortcut: ^F8
  448. Hwn84??:This is the "What now" dialogue box.
  449.  
  450. HwnA000
  451. HwnA100
  452. HwnA200
  453. HwnA300
  454. HwnA400:Type filename here.|MKey shortcuts: Page Up/Down to fetch old filenames. Return to Save
  455. HwnA001
  456. HwnA101
  457. HwnA201
  458. HwnA301
  459. HwnA401:Type filetype here.|MYou can type name or number.|MKey shortcut: Return to Save.
  460. HwnA002
  461. HwnA102
  462. HwnA202
  463. HwnA302
  464. HwnA402:Drag this to where you want the file to be saved.
  465. HwnA007
  466. HwnA107
  467. HwnA207
  468. HwnA307:Click here to save.|MYou can also press Return, or drag the filetype icon to filer window (or other application)
  469. HwnA407:Click here to save&kill.|MYou can also press Return, or drag the filetype icon to filer window (or other application)
  470. HwnA404:Click here to kill the text without saving.
  471.  
  472. HwnA0??:This is the Save text dialogue box.
  473. HwnA1??:This is the Save block dialogue box.
  474. HwnA2??:This is the Save viewers dialogue box.
  475. HwnA3??:This is the Save List of Found dialogue box.
  476. HwnA4??:This is the Save&kill text dialogue box.
  477.  
  478. Hwn8904:Click to cycle between the different display types.|MKey shortcut: ^D
  479. Hwn8906:Click to fetch the searchstring used last time.|MKey shortcut: Page Up/Down
  480. Hwn8907:Click to start generating list of found.|MKey shortcut: Return
  481. Hwn89??:This is the List of Found dialogue box.
  482.  
  483. Hwn8D0B:Click to count number of words in text.
  484. Hwn8D??:This shows information on the text.
  485.  
  486. Hwn8E??:This is the standard "program info" box.|MClick on the "Help" button to get 'meatier' information.
  487.  
  488. # Errors :
  489.  
  490. Err00:%s
  491. Err01:Not enough memory.
  492. Err02:Too many windows. Can't create View.
  493. Err03:Cannot load here!
  494. Err04:File not found
  495. Err05:Can't load a directory.
  496. Err06:Load failed. Did sender die?
  497. Err07:Can't save text to itself.
  498. Err08:No help on that word.
  499. Err09:No block is marked.
  500. Err10:Block not in this Text.
  501. Err11:Can't copy block into itself.
  502. Err12:Can't have fastchars for this mode.
  503. Err13:Mark is undefined.
  504. Err14:Can't move block into itself.
  505. Err15:String contains unknown escape character.
  506. Err16:String not found.
  507. Err17:Couldn't replace more than %u4 occurrences
  508. Err18:Can't find !StrongHlp.
  509. Err20:You must quit old print-job first.
  510. Err21:This is a null-string.
  511. Err22:Undo is turned off for this text.
  512. Err23:Nothing to Undo.
  513. Err24:Nothing to Redo.
  514. Err25:Unknown Undo/Redo code %u4.
  515. Err26:This entry does nothing.
  516. Err27:Don't know where to save. Drag to directory.
  517. Err28:Oops.. Unknown internal error..!?! (%u4)
  518. Err29:Nothing to playback.
  519. Err30:The DDEUtils module is needed for throwback
  520. Err31:Learn buffer is full. Turned off.
  521. Err32:Unknown token.
  522. Err33:Unexpected end of file.
  523. Err34:Expected keyname.
  524. Err35:Only c-? supported.
  525. Err36:This character can't be used as a control key.
  526. Err37:Only 3 keys allowed per keystroke.
  527. Err38:Unknown function.
  528. Err39:Bad keylist name.
  529. Err40:Function don't take parameters.
  530. Err41:Function doesn't take numbers as parameter.
  531. Err42:Function doesn't take strings as parameter.
  532. Err43:This is not an 'ExternalEdit' text..
  533. Err44:"%s" not present.
  534. Err45:Menuline expected.
  535. Err46:Wimp$Scrap is not defined.
  536. Err47:Expression Error.
  537. Err48:Unknown identifier.
  538. Err49:Function doesn't take id's as parameter.
  539. Err50:Missing "
  540. Err51:Missing left part of or-expression
  541. Err52:Missing ' to end set
  542. Err53:Only strings, NL and @xx allowed in replace expression.
  543. Err54:Incorrect mark.
  544. Err55:Mark %u4 is not set.
  545. Err56:Replace string too large
  546. Err57:Expected "("
  547. Err58:This function has no more parameters.
  548. Err59:Required parameter is missing.
  549. Err60:Bad type.
  550. Err61:Bad value.
  551. Err62:Expected ")" or ","
  552. Err63:Clipboard is empty.
  553. Err64:This doesn't apply to 'freeblock'
  554. Err65:This only applies to 'freeblock'
  555. Err66:Freeblock not in this view.
  556. Err67:Line %u4 too long to be tokenised
  557. Err68:Please open the window first.
  558. Err69:Escape.
  559. Err70:You must select a whole number of lines to sort.
  560. Err71:Nothing to sort.
  561. Err72:Function already defined for this group.
  562. Err73:Unknown option for SyntaxWords.
  563. Err74:This Syntax Group is already defined.
  564. Err75:Too many reserved words.
  565. Err76:Illegal set range (use '\-' if you want the char '-')
  566. Err77:Can't have case/nocase reserved words with same 1st letter.
  567. Err78:Shortcut too long (can max be 7 chars)
  568. Err79:Text is write protected.
  569. Err80:Unknown mode '%s'.
  570. Err81:No application configured for this URL type.
  571. Err82:Bad hex value.
  572. Err83:Unable to verify if modefile is correct (No memory)
  573.  
  574. # Messages and warnings :
  575.  
  576. Msg00:None found
  577. Msg01:One found
  578. Msg02:%u4 found
  579. Msg04:One or more texts are altered. Are you sure?
  580. Msg05:Quit
  581. Msg06:Oops..
  582. Msg07:%u4 occurrences replaced.
  583. Msg08:Not changed
  584. Msg09:Maybe changed
  585. Msg10:Changed
  586. Msg11:Created
  587. Msg12:Loaded
  588. Msg13:Last saved
  589. Msg14:%s less than a second ago.
  590. Msg15:%s just %u4 seconds ago.
  591. Msg16:%s 1 minute ago.
  592. Msg17:%s %u4 minutes ago.
  593. Msg18:%s 1 hour ago.
  594. Msg19:%s %u4 hours ago.
  595. Msg20:%u4 words counted.
  596. Msg21:<no block>
  597. Msg22:-
  598. Msg23:Ascii value %u1 (&%x2). Char '%c'
  599. Msg24:%u4 bytes of undo data removed.
  600. Msg25:Autosave directory contains backup files!
  601.