# Help file for StrongED
# StrongED$Wrapwidth = 256

# Default filenames..
DefName_BaseModeFFF:Textfile
DefName_BaseModeFEB:Obeyfile
DefName_BaseModeFFE:Command
DefName_:Newfile

# Interactive help on menus :
# Iconbar:

MIconbar:StrongED
#	Info		\Rto get information about this version of StrongED.|MClick here to open the StrongED manual. (Requires !StrongHlp.)
#	Choices...	Click to open a Dialogue with all global choices.|MNote that there is a similar box available from the Mode menu, which is used to set mode-dependant options.
#	TextList   ^L	Click to open a window continually showing all views.
#	Purge Undo	This removes all undo info and thus frees some memory.
#	Create		Click to create an empty textfile.|M\Rcreate other filetypes.
#	Quit		Click to quit StrongED.

# Iconbar:Create->

MCreate:Filetype
#	Text			Click to create an empty textfile.
#	Obey			Click to create an empty Obey file.
#	Exec			Click to create an empty Exec file.
#	    			Click to create an empty file of given type.

# View:

MView:StrongED
#	Misc
#	Save			\Rsave text or block.|MClick here to save text directly.
#	Block
#	Edit
#	Display
#	Mode

# View:Misc>

MMisc:Misc
#	Help       F1		Click to get help on StrongED.
#	Print			\Rprint text or marked block.
#	File info  ^I		\Ropen the fileinfo box.
#	Filetype		\Rset the filetype for this text.|M(This can also be done in the savebox)
#	Chars     ^F9		Click to open the character selection box.
#	Spelling
#	Locked			This is ticked if the file is write protected. Click to temporarily override this.

MFTyp:Filetype
#	          		Type filetype and press RETURN.

MSpell:Spelling
#	Spell check entire text		Click to generate a 'list of found' over all mis-spelled words in the text.
#	Open spell Dialogue			Click to open the spell dialogue box.
#	Check as you type		When this is ticked StrongED will beep and mark a mis-spelled word after you've typed it, or moved to it.
#	Open Dialogue on mis-spelling	When this is ticked (together with 'check as you type') StrongED will open the spell Dialogue when a mis-spelled word is typed.

# View:Block->

MBlock:Block
#	Mark
#	Clear mark ^Z		Click to clear the currently marked block.
#	Process
#	Clipboard

# View:Block->Mark->

MMark:Mark
#	Start/End F6		Click to set start or end of block.
#	Word      ^A		Click to mark the word at the cursor.
#	Line      ^A *2		Click to mark the line at the cursor.
#	Text      ^A *3		Click to mark the entire text.

# View:Block->Clipboard->

MClip:Clipboard
#	Copy to clipboard ^C	Click to copy the current block to the clipboard.
#	Cut to clipboard  ^X	Click to move the current block to the clipboard.
#	Paste to text     ^V	Click to insert the contents of the clipboard into the text.
#	Purge clipboard   ^Z	Click to remove current contents from clipboard.

# View:Block->Process->

MProcess:Process
#	Copy       ^C		Click to copy block to where cursor is now.
#	Move       ^V		Click to move block to where cursor is now.
#	Delete     ^X		Click to delete block.
#	Uppercase  ^U		Click to force text in block to uppercase. Key shortcut only applies when you're inside block.
#	Lowercase  ^J		Click to force text in block to lowercase. Key shortcut only applies when you're inside block.
#	Swap case  ^S		Click to swap case on text in block. Key shortcut only applies when you're inside block.
#	Indent			\Rindent marked block.
#	Tab to spaces		Click to replace all tabs with spaces.
#	Spaces to Tab		Click to replace spaces at start of the lines with tabs
#	Rot13			Click to "encrypt"/"decrypt" block.|M(It adds 13 to the ascii value of each letter) 
#	Sort			Click to sort lines of block in ascending order.

# View:Block->Process->Indent->

MIndent:Indent
#				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)

# View:Edit->

MEdit:Edit
#	Insert			Click to toggle between insert and overwrite mode.
#	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.
#	Tabkey
#	Search       F4
#	Replace     F4
#	ListOfFound  F2
#	Goto line    F5
#	Goto block  F5		Click here to move cursor to start/end of marked block.
#	Undo         F8		Click here to undo the last change done to the text.
#	Redo        ^F8		Click here to redo the last change that was undone.
#	Change \n		\Rchange physical line ending
#	Unwrap			Click here to insert newlines where lines wrap.

# View:Edit->Tabkey->

MTabkey:Tabkey
#	'Truetab'		Click here to make the TAB key insert a TAB character.
#	Nearest			Click here to make the TAB key insert enough spaces to position cursor under/over start of word on line above/below.
#				Click here to make the TAB key insert enough spaces to move caret to the next column divisible by the given number.


# View:Edit->Change \n->

MNewline:Newlines
#	LF (unix/RiscOS)	This is the standard line ending under RiscOS and unix.
#	CR (Mac)		I *think* this is the standard line ending on Apple Macintosh
#	LF+CR			This is what you get when you store output from the VDU|M*Modules { > ModList }      The file ModList will have this line ending.
#	CR+LF (msdos)		This is the standard line ending on MSDOS machines.

# View:Display->

MDisplay:Display
#	New view    ^WC		Click here to create a new view for the text.
#	Wrapwidth
#	ShowTab
#	ShowCtrl
#	\n type
#	Infobar

# View:Display->New view->

MNewView:New View
#	Split Vertically   ^WV	Click to split current view in two
#	Split horizontally ^WH	Click to split current view in two

# View:Display->Wrapwidth->

MWrapW:Wrapwidth
#	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.
#	80			Click here to set wrapwidth to 80 chars.
#	132			Click here to set wrapwidth to 132 chars.
#	256			Click here to set wrapwidth to 256 chars.
#	1024			Click here to set wrapwidth to 1024 chars.
#				Click here to set wrapwidth to the given value.

# View:Display->ShowTab->

MShowTab:ShowTab
#	As Ctrl chars		If this is on, TAB characters will be displayed in the same way as other control characters.
#	Tab to 4 column		If this is on, TAB characters will force a jump to the next column divisible by 4.
#	Tab to 8 column		If this is on, TAB characters will force a jump to the next column divisible by 8.
#	|------|  TAB		If this is on, TAB characters will be visible.

# View:Display->ShowCtrl->

MShowCtrl:ShowCtrl
#	[hex]			If this is on, control characters will be displayed with its hexadecimal value.
#	.			If this is on, control characters will be displayed as a "."

# View:Display->Infobar->

MInfobar:Filepos
#	(x,y)			Click here if you want the infobar to show the caret's x,y position in the text.
#	(Offset)		Click here if you want the infobar to show the caret's offset position in the text.

# View:Mode->
MModeFN:Mode
#	Change mode		\Rselect which mode to use.|MThis only changes the key bindings and this menu.
#	Choices..		Click to open the configure box for this mode.
#	Base functions

MModeCol:Colour schemes
#	Black on White		This sets a colour scheme with a white background
#	White on Black		This sets a colour scheme with a black background

MChangeNL:Newlines
#	Change NL type		\Rreplace all NLs of the currently assumed type with NLs of another type.
#	Assume NL type		\Rchange which type of NL StrongED should assume the text uses|M(This does not physically alter the text)

# ListOfFound:

MLoF:ListOfFound
#	Save			\Ropen savebox for this list.
#	Sort			Click to sort entries.
#	Mark text		When this is on, the LoF entries will be marked in the text.
#	Whole line
#	From found
#	After found
#	Align found

MRScope:Search
#	Block			Replace all occurrences inside marked block.
#	Text			Replace all occurrences after caret in this text.
#	All Texts		Replace all occurrences

MDispl:Display
#	Whole line
#	From found
#	After found
#	Align found

MLoT:List of Texts
#	New View		Create new view for this text.
#	Save text		Save this text without question.
#	Save changed		Save all changed files without question.
#	Kill View		Kill this view.
#	Kill unchanged		Kill all files that are unchanged.
#	Kill all		Kill all files.
#	Hide View		Hide this view
#	Hide all		Hide all files.

MFType:Filetypes
#	Text
#	BASIC
#	Obey
#	Data

# Misc
Web:http://www.stronged.iconbar.com/
Learn:Learning..
Tab0:TrueTab
Tab1:Nearest
Tab2:Column
Create:Click to create an empty file in given mode.
Change:Click to change to the given mode.
FileMenu:This is the File Menu.|MClick to load file or execute command.|MTo edit the menu, click on "File Menu" in iconbar menu.
DLoF0:Whole
DLoF1:From
DLoF2:After
DLoF3:Align
Rp0:Block
Rp1:Text
Rp2:All
Ins0:Insert
Ins1:Overwr
N0:LF
N1:CR
N2:LF+CR
N3:CR+LF
Sav0:Save text
Sav1:Unchanged text
Sav2:Save block
Sav3:Save viewers
Sav4:Save LoF
Sav5:viewers
Sav6:block
Sav7:ListOFound
Sav8:Dump
Th0:Processing:
Th1:Errors in : 
Th2:Info for  : 
XDefName:Unnamed
Chs:?@[\]^_`{|}~
ChW:20
TModes:Modes
TBFun:Functions
PrTx:Print Text
PrBl:Print Block
PrLo:<No driver>
THist:History
TFiles:File menu
TGrab:Grab
GRPG0:Lower 32K
GRCMOS:CMOS RAM

SpellNone:<No matching words>
SpellOK:<Word OK>
SpellTitle:Select userdict
SpellIgnore:IGNORE
SpellAddTo:Add to
SpellNew:New dict

CM0
BM0:-
BM1:b
BM2:B
BM3:f
BM4:F
CM1:C

Ioff:To see interactive help for StrongED, turn it on in the Global Configure, Save settings and start StrongED anew. 

# Interactive help..

Hib:This is the StrongED text editor.|MSELECT creates an empty BaseMode textfile. ADJUST lets you chose mode.|MShift-SELECT opens !StrED_cfg. Shift-ADJUST opens !StrongED.Defaults. 

Hwn05??:This is a StrongED view.
Hwn0601:This shows the position of the caret in the text.|MClick Select to open Goto Dialogue|MClick Adjust to toggle between x,y and offset
Hwn0602:This shows whether the editor is in insert or overwrite modus.|MClick select to toggle.
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.
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.
Hwn060D:This shows whether there is anything in the clipboard.|M - : The clipboard is empty|M C : No, it's not..
Hwn0605
Hwn0606
Hwn0607
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.
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.
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.
Hwn060B:This shows which newline type this text has.|MMenu opens the menu for changing NL type
Hwn060C:This shows the current wrapwidth. If autowrap is on, an "a" is appended, and if hardwrap is on, the hardwrap width shows in paranthesis.|MClick Select to toggle autowrap on/off, and Adjust to toggle hardwrap.
Hwn06??:This is the infobar.
Hwn07??:This is a list of all texts currently loaded into StrongED.|MThere is a menu
Hwn08??:This is a "list of found" window.
Hwn09??:This is the alert/message window.
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.
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.

Hwn0F07
Hwn0D07:Click here to save the options.|MClick Adjust to leave the window open.
Hwn0F08
Hwn0D08:Click here when you're happy with your choices.|MClick Adjust to leave the window open.
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.
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.

Hwn1200:Click here to save all changed files and quit.
Hwn1201:Click here to just quit without saving anything.
Hwn1202:Click here to keep a list of all loaded files, keep all changed files in AutoSave, and load this back in the next time StrongED is started.
Hwn1207:Click here if you're getting cold feet.
Hwn1204:This shows a list of all changed files. Click on one to bring it to the front.

Hwn1300:This shows the word currently being checked.
Hwn1301:Click here to look for the next suspicious word.
Hwn1302:Click here to add the word to the current user dictionaries.
Hwn1303:Click here to select current user dictionary.|MShift-Select on an entry to edit the dictionary.
Hwn13??:This is the spell checker dialogue box. The frame shows a list of suggested replacements for the current word. Click on one to replace word in text with this.

Hwn4000:When this is off, StrongED will only load files dragged directly to it.
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.
Hwn4003:This is how long you have to hold the mouse button down (in centiseconds) before "doubleclick and hold" takes effect.
Hwn4004:When this is on, StrongED will respond to ExtEdit requests.
Hwn4005:When this is off, StrongED won't register itself as throwback server.
Hwn4007:When this is off, each throwback session/compile will get its own window.
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.
Hwn4008:When this is on, StrongED will recursively load the contents of directories you drag to its iconbar icon.

Hwn4100:If the custom-made redraw routine in StrongED should dislike your system, you can tell StrongED to use standard system calls instead.
Hwn4101:When this is on, StrongED will hide the mouse pointer when you start typing, and redisplay it when you move the mouse.
Hwn4102:You can select between a rectangular caret, and the standard thin line caret.
Hwn4103:When this is on, StrongED flash the caret on/off so that it is easier to localise.
Hwn4104:When this is on, StrongED will automatically add a hor. scrollbar if the window is narrower than the text.
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.

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.

Hwn4300:Turn this off if you want to see the binary representation of a BASIC file.
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.
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.
Hwn4304
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.

Hwn4400:When this is on, you won't see any help like this in StrongED. Doesn't really save you that much..
Hwn4401: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.
Hwn4403: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.
Hwn4404:When this is on, Stronged will close a taskwindow immediately when you click in its close box, or press ctrl-Q.

Hwn4503
Hwn4504
Hwn4505
Hwn4506:Open up a window. Place it where you want it. Click on one of these buttons, and then Save/OK
Hwn4508
Hwn4509
Hwn450A:Set whatever options you prefer in these dialogue boxes, click on its button, and then Save

Hwn4600: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 versa)
Hwn4601: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.
Hwn4602: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.)
Hwn4603:When this is on, StrongED will save all changed files periodically, to the directory !StrongED.Autosave.|M
Hwn4604
Hwn4605:This tells how often Autosave, if activated, should save.
Hwn4606: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.
Hwn4607:When this is on, changes you make to a modefile will take effect immediately when you save it.
Hwn4608:When this is on, StrongED will click on 'Old' for you when you open one of these dialogue boxes.
Hwn4609:When this is on, StrongED will remember the current state when you quit, and restore this the next time you start StrongED.

Hwn5000:When this is on, StrongED will show you the corresponding opening bracket when you type the closing one.
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.
Hwn5008:When this is on, StrongED will insert newlines as you type.
Hwn500B:When this is on, StrongED will spell check each word as you type it. When a suspicious word is found, StrongED will beep and mark it.
Hwn500C:When this is on together with 'check as you type', the spell window will be opened when a suspicious word is found.

Hwn510C
Hwn510D: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.
Hwn510B
Hwn5112:Gap between lines.
Hwn5113:When this is on, there will be a marker in the right margin when a line is soft-wrapped to fit the window.
Hwn5114:When this is on, the 'fold' function (see manual) will be executed when the text is loaded.
Hwn5111:When this is on, spaces at the end of a line will be shown with the "mark" colour.
Hwn510E: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.
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.
Hwn5104
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.
Hwn5105:When this is on, the wrap width is continously set to the width of the window.
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.
Hwn5110:When this is on, TAB characters will be treated as all other control characters.
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.
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.
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.

Hwn521D:When this is on, the mode will have the same colours as the BaseMode has.
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.
Hwn5202:This is the colour used for the caret. It only have one colour, so foreground and background will always be the same.
Hwn5203:This is the colour used for text marked as a block.
Hwn5204:This is the colour used for "marked" text. (Found text when you search, text inserted again with Undo, a matched bracket etc..)
Hwn5205:This is the colour used for control characters.
Hwn5214:When this is on, StrongED uses information from the Modefile to colour certain words and elements with different colours.
Hwn5206:An ID is any sequence of letter + letters/numbers that is not otherwise defined as a Reserved word.
Hwn5207:A string is everything between two quotes.
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.
Hwn5209:Numbers can be binary, hexadecimal and desimal. Strings looking like reals will also be coloured.
Hwn520A:Punctuation is all characters not defined to be ctrl, number or ID
Hwn520B
Hwn520C
Hwn520D
Hwn520E
Hwn520F
Hwn5210
Hwn5211
Hwn5212:These eight groups correspond to eight lists of reserved words in the Modefile.
Hwn521E
Hwn5217:If this is unticked, the colour for 'Text' is used instead.
Hwn5219
Hwn5216
Hwn521E
Hwn5218:Click here to open the RGB Colour Picker.
Hwn5213
Hwn5200:Click on the colour you want. The tick below will automatically be set.|MClicking on the letter will swap Foreground and Background colours.

Hwn5300:When this is on, each view will have a toolbar at the top of the window.|MNote: Only takes effect for *new* texts.
Hwn5302:When this is on, each view will have a infobar at the bottom.|MNote: Only takes effect for *new* texts.
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.
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.

Hwn5400
Hwn5403:This is the filetype assigned to a text created from the iconbar 'create' menu.
Hwn5404:The standard RiscOS and Unix line separator.
Hwn5407:The standard MS-Dos and Windows line separator.
Hwn5402:When on, the 'Print headers and footers' toggle in the Print Dialogue will be on by default.

Hwn8100
Hwn8200
Hwn8900:Type string to search for here.|MKey shortcuts: Page Up/Down to fetch old search strings.
Hwn8101:Type replace string here.|MKey shortcuts: Page Up/Down to fetch old strings.
Hwn8102
Hwn8901:Click to toggle 'advanced' search syntax on/off|MKey shortcut: ^A
Hwn8103
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
Hwn8104
Hwn8201
Hwn8903:Click to toggle case sensitive searching on/off.|MKey shortcut: ^C.
Hwn8105:Click to fetch the search/replace strings used last time.|MKey shortcut: Page Up/Down
Hwn8107:Click to count occurrences of the search string.|MKey shortcut: ^N
Hwn8108:Click to start search.|MKey shortcut: Return.
Hwn8905
Hwn8106:Click here to cycle between the different search-scopes.|MThis limits the area that will be searched.|MKey shortcut: ^S
Hwn81??:This is the Search/Replace dialogue box.

Hwn8202:Click to fetch the searchstring used last time.|MKey shortcut: Page Up/Down
Hwn8203:Click to go to next occurrence of searchstring.|MKey shortcut: Down arrow
Hwn8204:Click to go to previous occurrence of searchstring.|MKey shortcut: Up arrow
Hwn82??:This is the Interactive Search dialogue box.

Hwn83??:This is the Goto Line dialogue box.|MType a textline number and press Return. 1 is always the first line in the text.

Hwn8400:Click to *not replace* this occurrence, but just find the next.|MKey shortcut: Down Arrow.
Hwn8401:Click to replace this occurrence, and find the next.|MKey shortcut: Return.
Hwn8402:Click to replace all remaining occurrences.|MKey shortcut: ^A
Hwn8403:Click to undo the last replace.|MKey shortcut: F8
Hwn8404:Click to redo the last undo.|MKey shortcut: ^F8
Hwn84??:This is the "What now" dialogue box.

HwnA000
HwnA100
HwnA200
HwnA300
HwnA400:Type filename here.|MKey shortcuts: Page Up/Down to fetch old filenames. Return to Save
HwnA001
HwnA101
HwnA201
HwnA301
HwnA401:Type filetype here.|MYou can type name or number.|MKey shortcut: Return to Save.
HwnA002
HwnA102
HwnA202
HwnA302
HwnA402:Drag this to where you want the file to be saved.
HwnA007
HwnA107
HwnA207
HwnA307:Click here to save.|MYou can also press Return, or drag the filetype icon to filer window (or other application)
HwnA407:Click here to save&kill.|MYou can also press Return, or drag the filetype icon to filer window (or other application)
HwnA404:Click here to kill the text without saving.

HwnA0??:This is the Save text dialogue box.
HwnA1??:This is the Save block dialogue box.
HwnA2??:This is the Save viewers dialogue box.
HwnA3??:This is the Save List of Found dialogue box.
HwnA4??:This is the Save&kill text dialogue box.
HwnA7??:Create a new user dictionary.|MNote; There can be max 8 user dictionaries.

Hwn8904:Click to cycle between the different display types.|MKey shortcut: ^D
Hwn8906:Click to fetch the searchstring used last time.|MKey shortcut: Page Up/Down
Hwn8907:Click to start generating list of found.|MKey shortcut: Return
Hwn89??:This is the List of Found dialogue box.

Hwn8D0B:Click to count number of words in text.
Hwn8D??:This shows information on the text.

Hwn8E00:If you have a web browser, clicking here will open the StrongED homepage.
Hwn8E0A:Click here to open the StrongED manual. (Requires !StrongHlp.)
Hwn8E??:Just another 'About' box.

# Help for mode-specific toolbar entries and menus

# Basemode

HBM_help:Select gives help on StrongED. Adjust looks up word under caret.|MShift-Select gives info on file and Shift-Adjust gives info on char under caret.
HBM_low:Select opens/closes the List of Windows window.
HBM_opt:Select opens/closes the Global Choices window,|Mand Adjust opens/closes the Mode Choices window.
HBM_save:Saves the text
HBM_trim:Removes spaces from the end of lines
HBM_ltrim:Removes spaces from the start of each line
HBM_join:Join lines together
HBM_split:Split lines
HBM_spell:Select spell checks whole text.|MAdjust opens the spell window.

# StrongMode

HSt_lof:Select - list of sections

# BASIC and BasASM

HBa_lof:Click to generate list of all procedures and functions.
HBa_up:Click Select to go to previous function, and Adjust to go to previous assembly label.
HBa_dn:Click Select to go to next function, and Adjust to go to next assembly label.
HBa_run:Click to tokenise program and run it.|MUse shift to save first, and ctrl to run in a taskwindow.
HBa_go:Select: Goto Procedure/Function.|MAdjust: Goto Label.

# C Mode

HCM_lof:Click to generate list of all functions.
HCM_up:Click to go to previous function
HCM_dn:Click to go to next function
HCM_ld:Click to load the header file under cursor.
HCM_run:Click to save text and send it to the c compiler.
HCM_mak:Click to save text and launch Make.
HCM_go:Click to go to the definition of the function you're standing on.

# Modula2 mode

Hmod_lof:Click to generate list of all procedures.

# Pascal mode

Hpas_lof:Click to generate list of all functions.
Hpas_lop:Click to generate list of all procedures.
Hpas_run:Click to send text to pascal compiler.
Hpas_mak:Click to save and launch Make.

# in-line help for advanced search syntax
# Max visible with system font:............|

adv00:A predefined set = '0-9'
adv01:A predefined set = 'A-Za-z'
adv02:A predefined set = '0-9A-Za-z'
adv03:A predefined set = all chars but newline
adv04:A predefined set = all control chars
adv05:A predefined set = all punctuation chars
adv06:List of accepted chars, like '0-9' or '~A-Z'
adv07:The TAB character ( = \x09 )
adv08:The newline character
adv09:Control char X ( \cA = \x01 )
adv0A:The char \ itself.
adv0B:The char with hex code XX ( \x41 = A )
adv0C:Actual text to look for.
adv0D:An optional part of the expression
adv0E:Repeat. Variants: {x} {x}+ {x}n:m
adv0F:OR. If x doesn't match, try y
adv10:NOT. Note: The length of (~x) is zero!
adv11:Wildcard. Scan forward in line for y.
adv12:Wildcard. Scan forward in text for y.
adv13:Are we at start of line?
adv14:Are we at end of line?

# Errors :

Err00:%s
Err01:Not enough memory.
Err02:Too many windows. Can't create View.
Err03:Cannot load here!
Err04:File not found
Err05:Can't load a directory.
Err06:Load failed. Did sender die?
Err07:Can't save text to itself.
Err08:No help on that word.
Err09:No block is marked.
Err10:Block not in this Text.
Err11:Can't copy block into itself.
Err12:Can't have fastchars for this mode.
Err13:Mark is undefined.
Err14:Can't move block into itself.
Err15:String contains unknown escape character.
Err16:String not found.
Err17:Couldn't replace more than %u4 occurrences
Err18:Can't find !StrongHlp.
Err19:Processed file not found.
Err20:You must quit old print-job first.
Err21:This is a null-string.
Err22:Undo is turned off for this text.
Err23:Nothing to Undo.
Err24:Nothing to Redo.
Err25:Unknown Undo/Redo code %u4.
Err26:This entry does nothing.
Err27:Don't know where to save. Drag to directory.
Err28:Oops.. Unknown internal error..!?! (%u4)
Err29:Nothing to playback.
Err30:The DDEUtils module is needed for throwback
Err31:Learn buffer is full. Turned off.
Err32:Unknown token.
Err33:Unexpected end of file.
Err34:Expected keyname.
Err35:Only c-? supported.
Err36:This character can't be used as a control key.
Err37:Only 3 keys allowed per keystroke.
Err38:Unknown function.
Err39:Bad keylist name.
Err40:Function don't take parameters.
Err41:Function doesn't take numbers as parameter.
Err42:Function doesn't take strings as parameter.
Err43:This is not an 'ExternalEdit' text..
Err44:"%s" not present.
Err45:Menuline expected.
Err46:Wimp$Scrap is not defined.
Err47:Expression Error.
Err48:Unknown identifier '%s'.
Err49:No printer driver present.
Err50:Missing "
Err51:Missing left part of OR-expression
Err52:Missing ' to end set
Err53:Only strings, NL and @xx allowed in replace expression.
Err54:Incorrect mark.
Err55:Mark %u4 is not set.
Err56:Replace string too large
Err57:Expected "("
Err58:This function has no more parameters.
Err59:Required parameter is missing.
Err60:Bad type.
Err61:Bad value.
Err62:Expected ")" or ","
Err63:Clipboard is empty.
Err64:This doesn't apply to 'freeblock'
Err65:This only applies to 'freeblock'
Err66:Freeblock not in this view.
Err67:Line %u4 too long to be tokenised
Err68:Please open the window first.
Err69:Escape.
Err70:You must select a whole number of lines to sort.
Err71:Nothing to sort.
Err72:Function already defined for this group.
Err73:Unknown option for SyntaxWords.
Err74:This Syntax Group is already defined.
Err75:Too many reserved words.
Err76:Illegal set range (use '\-' if you want the char '-')
Err77:Can't have case/nocase reserved words with same 1st letter.
Err78:Shortcut too long (can max be 7 chars)
Err79:Text is write protected.
Err80:Unknown mode '%s'.
Err81:No application configured for this URL type.
Err82:Bad hex value.
Err83:Unable to verify if modefile is correct (No memory)
Err84:This ClickList is already defined.
Err85:Not in a fold.
Err86:Fold is already open.
Err87:Fold is already closed.
Err88:'%c' unexpected.
Err89:No suitable jump table found
Err90:Can't decide which jump table to use
Err91:Can't call OS_HeapSort. Address too high.
Err92:Duplicate reserved word '%s'.
Err93:'EndOfExpr' must be followed by name of a search expression.

# Messages and warnings :

Msg00:None found
Msg01:One found
Msg02:%u4 found
Msg03:StrongED is already running. To avoid conflict, this copy will not autosave.
Msg04:ALT held down; AutoSave not checked.
Msg07:%u4 occurrences replaced.
Msg08:Not changed
Msg09:Maybe changed
Msg10:Changed
Msg11:Created
Msg12:Loaded
Msg13:Last saved
Msg14:%s less than a second ago.
Msg15:%s just %u4 seconds ago.
Msg16:%s 1 minute ago.
Msg17:%s %u4 minutes ago.
Msg18:%s 1 hour ago.
Msg19:%s %u4 hours ago.
Msg20:%u4 words counted.
Msg21:<no block>
Msg22:-
Msg23:Ascii value %u1 (&%x2). Char '%c'
Msg24:%u4 bytes of undo data removed.
Msg25:Autosave directory contains backup files!
Msg26:Warning: %u4 lines wider than %u4 chars!
