| This file is used to hold options that control parts of StrongED.
| You can also add commands that you want to be excuted on start up.
|  StrongED Developers

| StrongED configuration
| You can set the variables below to alter StrongED's behaviour
| Do not add anything to this section, add to the user specific section below

| Set a path to find XAT's SpellMod, which StrongED needs to do spell checking
| See the 'Spell checking' section of the manual to find out more.
|
SetMacro StrongED_SpellMod$Path StrongED_Read:SpellCheck., Impression:.^.RMStore., Junior:.^.RMStore., System:!CCShared.RMStore., <CCShared$Dir>.RMStore.

| User dictionaries will be loaded from and saved to the variable below.
| If it isn't set, !StrED_cfg.UserPrefs.SpellCheck.UserDicts is assumed.
| See the 'Spell checking' section of the manual to find out more.
|
|Set StrongED_UserDict$Dir <ImpressionPublisher$Dir>.Auto

| StrongED uses the ResFind program from the German Archimedes Group to decide
| which set of resources to use (UK or Germany). You can force it to use one
| or the other by setting the variable below
|
|Set StrongED$Language Germany

| This variable can be used on big-memory machines to prevent StrongED from
| claiming too much of the address space for its dynamic area. It's in MB's
|
|Set StrongED$MaxArea 32

| This variable controls where files generated by StrongED's export function
| are stored. Obviously the ramdisc would be fastest but as the files can be
| quite big we'll default it to Scrap.
Set StrongED$ExportDir <StrongED$ScrapDir>

| Initialise ScriptSED
Do IfThere StrongED_Read:Tools.!ScriptSED Then Obey StrongED_Read:Tools.!ScriptSED.!Boot

|-------------------------------------------------------------------------------

| User specific initialisation
| Here you can add commands to perform additional initialisation
