Home » Archimedes archive » Archimedes World » AW-1993-08.adf » AWAug93 » !AWAug93/Goodies/StrongED/!StrongED/StrongED/HelpData

!AWAug93/Goodies/StrongED/!StrongED/StrongED/HelpData

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Archimedes World » AW-1993-08.adf » AWAug93
Filename: !AWAug93/Goodies/StrongED/!StrongED/StrongED/HelpData
Read OK:
File size: 2EB2 bytes
Load address: 0000
Exec address: 0000
File contents
Help on StrongED
      StrongED 2.51

  Freeware Demo Version

*  <What is StrongED ? =>WhatIs> *
*  <Modes              > *
*  <Keyboard layout    =>keyboard> *
*  <Mouse control      =>mouse> *
*  <Changes since 2.50 =>250> *
*  <Known bugs/oddities=>bug> *
*  <Version 3.0        =>30> *

� Stallion Software 1993Modes
Modes are central to the way StrongED works. Each mode has its own
set of attributes, and can have its own <keyboard mapping=>keydef>.

Which mode a text should use, is decided by the <ModeWhen> file.
If this doesn't find a mode, the BaseMode is used.

When a keypress is looked up to find which function should be
executed, it is first looked up in the keydef for the text's mode.
If it is not found there, it is looked up in the BaseMode's keydef.

The keydef for the BaseMode contains all the standard editing
functions, while the keydefs for the other modes contain special
functions for these modes. (BASIC has the function RunBasic on F10)

The BaseMode file also contains other special keydefs
(like the 'pseudo modes' CopyCursor and TaskWindow..)

All modes but the BaseMode, lies in the Modes directory, or in
Modes.Autoload if they should be loaded at startup. Some of the
mode-files present are empty, but they have to exist in order for
StrongED to recognise that the mode itself exist..Keyboard Mapping
Which keys should execute which function is completely
redefinable in StrongED

A keystroke can consist of one to three <keypresses=>keydef2>, and
can also be given a number specifying how many times it
should be pressed before the <function> is executed :

  c-Right 1  EndOfWLine
  c-Right 2  EndOfTLine

  The first time control-right arrow is pressed, the caret
  is moved to the end of the wrapline, and the next time
  it is moved to the end of the entire textline..

Currently, multiple keys in a keystroke isn't used much.
This because it's just been implemented, and still feels
strange..

One example of it's usage, is this from the BaseMode :

  c-D,c-D  DateAndTime "%DY%MN%YR"     
  c-D,c-T  DateAndTime "%24:%MI"
  c-D,c-W  DateAndTime "%WK"
    
Note that the first key have to be a control/function key,
but the second and third can be normal chars..
( c-X,c-X  c-X,X and c-X,x are all allowed and different..)

This, incidentally, also shows that some of the available
functions can take a parameter (only one..) This greatly
enhances the flexibility of StrongED. This is also a "new"
feature, so I expect to add a few 'fun' functions before
StrongED's released..Keypress
The syntax of one keypress is :

  [c|s|cs|sc -] keyname
  (c stands for ctrl, s for shift)

Keynames are :

   single char

   Left         Right     Down        Up
   PgDown       PgUp      Insert      Print
   Tab          Copy      F1 to F11
 
   Backspace    Delete    Return      Home
   ESC 

For the last group, ctrl and shift has no
meaning, as the wimp always returns the same
keycode anyway..

PgUp and PgDown are also a bit special :
               PgUp =  s-Up
             s-PgUp =    Up
             c-PgUp = cs-Up
            cs-PgUp =  c-UpAvailable functions
Movement of caret..

      CaretLeft             StartOfWLine
      CaretRight            StartOfTLine
      CaretDown             EndOfLine
      CaretUp               EndOfTLine
     
      StartOfText           WordLeft
      EndOfText             WordRight
      LineUp     
      LineDown              NextView
      PageUp                PreviousView
      PageDown     

CopyCursor commands ..

      CopyFromCC            CopyCursor_Left
      CopyCursor_Righ       CopyCursor_Down
      CopyCursor_Up         CopyCursor_On
      CopyCursor_Off

ListOfFound

      ListOfFound           ListOfWord "word"
      OpenDLOF              ListOfC
      
Block-related functions..

      BlockClear            MarkWord
      BlockCopy             MarkLine
      BlockMove             SaveBlock
      BlockDelete           GotoBlock_Start
      BlockMark_Standard    GotoBlock_End
      BlockMark_Continous   GotoBlock
      BlockMark_ESC         MarkToEnd_wl
      PrintBlock            MarkToEnd_tl
      SelectWhole           MarkToStart_wl
      MarkToStart_tl        IndentOne
      OutdentOne            Indent "str"
      
Marks..

      SetMark nr            ClearMark nr
      GotoMark nr

Misc..

      DeleteRight           DeleteLeft
      NewLine               Tab
      DeleteLine
      
      ToggleInsert          ListOfTexts
      
      CycleTabkey           ToggleTabLine
      UppercaseChar         LowercaseChar
      PrintText             Undo
      Redo                  PreviousMessage
      SwapCaseChar          Learn
      Playback              KillView
      ViewToTop             SaveText
      HelpWord              InteractiveSearch
      GotoLine              RunBasic
      RunSaveBasic          Replace
      InsertCtrl            LooseCaret
      HelpStrongED          FindNext
      InsertStr "str"       Run
      SaveRun               GSTrans "str"
      DateAndTime "str"    
Syntax of the ModeWhen file
This file describes which files should be loaded on a normal
doubleclick and which mode a file should get when it is loaded.

A "!" in the margin means that this does not apply for doubleclick
( but applies for shift-doubleclick and drag to iconbar)

A "*" matches anything but '.', and a "**" matches that too.

  BASIC
  !ffb,**
  fd1,**

This says that the BASIC mode is selected when a file with
filetype ffb (tokenised BASIC) and any pathname, is dragged to the
iconbar or shift doubleclicked. (The "!" means it won't load if
just doubleclick.) This mode will also be selected if a file with
filetype fd1 (BASIC as text) is doubleclicked or dragged.What is StrongED ?
StrongED is a general-purpose text editor in the family of !Edit
and !DeskEdit.

StrongED is written in machine code, and is only about 90K large.
In addition to this comes 20K of global workspace, and a similar
amount to load the 'Messages' and 'ModeWhen' files, giving a total
size of about 130K. This compares favourably to the (more than?)
300K !DeskEdit requires, and it's not too bad compared to !Edit
either: !Edit lies in ROM, but still requires about 50K of
workspace..

StrongED is very configurable. Some options are global (the ones
found in the iconbar menu) but most can be set individually for
each mode.

StrongED supplies TaskWindow :
  Very similar in operation to the one supplied by !Edit, but :
  c-Q kills task. No reason to reach for the mouse.
  CopyCursor is implemented. Works just like in command-line.

StrongED supports BASIC :
  Can handle larger BASIC programs than !Edit.
  ListOfProcedures/Functions (s-F2)
  Run (F10) This does *not* read/write disc, something people with
    200K programs and only floppydiscs should appreciate.
  Save&Run (s-F10)

StrongED supports Desktop C :
  Throwback is supported.
  ListOfFunctions (s-F2) lists all functions.
  Save&Compile (F10) This simulates a drag to Desktop C's icon on
    the iconbar. This means that it multitasks, and gives throwback.

StrongED supports different line-endings :
  0A     Standard
  0D
  0A0D   What you get when you do *modules { > modlist }
  0D0A   MS-DOSVersion 3.0
There are no fixed plans about what should
be included in this version. Much depends
on the feedback we get on version 2.5

Possible improvements are :
  * Allow outline font
  * Print-out using RiscOS printer drivers
    ( In addition to the current one )
  * A new and improved search/replace.

Release is tenatively set to OctoberMouse control
Load file:
  DClick on textfile.
  (or other doubleclick files from the ModeWhen list..)
  Shift-DClick on *any* file.
  Drag *any* file to iconbar icon.

Insert file:
  Drag file to view.
  Shift-Drag to insert pathname of file.

Movement/Marking:
  Select to move caret
  Dclick with Select to mark word.
  Tripleclick with Select to mark line.
  Select-drag marks new block
  Ctrl-Select starts new block withouth moving caret.
  Adjust/Adjust-drag to alter block, or start new from caret.

  Clicking on the *background* of the scroll-bar will scroll
   one page up/down. Keep it down for *autorepeat*.

List of Found/List of Texts/Throwback :
  Select on a line to move the correct view to front
  Adjust to keep the List on top Keyboard Layout
To get a full overview you should consult the mode
files inside the StrongED directory. The layout
changes too often to be described here. We will,
however, describe some of the more unusual ones...

c-F           : Create a list of all occurences of
                the word you're in. (List of Found)
F2            : opens up the dbox for List of Found
s-F2          : In C mode, this will give a list
                of all functions. In BASIC mode,
                this will list all DEF PROC/FN..
F1            : Asks StrongHelp if it has any help
                on the word you're in.
s-F5          : Go to where the block is.
c-F8          : Redo... Note the placement.. In
                other programs this is normally on
                the F9 key..
s-F9          : Start/Stop recording keypresses.
F9            : (Stop and) play recorded keys.
F10           : In C mode, this will try to send
                the text to the c compiler.
                ( The text on file, not in memory )
                In BASIC mode, this will run the
                program in memory.
s-F10         : Same as F10, but saves first..

cs-F1..F4     : Sets mark 1..4
c-F1..F4      : Goto mark 1..4

cs-Left/Right : move between texts.
c-Left/Right  : Moves to start/end of wrapline the
                first time, and to start/end of
                textline the next time.
s-Copy        : Splits the cursor in two. Move the
                hollow one and press Copy to copy..
cs-Copy       : Marks to end of line the first
                time, and deletes the second..
c-A           : Marks char, word, line, text

c-WF          : Maximises window
c-WC          : Creates a new view

c-BU/L/S      : Upper/Lower/Swap-case marked block.


The ESC key deserves special attention :
If you just press it, the currently marked block
will be cleared. If you keep it down, and move the
cursor, a new block will be marked. Try it.

Once again : Read the mode files (First and
foremost the BaseMode file, but also the ones
inside the Modes directory)  If you are unhappy
about the keyboard layout, feel free to change it..Changes since version 2.50
Bugfixes :
  * Selecting "LoT:Save changed" could crash StrongED
  * There was a bug in the fastchars routine that could
    crash StrongED if the text being redrawn was 'above'
    the screen
  * Taskwindow: Didn't cope with receiving characters to
    display, and the delete character (&7F) at the same time
  * If StrongED had been seen by the filer, but not loaded,
    and the user doubleclicked on a textfile, StrongED would
    be loaded, load the file, and then hang..
  * BASIC: Now handles top-bit characters in REMs and star
    commands correctly
  * Updates windowtitle correctly when titlebar has
    'non-standard' height.
  * Save->Block is now greyed out if no block is marked.
  * StrongEDs internal count of lines in a text came out
    out of sync if editing with multiple views. This could
    confuse the Goto Line function and the Unwrap function.
  * The Unwrap function could also crash if charwrap or
    if wordwrap and 'word' longer than wrapwidth..
  * The function FindNext (c-N) didn't work.

Additions/improvements :
  * Doesn't load duplicates when dragged to iconbar unless
    shift is down..
  * Shift-click in throwback window deletes the line.Known bugs and oddities..
* BASIC : If you use top-bit characters in assembly
  comments, these will be converted to BASIC keywords
  the next time you load the program. (This is not a
  bug, it's just too much work to avoid it..)

* If you change mode on a loaded text, the new mode
  will get the same flags, colours etc. as the old mode.
00000000  48 65 6c 70 20 6f 6e 20  53 74 72 6f 6e 67 45 44  |Help on StrongED|
00000010  0a 20 20 20 20 20 20 53  74 72 6f 6e 67 45 44 20  |.      StrongED |
00000020  32 2e 35 31 0a 0a 20 20  46 72 65 65 77 61 72 65  |2.51..  Freeware|
00000030  20 44 65 6d 6f 20 56 65  72 73 69 6f 6e 0a 0a 2a  | Demo Version..*|
00000040  20 20 3c 57 68 61 74 20  69 73 20 53 74 72 6f 6e  |  <What is Stron|
00000050  67 45 44 20 3f 20 3d 3e  57 68 61 74 49 73 3e 20  |gED ? =>WhatIs> |
00000060  2a 0a 2a 20 20 3c 4d 6f  64 65 73 20 20 20 20 20  |*.*  <Modes     |
00000070  20 20 20 20 20 20 20 20  20 3e 20 2a 0a 2a 20 20  |         > *.*  |
00000080  3c 4b 65 79 62 6f 61 72  64 20 6c 61 79 6f 75 74  |<Keyboard layout|
00000090  20 20 20 20 3d 3e 6b 65  79 62 6f 61 72 64 3e 20  |    =>keyboard> |
000000a0  2a 0a 2a 20 20 3c 4d 6f  75 73 65 20 63 6f 6e 74  |*.*  <Mouse cont|
000000b0  72 6f 6c 20 20 20 20 20  20 3d 3e 6d 6f 75 73 65  |rol      =>mouse|
000000c0  3e 20 2a 0a 2a 20 20 3c  43 68 61 6e 67 65 73 20  |> *.*  <Changes |
000000d0  73 69 6e 63 65 20 32 2e  35 30 20 3d 3e 32 35 30  |since 2.50 =>250|
000000e0  3e 20 2a 0a 2a 20 20 3c  4b 6e 6f 77 6e 20 62 75  |> *.*  <Known bu|
000000f0  67 73 2f 6f 64 64 69 74  69 65 73 3d 3e 62 75 67  |gs/oddities=>bug|
00000100  3e 20 2a 0a 2a 20 20 3c  56 65 72 73 69 6f 6e 20  |> *.*  <Version |
00000110  33 2e 30 20 20 20 20 20  20 20 20 3d 3e 33 30 3e  |3.0        =>30>|
00000120  20 2a 0a 0a a9 20 53 74  61 6c 6c 69 6f 6e 20 53  | *... Stallion S|
00000130  6f 66 74 77 61 72 65 20  31 39 39 33 4d 6f 64 65  |oftware 1993Mode|
00000140  73 0a 4d 6f 64 65 73 20  61 72 65 20 63 65 6e 74  |s.Modes are cent|
00000150  72 61 6c 20 74 6f 20 74  68 65 20 77 61 79 20 53  |ral to the way S|
00000160  74 72 6f 6e 67 45 44 20  77 6f 72 6b 73 2e 20 45  |trongED works. E|
00000170  61 63 68 20 6d 6f 64 65  20 68 61 73 20 69 74 73  |ach mode has its|
00000180  20 6f 77 6e 0a 73 65 74  20 6f 66 20 61 74 74 72  | own.set of attr|
00000190  69 62 75 74 65 73 2c 20  61 6e 64 20 63 61 6e 20  |ibutes, and can |
000001a0  68 61 76 65 20 69 74 73  20 6f 77 6e 20 3c 6b 65  |have its own <ke|
000001b0  79 62 6f 61 72 64 20 6d  61 70 70 69 6e 67 3d 3e  |yboard mapping=>|
000001c0  6b 65 79 64 65 66 3e 2e  0a 0a 57 68 69 63 68 20  |keydef>...Which |
000001d0  6d 6f 64 65 20 61 20 74  65 78 74 20 73 68 6f 75  |mode a text shou|
000001e0  6c 64 20 75 73 65 2c 20  69 73 20 64 65 63 69 64  |ld use, is decid|
000001f0  65 64 20 62 79 20 74 68  65 20 3c 4d 6f 64 65 57  |ed by the <ModeW|
00000200  68 65 6e 3e 20 66 69 6c  65 2e 0a 49 66 20 74 68  |hen> file..If th|
00000210  69 73 20 64 6f 65 73 6e  27 74 20 66 69 6e 64 20  |is doesn't find |
00000220  61 20 6d 6f 64 65 2c 20  74 68 65 20 42 61 73 65  |a mode, the Base|
00000230  4d 6f 64 65 20 69 73 20  75 73 65 64 2e 0a 0a 57  |Mode is used...W|
00000240  68 65 6e 20 61 20 6b 65  79 70 72 65 73 73 20 69  |hen a keypress i|
00000250  73 20 6c 6f 6f 6b 65 64  20 75 70 20 74 6f 20 66  |s looked up to f|
00000260  69 6e 64 20 77 68 69 63  68 20 66 75 6e 63 74 69  |ind which functi|
00000270  6f 6e 20 73 68 6f 75 6c  64 20 62 65 0a 65 78 65  |on should be.exe|
00000280  63 75 74 65 64 2c 20 69  74 20 69 73 20 66 69 72  |cuted, it is fir|
00000290  73 74 20 6c 6f 6f 6b 65  64 20 75 70 20 69 6e 20  |st looked up in |
000002a0  74 68 65 20 6b 65 79 64  65 66 20 66 6f 72 20 74  |the keydef for t|
000002b0  68 65 20 74 65 78 74 27  73 20 6d 6f 64 65 2e 0a  |he text's mode..|
000002c0  49 66 20 69 74 20 69 73  20 6e 6f 74 20 66 6f 75  |If it is not fou|
000002d0  6e 64 20 74 68 65 72 65  2c 20 69 74 20 69 73 20  |nd there, it is |
000002e0  6c 6f 6f 6b 65 64 20 75  70 20 69 6e 20 74 68 65  |looked up in the|
000002f0  20 42 61 73 65 4d 6f 64  65 27 73 20 6b 65 79 64  | BaseMode's keyd|
00000300  65 66 2e 0a 0a 54 68 65  20 6b 65 79 64 65 66 20  |ef...The keydef |
00000310  66 6f 72 20 74 68 65 20  42 61 73 65 4d 6f 64 65  |for the BaseMode|
00000320  20 63 6f 6e 74 61 69 6e  73 20 61 6c 6c 20 74 68  | contains all th|
00000330  65 20 73 74 61 6e 64 61  72 64 20 65 64 69 74 69  |e standard editi|
00000340  6e 67 0a 66 75 6e 63 74  69 6f 6e 73 2c 20 77 68  |ng.functions, wh|
00000350  69 6c 65 20 74 68 65 20  6b 65 79 64 65 66 73 20  |ile the keydefs |
00000360  66 6f 72 20 74 68 65 20  6f 74 68 65 72 20 6d 6f  |for the other mo|
00000370  64 65 73 20 63 6f 6e 74  61 69 6e 20 73 70 65 63  |des contain spec|
00000380  69 61 6c 0a 66 75 6e 63  74 69 6f 6e 73 20 66 6f  |ial.functions fo|
00000390  72 20 74 68 65 73 65 20  6d 6f 64 65 73 2e 20 28  |r these modes. (|
000003a0  42 41 53 49 43 20 68 61  73 20 74 68 65 20 66 75  |BASIC has the fu|
000003b0  6e 63 74 69 6f 6e 20 52  75 6e 42 61 73 69 63 20  |nction RunBasic |
000003c0  6f 6e 20 46 31 30 29 0a  0a 54 68 65 20 42 61 73  |on F10)..The Bas|
000003d0  65 4d 6f 64 65 20 66 69  6c 65 20 61 6c 73 6f 20  |eMode file also |
000003e0  63 6f 6e 74 61 69 6e 73  20 6f 74 68 65 72 20 73  |contains other s|
000003f0  70 65 63 69 61 6c 20 6b  65 79 64 65 66 73 0a 28  |pecial keydefs.(|
00000400  6c 69 6b 65 20 74 68 65  20 27 70 73 65 75 64 6f  |like the 'pseudo|
00000410  20 6d 6f 64 65 73 27 20  43 6f 70 79 43 75 72 73  | modes' CopyCurs|
00000420  6f 72 20 61 6e 64 20 54  61 73 6b 57 69 6e 64 6f  |or and TaskWindo|
00000430  77 2e 2e 29 0a 0a 41 6c  6c 20 6d 6f 64 65 73 20  |w..)..All modes |
00000440  62 75 74 20 74 68 65 20  42 61 73 65 4d 6f 64 65  |but the BaseMode|
00000450  2c 20 6c 69 65 73 20 69  6e 20 74 68 65 20 4d 6f  |, lies in the Mo|
00000460  64 65 73 20 64 69 72 65  63 74 6f 72 79 2c 20 6f  |des directory, o|
00000470  72 20 69 6e 0a 4d 6f 64  65 73 2e 41 75 74 6f 6c  |r in.Modes.Autol|
00000480  6f 61 64 20 69 66 20 74  68 65 79 20 73 68 6f 75  |oad if they shou|
00000490  6c 64 20 62 65 20 6c 6f  61 64 65 64 20 61 74 20  |ld be loaded at |
000004a0  73 74 61 72 74 75 70 2e  20 53 6f 6d 65 20 6f 66  |startup. Some of|
000004b0  20 74 68 65 0a 6d 6f 64  65 2d 66 69 6c 65 73 20  | the.mode-files |
000004c0  70 72 65 73 65 6e 74 20  61 72 65 20 65 6d 70 74  |present are empt|
000004d0  79 2c 20 62 75 74 20 74  68 65 79 20 68 61 76 65  |y, but they have|
000004e0  20 74 6f 20 65 78 69 73  74 20 69 6e 20 6f 72 64  | to exist in ord|
000004f0  65 72 20 66 6f 72 0a 53  74 72 6f 6e 67 45 44 20  |er for.StrongED |
00000500  74 6f 20 72 65 63 6f 67  6e 69 73 65 20 74 68 61  |to recognise tha|
00000510  74 20 74 68 65 20 6d 6f  64 65 20 69 74 73 65 6c  |t the mode itsel|
00000520  66 20 65 78 69 73 74 2e  2e 4b 65 79 62 6f 61 72  |f exist..Keyboar|
00000530  64 20 4d 61 70 70 69 6e  67 0a 57 68 69 63 68 20  |d Mapping.Which |
00000540  6b 65 79 73 20 73 68 6f  75 6c 64 20 65 78 65 63  |keys should exec|
00000550  75 74 65 20 77 68 69 63  68 20 66 75 6e 63 74 69  |ute which functi|
00000560  6f 6e 20 69 73 20 63 6f  6d 70 6c 65 74 65 6c 79  |on is completely|
00000570  0a 72 65 64 65 66 69 6e  61 62 6c 65 20 69 6e 20  |.redefinable in |
00000580  53 74 72 6f 6e 67 45 44  0a 0a 41 20 6b 65 79 73  |StrongED..A keys|
00000590  74 72 6f 6b 65 20 63 61  6e 20 63 6f 6e 73 69 73  |troke can consis|
000005a0  74 20 6f 66 20 6f 6e 65  20 74 6f 20 74 68 72 65  |t of one to thre|
000005b0  65 20 3c 6b 65 79 70 72  65 73 73 65 73 3d 3e 6b  |e <keypresses=>k|
000005c0  65 79 64 65 66 32 3e 2c  20 61 6e 64 0a 63 61 6e  |eydef2>, and.can|
000005d0  20 61 6c 73 6f 20 62 65  20 67 69 76 65 6e 20 61  | also be given a|
000005e0  20 6e 75 6d 62 65 72 20  73 70 65 63 69 66 79 69  | number specifyi|
000005f0  6e 67 20 68 6f 77 20 6d  61 6e 79 20 74 69 6d 65  |ng how many time|
00000600  73 20 69 74 0a 73 68 6f  75 6c 64 20 62 65 20 70  |s it.should be p|
00000610  72 65 73 73 65 64 20 62  65 66 6f 72 65 20 74 68  |ressed before th|
00000620  65 20 3c 66 75 6e 63 74  69 6f 6e 3e 20 69 73 20  |e <function> is |
00000630  65 78 65 63 75 74 65 64  20 3a 0a 0a 20 20 63 2d  |executed :..  c-|
00000640  52 69 67 68 74 20 31 20  20 45 6e 64 4f 66 57 4c  |Right 1  EndOfWL|
00000650  69 6e 65 0a 20 20 63 2d  52 69 67 68 74 20 32 20  |ine.  c-Right 2 |
00000660  20 45 6e 64 4f 66 54 4c  69 6e 65 0a 0a 20 20 54  | EndOfTLine..  T|
00000670  68 65 20 66 69 72 73 74  20 74 69 6d 65 20 63 6f  |he first time co|
00000680  6e 74 72 6f 6c 2d 72 69  67 68 74 20 61 72 72 6f  |ntrol-right arro|
00000690  77 20 69 73 20 70 72 65  73 73 65 64 2c 20 74 68  |w is pressed, th|
000006a0  65 20 63 61 72 65 74 0a  20 20 69 73 20 6d 6f 76  |e caret.  is mov|
000006b0  65 64 20 74 6f 20 74 68  65 20 65 6e 64 20 6f 66  |ed to the end of|
000006c0  20 74 68 65 20 77 72 61  70 6c 69 6e 65 2c 20 61  | the wrapline, a|
000006d0  6e 64 20 74 68 65 20 6e  65 78 74 20 74 69 6d 65  |nd the next time|
000006e0  0a 20 20 69 74 20 69 73  20 6d 6f 76 65 64 20 74  |.  it is moved t|
000006f0  6f 20 74 68 65 20 65 6e  64 20 6f 66 20 74 68 65  |o the end of the|
00000700  20 65 6e 74 69 72 65 20  74 65 78 74 6c 69 6e 65  | entire textline|
00000710  2e 2e 0a 0a 43 75 72 72  65 6e 74 6c 79 2c 20 6d  |....Currently, m|
00000720  75 6c 74 69 70 6c 65 20  6b 65 79 73 20 69 6e 20  |ultiple keys in |
00000730  61 20 6b 65 79 73 74 72  6f 6b 65 20 69 73 6e 27  |a keystroke isn'|
00000740  74 20 75 73 65 64 20 6d  75 63 68 2e 0a 54 68 69  |t used much..Thi|
00000750  73 20 62 65 63 61 75 73  65 20 69 74 27 73 20 6a  |s because it's j|
00000760  75 73 74 20 62 65 65 6e  20 69 6d 70 6c 65 6d 65  |ust been impleme|
00000770  6e 74 65 64 2c 20 61 6e  64 20 73 74 69 6c 6c 20  |nted, and still |
00000780  66 65 65 6c 73 0a 73 74  72 61 6e 67 65 2e 2e 0a  |feels.strange...|
00000790  0a 4f 6e 65 20 65 78 61  6d 70 6c 65 20 6f 66 20  |.One example of |
000007a0  69 74 27 73 20 75 73 61  67 65 2c 20 69 73 20 74  |it's usage, is t|
000007b0  68 69 73 20 66 72 6f 6d  20 74 68 65 20 42 61 73  |his from the Bas|
000007c0  65 4d 6f 64 65 20 3a 0a  0a 20 20 63 2d 44 2c 63  |eMode :..  c-D,c|
000007d0  2d 44 20 20 44 61 74 65  41 6e 64 54 69 6d 65 20  |-D  DateAndTime |
000007e0  22 25 44 59 25 4d 4e 25  59 52 22 20 20 20 20 20  |"%DY%MN%YR"     |
000007f0  0a 20 20 63 2d 44 2c 63  2d 54 20 20 44 61 74 65  |.  c-D,c-T  Date|
00000800  41 6e 64 54 69 6d 65 20  22 25 32 34 3a 25 4d 49  |AndTime "%24:%MI|
00000810  22 0a 20 20 63 2d 44 2c  63 2d 57 20 20 44 61 74  |".  c-D,c-W  Dat|
00000820  65 41 6e 64 54 69 6d 65  20 22 25 57 4b 22 0a 20  |eAndTime "%WK". |
00000830  20 20 20 0a 4e 6f 74 65  20 74 68 61 74 20 74 68  |   .Note that th|
00000840  65 20 66 69 72 73 74 20  6b 65 79 20 68 61 76 65  |e first key have|
00000850  20 74 6f 20 62 65 20 61  20 63 6f 6e 74 72 6f 6c  | to be a control|
00000860  2f 66 75 6e 63 74 69 6f  6e 20 6b 65 79 2c 0a 62  |/function key,.b|
00000870  75 74 20 74 68 65 20 73  65 63 6f 6e 64 20 61 6e  |ut the second an|
00000880  64 20 74 68 69 72 64 20  63 61 6e 20 62 65 20 6e  |d third can be n|
00000890  6f 72 6d 61 6c 20 63 68  61 72 73 2e 2e 0a 28 20  |ormal chars...( |
000008a0  63 2d 58 2c 63 2d 58 20  20 63 2d 58 2c 58 20 61  |c-X,c-X  c-X,X a|
000008b0  6e 64 20 63 2d 58 2c 78  20 61 72 65 20 61 6c 6c  |nd c-X,x are all|
000008c0  20 61 6c 6c 6f 77 65 64  20 61 6e 64 20 64 69 66  | allowed and dif|
000008d0  66 65 72 65 6e 74 2e 2e  29 0a 0a 54 68 69 73 2c  |ferent..)..This,|
000008e0  20 69 6e 63 69 64 65 6e  74 61 6c 6c 79 2c 20 61  | incidentally, a|
000008f0  6c 73 6f 20 73 68 6f 77  73 20 74 68 61 74 20 73  |lso shows that s|
00000900  6f 6d 65 20 6f 66 20 74  68 65 20 61 76 61 69 6c  |ome of the avail|
00000910  61 62 6c 65 0a 66 75 6e  63 74 69 6f 6e 73 20 63  |able.functions c|
00000920  61 6e 20 74 61 6b 65 20  61 20 70 61 72 61 6d 65  |an take a parame|
00000930  74 65 72 20 28 6f 6e 6c  79 20 6f 6e 65 2e 2e 29  |ter (only one..)|
00000940  20 54 68 69 73 20 67 72  65 61 74 6c 79 0a 65 6e  | This greatly.en|
00000950  68 61 6e 63 65 73 20 74  68 65 20 66 6c 65 78 69  |hances the flexi|
00000960  62 69 6c 69 74 79 20 6f  66 20 53 74 72 6f 6e 67  |bility of Strong|
00000970  45 44 2e 20 54 68 69 73  20 69 73 20 61 6c 73 6f  |ED. This is also|
00000980  20 61 20 22 6e 65 77 22  0a 66 65 61 74 75 72 65  | a "new".feature|
00000990  2c 20 73 6f 20 49 20 65  78 70 65 63 74 20 74 6f  |, so I expect to|
000009a0  20 61 64 64 20 61 20 66  65 77 20 27 66 75 6e 27  | add a few 'fun'|
000009b0  20 66 75 6e 63 74 69 6f  6e 73 20 62 65 66 6f 72  | functions befor|
000009c0  65 0a 53 74 72 6f 6e 67  45 44 27 73 20 72 65 6c  |e.StrongED's rel|
000009d0  65 61 73 65 64 2e 2e 4b  65 79 70 72 65 73 73 0a  |eased..Keypress.|
000009e0  54 68 65 20 73 79 6e 74  61 78 20 6f 66 20 6f 6e  |The syntax of on|
000009f0  65 20 6b 65 79 70 72 65  73 73 20 69 73 20 3a 0a  |e keypress is :.|
00000a00  0a 20 20 5b 63 7c 73 7c  63 73 7c 73 63 20 2d 5d  |.  [c|s|cs|sc -]|
00000a10  20 6b 65 79 6e 61 6d 65  0a 20 20 28 63 20 73 74  | keyname.  (c st|
00000a20  61 6e 64 73 20 66 6f 72  20 63 74 72 6c 2c 20 73  |ands for ctrl, s|
00000a30  20 66 6f 72 20 73 68 69  66 74 29 0a 0a 4b 65 79  | for shift)..Key|
00000a40  6e 61 6d 65 73 20 61 72  65 20 3a 0a 0a 20 20 20  |names are :..   |
00000a50  73 69 6e 67 6c 65 20 63  68 61 72 0a 0a 20 20 20  |single char..   |
00000a60  4c 65 66 74 20 20 20 20  20 20 20 20 20 52 69 67  |Left         Rig|
00000a70  68 74 20 20 20 20 20 44  6f 77 6e 20 20 20 20 20  |ht     Down     |
00000a80  20 20 20 55 70 0a 20 20  20 50 67 44 6f 77 6e 20  |   Up.   PgDown |
00000a90  20 20 20 20 20 20 50 67  55 70 20 20 20 20 20 20  |      PgUp      |
00000aa0  49 6e 73 65 72 74 20 20  20 20 20 20 50 72 69 6e  |Insert      Prin|
00000ab0  74 0a 20 20 20 54 61 62  20 20 20 20 20 20 20 20  |t.   Tab        |
00000ac0  20 20 43 6f 70 79 20 20  20 20 20 20 46 31 20 74  |  Copy      F1 t|
00000ad0  6f 20 46 31 31 0a 20 0a  20 20 20 42 61 63 6b 73  |o F11. .   Backs|
00000ae0  70 61 63 65 20 20 20 20  44 65 6c 65 74 65 20 20  |pace    Delete  |
00000af0  20 20 52 65 74 75 72 6e  20 20 20 20 20 20 48 6f  |  Return      Ho|
00000b00  6d 65 0a 20 20 20 45 53  43 20 0a 0a 46 6f 72 20  |me.   ESC ..For |
00000b10  74 68 65 20 6c 61 73 74  20 67 72 6f 75 70 2c 20  |the last group, |
00000b20  63 74 72 6c 20 61 6e 64  20 73 68 69 66 74 20 68  |ctrl and shift h|
00000b30  61 73 20 6e 6f 0a 6d 65  61 6e 69 6e 67 2c 20 61  |as no.meaning, a|
00000b40  73 20 74 68 65 20 77 69  6d 70 20 61 6c 77 61 79  |s the wimp alway|
00000b50  73 20 72 65 74 75 72 6e  73 20 74 68 65 20 73 61  |s returns the sa|
00000b60  6d 65 0a 6b 65 79 63 6f  64 65 20 61 6e 79 77 61  |me.keycode anywa|
00000b70  79 2e 2e 0a 0a 50 67 55  70 20 61 6e 64 20 50 67  |y....PgUp and Pg|
00000b80  44 6f 77 6e 20 61 72 65  20 61 6c 73 6f 20 61 20  |Down are also a |
00000b90  62 69 74 20 73 70 65 63  69 61 6c 20 3a 0a 20 20  |bit special :.  |
00000ba0  20 20 20 20 20 20 20 20  20 20 20 20 20 50 67 55  |             PgU|
00000bb0  70 20 3d 20 20 73 2d 55  70 0a 20 20 20 20 20 20  |p =  s-Up.      |
00000bc0  20 20 20 20 20 20 20 73  2d 50 67 55 70 20 3d 20  |       s-PgUp = |
00000bd0  20 20 20 55 70 0a 20 20  20 20 20 20 20 20 20 20  |   Up.          |
00000be0  20 20 20 63 2d 50 67 55  70 20 3d 20 63 73 2d 55  |   c-PgUp = cs-U|
00000bf0  70 0a 20 20 20 20 20 20  20 20 20 20 20 20 63 73  |p.            cs|
00000c00  2d 50 67 55 70 20 3d 20  20 63 2d 55 70 41 76 61  |-PgUp =  c-UpAva|
00000c10  69 6c 61 62 6c 65 20 66  75 6e 63 74 69 6f 6e 73  |ilable functions|
00000c20  0a 4d 6f 76 65 6d 65 6e  74 20 6f 66 20 63 61 72  |.Movement of car|
00000c30  65 74 2e 2e 0a 0a 20 20  20 20 20 20 43 61 72 65  |et....      Care|
00000c40  74 4c 65 66 74 20 20 20  20 20 20 20 20 20 20 20  |tLeft           |
00000c50  20 20 53 74 61 72 74 4f  66 57 4c 69 6e 65 0a 20  |  StartOfWLine. |
00000c60  20 20 20 20 20 43 61 72  65 74 52 69 67 68 74 20  |     CaretRight |
00000c70  20 20 20 20 20 20 20 20  20 20 20 53 74 61 72 74  |           Start|
00000c80  4f 66 54 4c 69 6e 65 0a  20 20 20 20 20 20 43 61  |OfTLine.      Ca|
00000c90  72 65 74 44 6f 77 6e 20  20 20 20 20 20 20 20 20  |retDown         |
00000ca0  20 20 20 20 45 6e 64 4f  66 4c 69 6e 65 0a 20 20  |    EndOfLine.  |
00000cb0  20 20 20 20 43 61 72 65  74 55 70 20 20 20 20 20  |    CaretUp     |
00000cc0  20 20 20 20 20 20 20 20  20 20 45 6e 64 4f 66 54  |          EndOfT|
00000cd0  4c 69 6e 65 0a 20 20 20  20 20 0a 20 20 20 20 20  |Line.     .     |
00000ce0  20 53 74 61 72 74 4f 66  54 65 78 74 20 20 20 20  | StartOfText    |
00000cf0  20 20 20 20 20 20 20 57  6f 72 64 4c 65 66 74 0a  |       WordLeft.|
00000d00  20 20 20 20 20 20 45 6e  64 4f 66 54 65 78 74 20  |      EndOfText |
00000d10  20 20 20 20 20 20 20 20  20 20 20 20 57 6f 72 64  |            Word|
00000d20  52 69 67 68 74 0a 20 20  20 20 20 20 4c 69 6e 65  |Right.      Line|
00000d30  55 70 20 20 20 20 20 0a  20 20 20 20 20 20 4c 69  |Up     .      Li|
00000d40  6e 65 44 6f 77 6e 20 20  20 20 20 20 20 20 20 20  |neDown          |
00000d50  20 20 20 20 4e 65 78 74  56 69 65 77 0a 20 20 20  |    NextView.   |
00000d60  20 20 20 50 61 67 65 55  70 20 20 20 20 20 20 20  |   PageUp       |
00000d70  20 20 20 20 20 20 20 20  20 50 72 65 76 69 6f 75  |         Previou|
00000d80  73 56 69 65 77 0a 20 20  20 20 20 20 50 61 67 65  |sView.      Page|
00000d90  44 6f 77 6e 20 20 20 20  20 0a 0a 43 6f 70 79 43  |Down     ..CopyC|
00000da0  75 72 73 6f 72 20 63 6f  6d 6d 61 6e 64 73 20 2e  |ursor commands .|
00000db0  2e 0a 0a 20 20 20 20 20  20 43 6f 70 79 46 72 6f  |...      CopyFro|
00000dc0  6d 43 43 20 20 20 20 20  20 20 20 20 20 20 20 43  |mCC            C|
00000dd0  6f 70 79 43 75 72 73 6f  72 5f 4c 65 66 74 0a 20  |opyCursor_Left. |
00000de0  20 20 20 20 20 43 6f 70  79 43 75 72 73 6f 72 5f  |     CopyCursor_|
00000df0  52 69 67 68 20 20 20 20  20 20 20 43 6f 70 79 43  |Righ       CopyC|
00000e00  75 72 73 6f 72 5f 44 6f  77 6e 0a 20 20 20 20 20  |ursor_Down.     |
00000e10  20 43 6f 70 79 43 75 72  73 6f 72 5f 55 70 20 20  | CopyCursor_Up  |
00000e20  20 20 20 20 20 20 20 43  6f 70 79 43 75 72 73 6f  |       CopyCurso|
00000e30  72 5f 4f 6e 0a 20 20 20  20 20 20 43 6f 70 79 43  |r_On.      CopyC|
00000e40  75 72 73 6f 72 5f 4f 66  66 0a 0a 4c 69 73 74 4f  |ursor_Off..ListO|
00000e50  66 46 6f 75 6e 64 0a 0a  20 20 20 20 20 20 4c 69  |fFound..      Li|
00000e60  73 74 4f 66 46 6f 75 6e  64 20 20 20 20 20 20 20  |stOfFound       |
00000e70  20 20 20 20 4c 69 73 74  4f 66 57 6f 72 64 20 22  |    ListOfWord "|
00000e80  77 6f 72 64 22 0a 20 20  20 20 20 20 4f 70 65 6e  |word".      Open|
00000e90  44 4c 4f 46 20 20 20 20  20 20 20 20 20 20 20 20  |DLOF            |
00000ea0  20 20 4c 69 73 74 4f 66  43 0a 20 20 20 20 20 20  |  ListOfC.      |
00000eb0  0a 42 6c 6f 63 6b 2d 72  65 6c 61 74 65 64 20 66  |.Block-related f|
00000ec0  75 6e 63 74 69 6f 6e 73  2e 2e 0a 0a 20 20 20 20  |unctions....    |
00000ed0  20 20 42 6c 6f 63 6b 43  6c 65 61 72 20 20 20 20  |  BlockClear    |
00000ee0  20 20 20 20 20 20 20 20  4d 61 72 6b 57 6f 72 64  |        MarkWord|
00000ef0  0a 20 20 20 20 20 20 42  6c 6f 63 6b 43 6f 70 79  |.      BlockCopy|
00000f00  20 20 20 20 20 20 20 20  20 20 20 20 20 4d 61 72  |             Mar|
00000f10  6b 4c 69 6e 65 0a 20 20  20 20 20 20 42 6c 6f 63  |kLine.      Bloc|
00000f20  6b 4d 6f 76 65 20 20 20  20 20 20 20 20 20 20 20  |kMove           |
00000f30  20 20 53 61 76 65 42 6c  6f 63 6b 0a 20 20 20 20  |  SaveBlock.    |
00000f40  20 20 42 6c 6f 63 6b 44  65 6c 65 74 65 20 20 20  |  BlockDelete   |
00000f50  20 20 20 20 20 20 20 20  47 6f 74 6f 42 6c 6f 63  |        GotoBloc|
00000f60  6b 5f 53 74 61 72 74 0a  20 20 20 20 20 20 42 6c  |k_Start.      Bl|
00000f70  6f 63 6b 4d 61 72 6b 5f  53 74 61 6e 64 61 72 64  |ockMark_Standard|
00000f80  20 20 20 20 47 6f 74 6f  42 6c 6f 63 6b 5f 45 6e  |    GotoBlock_En|
00000f90  64 0a 20 20 20 20 20 20  42 6c 6f 63 6b 4d 61 72  |d.      BlockMar|
00000fa0  6b 5f 43 6f 6e 74 69 6e  6f 75 73 20 20 20 47 6f  |k_Continous   Go|
00000fb0  74 6f 42 6c 6f 63 6b 0a  20 20 20 20 20 20 42 6c  |toBlock.      Bl|
00000fc0  6f 63 6b 4d 61 72 6b 5f  45 53 43 20 20 20 20 20  |ockMark_ESC     |
00000fd0  20 20 20 20 4d 61 72 6b  54 6f 45 6e 64 5f 77 6c  |    MarkToEnd_wl|
00000fe0  0a 20 20 20 20 20 20 50  72 69 6e 74 42 6c 6f 63  |.      PrintBloc|
00000ff0  6b 20 20 20 20 20 20 20  20 20 20 20 20 4d 61 72  |k            Mar|
00001000  6b 54 6f 45 6e 64 5f 74  6c 0a 20 20 20 20 20 20  |kToEnd_tl.      |
00001010  53 65 6c 65 63 74 57 68  6f 6c 65 20 20 20 20 20  |SelectWhole     |
00001020  20 20 20 20 20 20 4d 61  72 6b 54 6f 53 74 61 72  |      MarkToStar|
00001030  74 5f 77 6c 0a 20 20 20  20 20 20 4d 61 72 6b 54  |t_wl.      MarkT|
00001040  6f 53 74 61 72 74 5f 74  6c 20 20 20 20 20 20 20  |oStart_tl       |
00001050  20 49 6e 64 65 6e 74 4f  6e 65 0a 20 20 20 20 20  | IndentOne.     |
00001060  20 4f 75 74 64 65 6e 74  4f 6e 65 20 20 20 20 20  | OutdentOne     |
00001070  20 20 20 20 20 20 20 49  6e 64 65 6e 74 20 22 73  |       Indent "s|
00001080  74 72 22 0a 20 20 20 20  20 20 0a 4d 61 72 6b 73  |tr".      .Marks|
00001090  2e 2e 0a 0a 20 20 20 20  20 20 53 65 74 4d 61 72  |....      SetMar|
000010a0  6b 20 6e 72 20 20 20 20  20 20 20 20 20 20 20 20  |k nr            |
000010b0  43 6c 65 61 72 4d 61 72  6b 20 6e 72 0a 20 20 20  |ClearMark nr.   |
000010c0  20 20 20 47 6f 74 6f 4d  61 72 6b 20 6e 72 0a 0a  |   GotoMark nr..|
000010d0  4d 69 73 63 2e 2e 0a 0a  20 20 20 20 20 20 44 65  |Misc....      De|
000010e0  6c 65 74 65 52 69 67 68  74 20 20 20 20 20 20 20  |leteRight       |
000010f0  20 20 20 20 44 65 6c 65  74 65 4c 65 66 74 0a 20  |    DeleteLeft. |
00001100  20 20 20 20 20 4e 65 77  4c 69 6e 65 20 20 20 20  |     NewLine    |
00001110  20 20 20 20 20 20 20 20  20 20 20 54 61 62 0a 20  |           Tab. |
00001120  20 20 20 20 20 44 65 6c  65 74 65 4c 69 6e 65 0a  |     DeleteLine.|
00001130  20 20 20 20 20 20 0a 20  20 20 20 20 20 54 6f 67  |      .      Tog|
00001140  67 6c 65 49 6e 73 65 72  74 20 20 20 20 20 20 20  |gleInsert       |
00001150  20 20 20 4c 69 73 74 4f  66 54 65 78 74 73 0a 20  |   ListOfTexts. |
00001160  20 20 20 20 20 0a 20 20  20 20 20 20 43 79 63 6c  |     .      Cycl|
00001170  65 54 61 62 6b 65 79 20  20 20 20 20 20 20 20 20  |eTabkey         |
00001180  20 20 54 6f 67 67 6c 65  54 61 62 4c 69 6e 65 0a  |  ToggleTabLine.|
00001190  20 20 20 20 20 20 55 70  70 65 72 63 61 73 65 43  |      UppercaseC|
000011a0  68 61 72 20 20 20 20 20  20 20 20 20 4c 6f 77 65  |har         Lowe|
000011b0  72 63 61 73 65 43 68 61  72 0a 20 20 20 20 20 20  |rcaseChar.      |
000011c0  50 72 69 6e 74 54 65 78  74 20 20 20 20 20 20 20  |PrintText       |
000011d0  20 20 20 20 20 20 55 6e  64 6f 0a 20 20 20 20 20  |      Undo.     |
000011e0  20 52 65 64 6f 20 20 20  20 20 20 20 20 20 20 20  | Redo           |
000011f0  20 20 20 20 20 20 20 50  72 65 76 69 6f 75 73 4d  |       PreviousM|
00001200  65 73 73 61 67 65 0a 20  20 20 20 20 20 53 77 61  |essage.      Swa|
00001210  70 43 61 73 65 43 68 61  72 20 20 20 20 20 20 20  |pCaseChar       |
00001220  20 20 20 4c 65 61 72 6e  0a 20 20 20 20 20 20 50  |   Learn.      P|
00001230  6c 61 79 62 61 63 6b 20  20 20 20 20 20 20 20 20  |layback         |
00001240  20 20 20 20 20 4b 69 6c  6c 56 69 65 77 0a 20 20  |     KillView.  |
00001250  20 20 20 20 56 69 65 77  54 6f 54 6f 70 20 20 20  |    ViewToTop   |
00001260  20 20 20 20 20 20 20 20  20 20 53 61 76 65 54 65  |          SaveTe|
00001270  78 74 0a 20 20 20 20 20  20 48 65 6c 70 57 6f 72  |xt.      HelpWor|
00001280  64 20 20 20 20 20 20 20  20 20 20 20 20 20 20 49  |d              I|
00001290  6e 74 65 72 61 63 74 69  76 65 53 65 61 72 63 68  |nteractiveSearch|
000012a0  0a 20 20 20 20 20 20 47  6f 74 6f 4c 69 6e 65 20  |.      GotoLine |
000012b0  20 20 20 20 20 20 20 20  20 20 20 20 20 52 75 6e  |             Run|
000012c0  42 61 73 69 63 0a 20 20  20 20 20 20 52 75 6e 53  |Basic.      RunS|
000012d0  61 76 65 42 61 73 69 63  20 20 20 20 20 20 20 20  |aveBasic        |
000012e0  20 20 52 65 70 6c 61 63  65 0a 20 20 20 20 20 20  |  Replace.      |
000012f0  49 6e 73 65 72 74 43 74  72 6c 20 20 20 20 20 20  |InsertCtrl      |
00001300  20 20 20 20 20 20 4c 6f  6f 73 65 43 61 72 65 74  |      LooseCaret|
00001310  0a 20 20 20 20 20 20 48  65 6c 70 53 74 72 6f 6e  |.      HelpStron|
00001320  67 45 44 20 20 20 20 20  20 20 20 20 20 46 69 6e  |gED          Fin|
00001330  64 4e 65 78 74 0a 20 20  20 20 20 20 49 6e 73 65  |dNext.      Inse|
00001340  72 74 53 74 72 20 22 73  74 72 22 20 20 20 20 20  |rtStr "str"     |
00001350  20 20 52 75 6e 0a 20 20  20 20 20 20 53 61 76 65  |  Run.      Save|
00001360  52 75 6e 20 20 20 20 20  20 20 20 20 20 20 20 20  |Run             |
00001370  20 20 47 53 54 72 61 6e  73 20 22 73 74 72 22 0a  |  GSTrans "str".|
00001380  20 20 20 20 20 20 44 61  74 65 41 6e 64 54 69 6d  |      DateAndTim|
00001390  65 20 22 73 74 72 22 20  20 20 20 0a 53 79 6e 74  |e "str"    .Synt|
000013a0  61 78 20 6f 66 20 74 68  65 20 4d 6f 64 65 57 68  |ax of the ModeWh|
000013b0  65 6e 20 66 69 6c 65 0a  54 68 69 73 20 66 69 6c  |en file.This fil|
000013c0  65 20 64 65 73 63 72 69  62 65 73 20 77 68 69 63  |e describes whic|
000013d0  68 20 66 69 6c 65 73 20  73 68 6f 75 6c 64 20 62  |h files should b|
000013e0  65 20 6c 6f 61 64 65 64  20 6f 6e 20 61 20 6e 6f  |e loaded on a no|
000013f0  72 6d 61 6c 0a 64 6f 75  62 6c 65 63 6c 69 63 6b  |rmal.doubleclick|
00001400  20 61 6e 64 20 77 68 69  63 68 20 6d 6f 64 65 20  | and which mode |
00001410  61 20 66 69 6c 65 20 73  68 6f 75 6c 64 20 67 65  |a file should ge|
00001420  74 20 77 68 65 6e 20 69  74 20 69 73 20 6c 6f 61  |t when it is loa|
00001430  64 65 64 2e 0a 0a 41 20  22 21 22 20 69 6e 20 74  |ded...A "!" in t|
00001440  68 65 20 6d 61 72 67 69  6e 20 6d 65 61 6e 73 20  |he margin means |
00001450  74 68 61 74 20 74 68 69  73 20 64 6f 65 73 20 6e  |that this does n|
00001460  6f 74 20 61 70 70 6c 79  20 66 6f 72 20 64 6f 75  |ot apply for dou|
00001470  62 6c 65 63 6c 69 63 6b  0a 28 20 62 75 74 20 61  |bleclick.( but a|
00001480  70 70 6c 69 65 73 20 66  6f 72 20 73 68 69 66 74  |pplies for shift|
00001490  2d 64 6f 75 62 6c 65 63  6c 69 63 6b 20 61 6e 64  |-doubleclick and|
000014a0  20 64 72 61 67 20 74 6f  20 69 63 6f 6e 62 61 72  | drag to iconbar|
000014b0  29 0a 0a 41 20 22 2a 22  20 6d 61 74 63 68 65 73  |)..A "*" matches|
000014c0  20 61 6e 79 74 68 69 6e  67 20 62 75 74 20 27 2e  | anything but '.|
000014d0  27 2c 20 61 6e 64 20 61  20 22 2a 2a 22 20 6d 61  |', and a "**" ma|
000014e0  74 63 68 65 73 20 74 68  61 74 20 74 6f 6f 2e 0a  |tches that too..|
000014f0  0a 20 20 42 41 53 49 43  0a 20 20 21 66 66 62 2c  |.  BASIC.  !ffb,|
00001500  2a 2a 0a 20 20 66 64 31  2c 2a 2a 0a 0a 54 68 69  |**.  fd1,**..Thi|
00001510  73 20 73 61 79 73 20 74  68 61 74 20 74 68 65 20  |s says that the |
00001520  42 41 53 49 43 20 6d 6f  64 65 20 69 73 20 73 65  |BASIC mode is se|
00001530  6c 65 63 74 65 64 20 77  68 65 6e 20 61 20 66 69  |lected when a fi|
00001540  6c 65 20 77 69 74 68 0a  66 69 6c 65 74 79 70 65  |le with.filetype|
00001550  20 66 66 62 20 28 74 6f  6b 65 6e 69 73 65 64 20  | ffb (tokenised |
00001560  42 41 53 49 43 29 20 61  6e 64 20 61 6e 79 20 70  |BASIC) and any p|
00001570  61 74 68 6e 61 6d 65 2c  20 69 73 20 64 72 61 67  |athname, is drag|
00001580  67 65 64 20 74 6f 20 74  68 65 0a 69 63 6f 6e 62  |ged to the.iconb|
00001590  61 72 20 6f 72 20 73 68  69 66 74 20 64 6f 75 62  |ar or shift doub|
000015a0  6c 65 63 6c 69 63 6b 65  64 2e 20 28 54 68 65 20  |leclicked. (The |
000015b0  22 21 22 20 6d 65 61 6e  73 20 69 74 20 77 6f 6e  |"!" means it won|
000015c0  27 74 20 6c 6f 61 64 20  69 66 0a 6a 75 73 74 20  |'t load if.just |
000015d0  64 6f 75 62 6c 65 63 6c  69 63 6b 2e 29 20 54 68  |doubleclick.) Th|
000015e0  69 73 20 6d 6f 64 65 20  77 69 6c 6c 20 61 6c 73  |is mode will als|
000015f0  6f 20 62 65 20 73 65 6c  65 63 74 65 64 20 69 66  |o be selected if|
00001600  20 61 20 66 69 6c 65 20  77 69 74 68 0a 66 69 6c  | a file with.fil|
00001610  65 74 79 70 65 20 66 64  31 20 28 42 41 53 49 43  |etype fd1 (BASIC|
00001620  20 61 73 20 74 65 78 74  29 20 69 73 20 64 6f 75  | as text) is dou|
00001630  62 6c 65 63 6c 69 63 6b  65 64 20 6f 72 20 64 72  |bleclicked or dr|
00001640  61 67 67 65 64 2e 57 68  61 74 20 69 73 20 53 74  |agged.What is St|
00001650  72 6f 6e 67 45 44 20 3f  0a 53 74 72 6f 6e 67 45  |rongED ?.StrongE|
00001660  44 20 69 73 20 61 20 67  65 6e 65 72 61 6c 2d 70  |D is a general-p|
00001670  75 72 70 6f 73 65 20 74  65 78 74 20 65 64 69 74  |urpose text edit|
00001680  6f 72 20 69 6e 20 74 68  65 20 66 61 6d 69 6c 79  |or in the family|
00001690  20 6f 66 20 21 45 64 69  74 0a 61 6e 64 20 21 44  | of !Edit.and !D|
000016a0  65 73 6b 45 64 69 74 2e  0a 0a 53 74 72 6f 6e 67  |eskEdit...Strong|
000016b0  45 44 20 69 73 20 77 72  69 74 74 65 6e 20 69 6e  |ED is written in|
000016c0  20 6d 61 63 68 69 6e 65  20 63 6f 64 65 2c 20 61  | machine code, a|
000016d0  6e 64 20 69 73 20 6f 6e  6c 79 20 61 62 6f 75 74  |nd is only about|
000016e0  20 39 30 4b 20 6c 61 72  67 65 2e 0a 49 6e 20 61  | 90K large..In a|
000016f0  64 64 69 74 69 6f 6e 20  74 6f 20 74 68 69 73 20  |ddition to this |
00001700  63 6f 6d 65 73 20 32 30  4b 20 6f 66 20 67 6c 6f  |comes 20K of glo|
00001710  62 61 6c 20 77 6f 72 6b  73 70 61 63 65 2c 20 61  |bal workspace, a|
00001720  6e 64 20 61 20 73 69 6d  69 6c 61 72 0a 61 6d 6f  |nd a similar.amo|
00001730  75 6e 74 20 74 6f 20 6c  6f 61 64 20 74 68 65 20  |unt to load the |
00001740  27 4d 65 73 73 61 67 65  73 27 20 61 6e 64 20 27  |'Messages' and '|
00001750  4d 6f 64 65 57 68 65 6e  27 20 66 69 6c 65 73 2c  |ModeWhen' files,|
00001760  20 67 69 76 69 6e 67 20  61 20 74 6f 74 61 6c 0a  | giving a total.|
00001770  73 69 7a 65 20 6f 66 20  61 62 6f 75 74 20 31 33  |size of about 13|
00001780  30 4b 2e 20 54 68 69 73  20 63 6f 6d 70 61 72 65  |0K. This compare|
00001790  73 20 66 61 76 6f 75 72  61 62 6c 79 20 74 6f 20  |s favourably to |
000017a0  74 68 65 20 28 6d 6f 72  65 20 74 68 61 6e 3f 29  |the (more than?)|
000017b0  0a 33 30 30 4b 20 21 44  65 73 6b 45 64 69 74 20  |.300K !DeskEdit |
000017c0  72 65 71 75 69 72 65 73  2c 20 61 6e 64 20 69 74  |requires, and it|
000017d0  27 73 20 6e 6f 74 20 74  6f 6f 20 62 61 64 20 63  |'s not too bad c|
000017e0  6f 6d 70 61 72 65 64 20  74 6f 20 21 45 64 69 74  |ompared to !Edit|
000017f0  0a 65 69 74 68 65 72 3a  20 21 45 64 69 74 20 6c  |.either: !Edit l|
00001800  69 65 73 20 69 6e 20 52  4f 4d 2c 20 62 75 74 20  |ies in ROM, but |
00001810  73 74 69 6c 6c 20 72 65  71 75 69 72 65 73 20 61  |still requires a|
00001820  62 6f 75 74 20 35 30 4b  20 6f 66 0a 77 6f 72 6b  |bout 50K of.work|
00001830  73 70 61 63 65 2e 2e 0a  0a 53 74 72 6f 6e 67 45  |space....StrongE|
00001840  44 20 69 73 20 76 65 72  79 20 63 6f 6e 66 69 67  |D is very config|
00001850  75 72 61 62 6c 65 2e 20  53 6f 6d 65 20 6f 70 74  |urable. Some opt|
00001860  69 6f 6e 73 20 61 72 65  20 67 6c 6f 62 61 6c 20  |ions are global |
00001870  28 74 68 65 20 6f 6e 65  73 0a 66 6f 75 6e 64 20  |(the ones.found |
00001880  69 6e 20 74 68 65 20 69  63 6f 6e 62 61 72 20 6d  |in the iconbar m|
00001890  65 6e 75 29 20 62 75 74  20 6d 6f 73 74 20 63 61  |enu) but most ca|
000018a0  6e 20 62 65 20 73 65 74  20 69 6e 64 69 76 69 64  |n be set individ|
000018b0  75 61 6c 6c 79 20 66 6f  72 0a 65 61 63 68 20 6d  |ually for.each m|
000018c0  6f 64 65 2e 0a 0a 53 74  72 6f 6e 67 45 44 20 73  |ode...StrongED s|
000018d0  75 70 70 6c 69 65 73 20  54 61 73 6b 57 69 6e 64  |upplies TaskWind|
000018e0  6f 77 20 3a 0a 20 20 56  65 72 79 20 73 69 6d 69  |ow :.  Very simi|
000018f0  6c 61 72 20 69 6e 20 6f  70 65 72 61 74 69 6f 6e  |lar in operation|
00001900  20 74 6f 20 74 68 65 20  6f 6e 65 20 73 75 70 70  | to the one supp|
00001910  6c 69 65 64 20 62 79 20  21 45 64 69 74 2c 20 62  |lied by !Edit, b|
00001920  75 74 20 3a 0a 20 20 63  2d 51 20 6b 69 6c 6c 73  |ut :.  c-Q kills|
00001930  20 74 61 73 6b 2e 20 4e  6f 20 72 65 61 73 6f 6e  | task. No reason|
00001940  20 74 6f 20 72 65 61 63  68 20 66 6f 72 20 74 68  | to reach for th|
00001950  65 20 6d 6f 75 73 65 2e  0a 20 20 43 6f 70 79 43  |e mouse..  CopyC|
00001960  75 72 73 6f 72 20 69 73  20 69 6d 70 6c 65 6d 65  |ursor is impleme|
00001970  6e 74 65 64 2e 20 57 6f  72 6b 73 20 6a 75 73 74  |nted. Works just|
00001980  20 6c 69 6b 65 20 69 6e  20 63 6f 6d 6d 61 6e 64  | like in command|
00001990  2d 6c 69 6e 65 2e 0a 0a  53 74 72 6f 6e 67 45 44  |-line...StrongED|
000019a0  20 73 75 70 70 6f 72 74  73 20 42 41 53 49 43 20  | supports BASIC |
000019b0  3a 0a 20 20 43 61 6e 20  68 61 6e 64 6c 65 20 6c  |:.  Can handle l|
000019c0  61 72 67 65 72 20 42 41  53 49 43 20 70 72 6f 67  |arger BASIC prog|
000019d0  72 61 6d 73 20 74 68 61  6e 20 21 45 64 69 74 2e  |rams than !Edit.|
000019e0  0a 20 20 4c 69 73 74 4f  66 50 72 6f 63 65 64 75  |.  ListOfProcedu|
000019f0  72 65 73 2f 46 75 6e 63  74 69 6f 6e 73 20 28 73  |res/Functions (s|
00001a00  2d 46 32 29 0a 20 20 52  75 6e 20 28 46 31 30 29  |-F2).  Run (F10)|
00001a10  20 54 68 69 73 20 64 6f  65 73 20 2a 6e 6f 74 2a  | This does *not*|
00001a20  20 72 65 61 64 2f 77 72  69 74 65 20 64 69 73 63  | read/write disc|
00001a30  2c 20 73 6f 6d 65 74 68  69 6e 67 20 70 65 6f 70  |, something peop|
00001a40  6c 65 20 77 69 74 68 0a  20 20 20 20 32 30 30 4b  |le with.    200K|
00001a50  20 70 72 6f 67 72 61 6d  73 20 61 6e 64 20 6f 6e  | programs and on|
00001a60  6c 79 20 66 6c 6f 70 70  79 64 69 73 63 73 20 73  |ly floppydiscs s|
00001a70  68 6f 75 6c 64 20 61 70  70 72 65 63 69 61 74 65  |hould appreciate|
00001a80  2e 0a 20 20 53 61 76 65  26 52 75 6e 20 28 73 2d  |..  Save&Run (s-|
00001a90  46 31 30 29 0a 0a 53 74  72 6f 6e 67 45 44 20 73  |F10)..StrongED s|
00001aa0  75 70 70 6f 72 74 73 20  44 65 73 6b 74 6f 70 20  |upports Desktop |
00001ab0  43 20 3a 0a 20 20 54 68  72 6f 77 62 61 63 6b 20  |C :.  Throwback |
00001ac0  69 73 20 73 75 70 70 6f  72 74 65 64 2e 0a 20 20  |is supported..  |
00001ad0  4c 69 73 74 4f 66 46 75  6e 63 74 69 6f 6e 73 20  |ListOfFunctions |
00001ae0  28 73 2d 46 32 29 20 6c  69 73 74 73 20 61 6c 6c  |(s-F2) lists all|
00001af0  20 66 75 6e 63 74 69 6f  6e 73 2e 0a 20 20 53 61  | functions..  Sa|
00001b00  76 65 26 43 6f 6d 70 69  6c 65 20 28 46 31 30 29  |ve&Compile (F10)|
00001b10  20 54 68 69 73 20 73 69  6d 75 6c 61 74 65 73 20  | This simulates |
00001b20  61 20 64 72 61 67 20 74  6f 20 44 65 73 6b 74 6f  |a drag to Deskto|
00001b30  70 20 43 27 73 20 69 63  6f 6e 20 6f 6e 0a 20 20  |p C's icon on.  |
00001b40  20 20 74 68 65 20 69 63  6f 6e 62 61 72 2e 20 54  |  the iconbar. T|
00001b50  68 69 73 20 6d 65 61 6e  73 20 74 68 61 74 20 69  |his means that i|
00001b60  74 20 6d 75 6c 74 69 74  61 73 6b 73 2c 20 61 6e  |t multitasks, an|
00001b70  64 20 67 69 76 65 73 20  74 68 72 6f 77 62 61 63  |d gives throwbac|
00001b80  6b 2e 0a 0a 53 74 72 6f  6e 67 45 44 20 73 75 70  |k...StrongED sup|
00001b90  70 6f 72 74 73 20 64 69  66 66 65 72 65 6e 74 20  |ports different |
00001ba0  6c 69 6e 65 2d 65 6e 64  69 6e 67 73 20 3a 0a 20  |line-endings :. |
00001bb0  20 30 41 20 20 20 20 20  53 74 61 6e 64 61 72 64  | 0A     Standard|
00001bc0  0a 20 20 30 44 0a 20 20  30 41 30 44 20 20 20 57  |.  0D.  0A0D   W|
00001bd0  68 61 74 20 79 6f 75 20  67 65 74 20 77 68 65 6e  |hat you get when|
00001be0  20 79 6f 75 20 64 6f 20  2a 6d 6f 64 75 6c 65 73  | you do *modules|
00001bf0  20 7b 20 3e 20 6d 6f 64  6c 69 73 74 20 7d 0a 20  | { > modlist }. |
00001c00  20 30 44 30 41 20 20 20  4d 53 2d 44 4f 53 56 65  | 0D0A   MS-DOSVe|
00001c10  72 73 69 6f 6e 20 33 2e  30 0a 54 68 65 72 65 20  |rsion 3.0.There |
00001c20  61 72 65 20 6e 6f 20 66  69 78 65 64 20 70 6c 61  |are no fixed pla|
00001c30  6e 73 20 61 62 6f 75 74  20 77 68 61 74 20 73 68  |ns about what sh|
00001c40  6f 75 6c 64 0a 62 65 20  69 6e 63 6c 75 64 65 64  |ould.be included|
00001c50  20 69 6e 20 74 68 69 73  20 76 65 72 73 69 6f 6e  | in this version|
00001c60  2e 20 4d 75 63 68 20 64  65 70 65 6e 64 73 0a 6f  |. Much depends.o|
00001c70  6e 20 74 68 65 20 66 65  65 64 62 61 63 6b 20 77  |n the feedback w|
00001c80  65 20 67 65 74 20 6f 6e  20 76 65 72 73 69 6f 6e  |e get on version|
00001c90  20 32 2e 35 0a 0a 50 6f  73 73 69 62 6c 65 20 69  | 2.5..Possible i|
00001ca0  6d 70 72 6f 76 65 6d 65  6e 74 73 20 61 72 65 20  |mprovements are |
00001cb0  3a 0a 20 20 2a 20 41 6c  6c 6f 77 20 6f 75 74 6c  |:.  * Allow outl|
00001cc0  69 6e 65 20 66 6f 6e 74  0a 20 20 2a 20 50 72 69  |ine font.  * Pri|
00001cd0  6e 74 2d 6f 75 74 20 75  73 69 6e 67 20 52 69 73  |nt-out using Ris|
00001ce0  63 4f 53 20 70 72 69 6e  74 65 72 20 64 72 69 76  |cOS printer driv|
00001cf0  65 72 73 0a 20 20 20 20  28 20 49 6e 20 61 64 64  |ers.    ( In add|
00001d00  69 74 69 6f 6e 20 74 6f  20 74 68 65 20 63 75 72  |ition to the cur|
00001d10  72 65 6e 74 20 6f 6e 65  20 29 0a 20 20 2a 20 41  |rent one ).  * A|
00001d20  20 6e 65 77 20 61 6e 64  20 69 6d 70 72 6f 76 65  | new and improve|
00001d30  64 20 73 65 61 72 63 68  2f 72 65 70 6c 61 63 65  |d search/replace|
00001d40  2e 0a 0a 52 65 6c 65 61  73 65 20 69 73 20 74 65  |...Release is te|
00001d50  6e 61 74 69 76 65 6c 79  20 73 65 74 20 74 6f 20  |natively set to |
00001d60  4f 63 74 6f 62 65 72 4d  6f 75 73 65 20 63 6f 6e  |OctoberMouse con|
00001d70  74 72 6f 6c 0a 4c 6f 61  64 20 66 69 6c 65 3a 0a  |trol.Load file:.|
00001d80  20 20 44 43 6c 69 63 6b  20 6f 6e 20 74 65 78 74  |  DClick on text|
00001d90  66 69 6c 65 2e 0a 20 20  28 6f 72 20 6f 74 68 65  |file..  (or othe|
00001da0  72 20 64 6f 75 62 6c 65  63 6c 69 63 6b 20 66 69  |r doubleclick fi|
00001db0  6c 65 73 20 66 72 6f 6d  20 74 68 65 20 4d 6f 64  |les from the Mod|
00001dc0  65 57 68 65 6e 20 6c 69  73 74 2e 2e 29 0a 20 20  |eWhen list..).  |
00001dd0  53 68 69 66 74 2d 44 43  6c 69 63 6b 20 6f 6e 20  |Shift-DClick on |
00001de0  2a 61 6e 79 2a 20 66 69  6c 65 2e 0a 20 20 44 72  |*any* file..  Dr|
00001df0  61 67 20 2a 61 6e 79 2a  20 66 69 6c 65 20 74 6f  |ag *any* file to|
00001e00  20 69 63 6f 6e 62 61 72  20 69 63 6f 6e 2e 0a 0a  | iconbar icon...|
00001e10  49 6e 73 65 72 74 20 66  69 6c 65 3a 0a 20 20 44  |Insert file:.  D|
00001e20  72 61 67 20 66 69 6c 65  20 74 6f 20 76 69 65 77  |rag file to view|
00001e30  2e 0a 20 20 53 68 69 66  74 2d 44 72 61 67 20 74  |..  Shift-Drag t|
00001e40  6f 20 69 6e 73 65 72 74  20 70 61 74 68 6e 61 6d  |o insert pathnam|
00001e50  65 20 6f 66 20 66 69 6c  65 2e 0a 0a 4d 6f 76 65  |e of file...Move|
00001e60  6d 65 6e 74 2f 4d 61 72  6b 69 6e 67 3a 0a 20 20  |ment/Marking:.  |
00001e70  53 65 6c 65 63 74 20 74  6f 20 6d 6f 76 65 20 63  |Select to move c|
00001e80  61 72 65 74 0a 20 20 44  63 6c 69 63 6b 20 77 69  |aret.  Dclick wi|
00001e90  74 68 20 53 65 6c 65 63  74 20 74 6f 20 6d 61 72  |th Select to mar|
00001ea0  6b 20 77 6f 72 64 2e 0a  20 20 54 72 69 70 6c 65  |k word..  Triple|
00001eb0  63 6c 69 63 6b 20 77 69  74 68 20 53 65 6c 65 63  |click with Selec|
00001ec0  74 20 74 6f 20 6d 61 72  6b 20 6c 69 6e 65 2e 0a  |t to mark line..|
00001ed0  20 20 53 65 6c 65 63 74  2d 64 72 61 67 20 6d 61  |  Select-drag ma|
00001ee0  72 6b 73 20 6e 65 77 20  62 6c 6f 63 6b 0a 20 20  |rks new block.  |
00001ef0  43 74 72 6c 2d 53 65 6c  65 63 74 20 73 74 61 72  |Ctrl-Select star|
00001f00  74 73 20 6e 65 77 20 62  6c 6f 63 6b 20 77 69 74  |ts new block wit|
00001f10  68 6f 75 74 68 20 6d 6f  76 69 6e 67 20 63 61 72  |houth moving car|
00001f20  65 74 2e 0a 20 20 41 64  6a 75 73 74 2f 41 64 6a  |et..  Adjust/Adj|
00001f30  75 73 74 2d 64 72 61 67  20 74 6f 20 61 6c 74 65  |ust-drag to alte|
00001f40  72 20 62 6c 6f 63 6b 2c  20 6f 72 20 73 74 61 72  |r block, or star|
00001f50  74 20 6e 65 77 20 66 72  6f 6d 20 63 61 72 65 74  |t new from caret|
00001f60  2e 0a 0a 20 20 43 6c 69  63 6b 69 6e 67 20 6f 6e  |...  Clicking on|
00001f70  20 74 68 65 20 2a 62 61  63 6b 67 72 6f 75 6e 64  | the *background|
00001f80  2a 20 6f 66 20 74 68 65  20 73 63 72 6f 6c 6c 2d  |* of the scroll-|
00001f90  62 61 72 20 77 69 6c 6c  20 73 63 72 6f 6c 6c 0a  |bar will scroll.|
00001fa0  20 20 20 6f 6e 65 20 70  61 67 65 20 75 70 2f 64  |   one page up/d|
00001fb0  6f 77 6e 2e 20 4b 65 65  70 20 69 74 20 64 6f 77  |own. Keep it dow|
00001fc0  6e 20 66 6f 72 20 2a 61  75 74 6f 72 65 70 65 61  |n for *autorepea|
00001fd0  74 2a 2e 0a 0a 4c 69 73  74 20 6f 66 20 46 6f 75  |t*...List of Fou|
00001fe0  6e 64 2f 4c 69 73 74 20  6f 66 20 54 65 78 74 73  |nd/List of Texts|
00001ff0  2f 54 68 72 6f 77 62 61  63 6b 20 3a 0a 20 20 53  |/Throwback :.  S|
00002000  65 6c 65 63 74 20 6f 6e  20 61 20 6c 69 6e 65 20  |elect on a line |
00002010  74 6f 20 6d 6f 76 65 20  74 68 65 20 63 6f 72 72  |to move the corr|
00002020  65 63 74 20 76 69 65 77  20 74 6f 20 66 72 6f 6e  |ect view to fron|
00002030  74 0a 20 20 41 64 6a 75  73 74 20 74 6f 20 6b 65  |t.  Adjust to ke|
00002040  65 70 20 74 68 65 20 4c  69 73 74 20 6f 6e 20 74  |ep the List on t|
00002050  6f 70 20 4b 65 79 62 6f  61 72 64 20 4c 61 79 6f  |op Keyboard Layo|
00002060  75 74 0a 54 6f 20 67 65  74 20 61 20 66 75 6c 6c  |ut.To get a full|
00002070  20 6f 76 65 72 76 69 65  77 20 79 6f 75 20 73 68  | overview you sh|
00002080  6f 75 6c 64 20 63 6f 6e  73 75 6c 74 20 74 68 65  |ould consult the|
00002090  20 6d 6f 64 65 0a 66 69  6c 65 73 20 69 6e 73 69  | mode.files insi|
000020a0  64 65 20 74 68 65 20 53  74 72 6f 6e 67 45 44 20  |de the StrongED |
000020b0  64 69 72 65 63 74 6f 72  79 2e 20 54 68 65 20 6c  |directory. The l|
000020c0  61 79 6f 75 74 0a 63 68  61 6e 67 65 73 20 74 6f  |ayout.changes to|
000020d0  6f 20 6f 66 74 65 6e 20  74 6f 20 62 65 20 64 65  |o often to be de|
000020e0  73 63 72 69 62 65 64 20  68 65 72 65 2e 20 57 65  |scribed here. We|
000020f0  20 77 69 6c 6c 2c 0a 68  6f 77 65 76 65 72 2c 20  | will,.however, |
00002100  64 65 73 63 72 69 62 65  20 73 6f 6d 65 20 6f 66  |describe some of|
00002110  20 74 68 65 20 6d 6f 72  65 20 75 6e 75 73 75 61  | the more unusua|
00002120  6c 20 6f 6e 65 73 2e 2e  2e 0a 0a 63 2d 46 20 20  |l ones.....c-F  |
00002130  20 20 20 20 20 20 20 20  20 3a 20 43 72 65 61 74  |         : Creat|
00002140  65 20 61 20 6c 69 73 74  20 6f 66 20 61 6c 6c 20  |e a list of all |
00002150  6f 63 63 75 72 65 6e 63  65 73 20 6f 66 0a 20 20  |occurences of.  |
00002160  20 20 20 20 20 20 20 20  20 20 20 20 20 20 74 68  |              th|
00002170  65 20 77 6f 72 64 20 79  6f 75 27 72 65 20 69 6e  |e word you're in|
00002180  2e 20 28 4c 69 73 74 20  6f 66 20 46 6f 75 6e 64  |. (List of Found|
00002190  29 0a 46 32 20 20 20 20  20 20 20 20 20 20 20 20  |).F2            |
000021a0  3a 20 6f 70 65 6e 73 20  75 70 20 74 68 65 20 64  |: opens up the d|
000021b0  62 6f 78 20 66 6f 72 20  4c 69 73 74 20 6f 66 20  |box for List of |
000021c0  46 6f 75 6e 64 0a 73 2d  46 32 20 20 20 20 20 20  |Found.s-F2      |
000021d0  20 20 20 20 3a 20 49 6e  20 43 20 6d 6f 64 65 2c  |    : In C mode,|
000021e0  20 74 68 69 73 20 77 69  6c 6c 20 67 69 76 65 20  | this will give |
000021f0  61 20 6c 69 73 74 0a 20  20 20 20 20 20 20 20 20  |a list.         |
00002200  20 20 20 20 20 20 20 6f  66 20 61 6c 6c 20 66 75  |       of all fu|
00002210  6e 63 74 69 6f 6e 73 2e  20 49 6e 20 42 41 53 49  |nctions. In BASI|
00002220  43 20 6d 6f 64 65 2c 0a  20 20 20 20 20 20 20 20  |C mode,.        |
00002230  20 20 20 20 20 20 20 20  74 68 69 73 20 77 69 6c  |        this wil|
00002240  6c 20 6c 69 73 74 20 61  6c 6c 20 44 45 46 20 50  |l list all DEF P|
00002250  52 4f 43 2f 46 4e 2e 2e  0a 46 31 20 20 20 20 20  |ROC/FN...F1     |
00002260  20 20 20 20 20 20 20 3a  20 41 73 6b 73 20 53 74  |       : Asks St|
00002270  72 6f 6e 67 48 65 6c 70  20 69 66 20 69 74 20 68  |rongHelp if it h|
00002280  61 73 20 61 6e 79 20 68  65 6c 70 0a 20 20 20 20  |as any help.    |
00002290  20 20 20 20 20 20 20 20  20 20 20 20 6f 6e 20 74  |            on t|
000022a0  68 65 20 77 6f 72 64 20  79 6f 75 27 72 65 20 69  |he word you're i|
000022b0  6e 2e 0a 73 2d 46 35 20  20 20 20 20 20 20 20 20  |n..s-F5         |
000022c0  20 3a 20 47 6f 20 74 6f  20 77 68 65 72 65 20 74  | : Go to where t|
000022d0  68 65 20 62 6c 6f 63 6b  20 69 73 2e 0a 63 2d 46  |he block is..c-F|
000022e0  38 20 20 20 20 20 20 20  20 20 20 3a 20 52 65 64  |8          : Red|
000022f0  6f 2e 2e 2e 20 4e 6f 74  65 20 74 68 65 20 70 6c  |o... Note the pl|
00002300  61 63 65 6d 65 6e 74 2e  2e 20 49 6e 0a 20 20 20  |acement.. In.   |
00002310  20 20 20 20 20 20 20 20  20 20 20 20 20 6f 74 68  |             oth|
00002320  65 72 20 70 72 6f 67 72  61 6d 73 20 74 68 69 73  |er programs this|
00002330  20 69 73 20 6e 6f 72 6d  61 6c 6c 79 20 6f 6e 0a  | is normally on.|
00002340  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002350  74 68 65 20 46 39 20 6b  65 79 2e 2e 0a 73 2d 46  |the F9 key...s-F|
00002360  39 20 20 20 20 20 20 20  20 20 20 3a 20 53 74 61  |9          : Sta|
00002370  72 74 2f 53 74 6f 70 20  72 65 63 6f 72 64 69 6e  |rt/Stop recordin|
00002380  67 20 6b 65 79 70 72 65  73 73 65 73 2e 0a 46 39  |g keypresses..F9|
00002390  20 20 20 20 20 20 20 20  20 20 20 20 3a 20 28 53  |            : (S|
000023a0  74 6f 70 20 61 6e 64 29  20 70 6c 61 79 20 72 65  |top and) play re|
000023b0  63 6f 72 64 65 64 20 6b  65 79 73 2e 0a 46 31 30  |corded keys..F10|
000023c0  20 20 20 20 20 20 20 20  20 20 20 3a 20 49 6e 20  |           : In |
000023d0  43 20 6d 6f 64 65 2c 20  74 68 69 73 20 77 69 6c  |C mode, this wil|
000023e0  6c 20 74 72 79 20 74 6f  20 73 65 6e 64 0a 20 20  |l try to send.  |
000023f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 74 68  |              th|
00002400  65 20 74 65 78 74 20 74  6f 20 74 68 65 20 63 20  |e text to the c |
00002410  63 6f 6d 70 69 6c 65 72  2e 0a 20 20 20 20 20 20  |compiler..      |
00002420  20 20 20 20 20 20 20 20  20 20 28 20 54 68 65 20  |          ( The |
00002430  74 65 78 74 20 6f 6e 20  66 69 6c 65 2c 20 6e 6f  |text on file, no|
00002440  74 20 69 6e 20 6d 65 6d  6f 72 79 20 29 0a 20 20  |t in memory ).  |
00002450  20 20 20 20 20 20 20 20  20 20 20 20 20 20 49 6e  |              In|
00002460  20 42 41 53 49 43 20 6d  6f 64 65 2c 20 74 68 69  | BASIC mode, thi|
00002470  73 20 77 69 6c 6c 20 72  75 6e 20 74 68 65 0a 20  |s will run the. |
00002480  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 70  |               p|
00002490  72 6f 67 72 61 6d 20 69  6e 20 6d 65 6d 6f 72 79  |rogram in memory|
000024a0  2e 0a 73 2d 46 31 30 20  20 20 20 20 20 20 20 20  |..s-F10         |
000024b0  3a 20 53 61 6d 65 20 61  73 20 46 31 30 2c 20 62  |: Same as F10, b|
000024c0  75 74 20 73 61 76 65 73  20 66 69 72 73 74 2e 2e  |ut saves first..|
000024d0  0a 0a 63 73 2d 46 31 2e  2e 46 34 20 20 20 20 20  |..cs-F1..F4     |
000024e0  3a 20 53 65 74 73 20 6d  61 72 6b 20 31 2e 2e 34  |: Sets mark 1..4|
000024f0  0a 63 2d 46 31 2e 2e 46  34 20 20 20 20 20 20 3a  |.c-F1..F4      :|
00002500  20 47 6f 74 6f 20 6d 61  72 6b 20 31 2e 2e 34 0a  | Goto mark 1..4.|
00002510  0a 63 73 2d 4c 65 66 74  2f 52 69 67 68 74 20 3a  |.cs-Left/Right :|
00002520  20 6d 6f 76 65 20 62 65  74 77 65 65 6e 20 74 65  | move between te|
00002530  78 74 73 2e 0a 63 2d 4c  65 66 74 2f 52 69 67 68  |xts..c-Left/Righ|
00002540  74 20 20 3a 20 4d 6f 76  65 73 20 74 6f 20 73 74  |t  : Moves to st|
00002550  61 72 74 2f 65 6e 64 20  6f 66 20 77 72 61 70 6c  |art/end of wrapl|
00002560  69 6e 65 20 74 68 65 0a  20 20 20 20 20 20 20 20  |ine the.        |
00002570  20 20 20 20 20 20 20 20  66 69 72 73 74 20 74 69  |        first ti|
00002580  6d 65 2c 20 61 6e 64 20  74 6f 20 73 74 61 72 74  |me, and to start|
00002590  2f 65 6e 64 20 6f 66 0a  20 20 20 20 20 20 20 20  |/end of.        |
000025a0  20 20 20 20 20 20 20 20  74 65 78 74 6c 69 6e 65  |        textline|
000025b0  20 74 68 65 20 6e 65 78  74 20 74 69 6d 65 2e 0a  | the next time..|
000025c0  73 2d 43 6f 70 79 20 20  20 20 20 20 20 20 3a 20  |s-Copy        : |
000025d0  53 70 6c 69 74 73 20 74  68 65 20 63 75 72 73 6f  |Splits the curso|
000025e0  72 20 69 6e 20 74 77 6f  2e 20 4d 6f 76 65 20 74  |r in two. Move t|
000025f0  68 65 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |he.             |
00002600  20 20 20 68 6f 6c 6c 6f  77 20 6f 6e 65 20 61 6e  |   hollow one an|
00002610  64 20 70 72 65 73 73 20  43 6f 70 79 20 74 6f 20  |d press Copy to |
00002620  63 6f 70 79 2e 2e 0a 63  73 2d 43 6f 70 79 20 20  |copy...cs-Copy  |
00002630  20 20 20 20 20 3a 20 4d  61 72 6b 73 20 74 6f 20  |     : Marks to |
00002640  65 6e 64 20 6f 66 20 6c  69 6e 65 20 74 68 65 20  |end of line the |
00002650  66 69 72 73 74 0a 20 20  20 20 20 20 20 20 20 20  |first.          |
00002660  20 20 20 20 20 20 74 69  6d 65 2c 20 61 6e 64 20  |      time, and |
00002670  64 65 6c 65 74 65 73 20  74 68 65 20 73 65 63 6f  |deletes the seco|
00002680  6e 64 2e 2e 0a 63 2d 41  20 20 20 20 20 20 20 20  |nd...c-A        |
00002690  20 20 20 3a 20 4d 61 72  6b 73 20 63 68 61 72 2c  |   : Marks char,|
000026a0  20 77 6f 72 64 2c 20 6c  69 6e 65 2c 20 74 65 78  | word, line, tex|
000026b0  74 0a 0a 63 2d 57 46 20  20 20 20 20 20 20 20 20  |t..c-WF         |
000026c0  20 3a 20 4d 61 78 69 6d  69 73 65 73 20 77 69 6e  | : Maximises win|
000026d0  64 6f 77 0a 63 2d 57 43  20 20 20 20 20 20 20 20  |dow.c-WC        |
000026e0  20 20 3a 20 43 72 65 61  74 65 73 20 61 20 6e 65  |  : Creates a ne|
000026f0  77 20 76 69 65 77 0a 0a  63 2d 42 55 2f 4c 2f 53  |w view..c-BU/L/S|
00002700  20 20 20 20 20 20 3a 20  55 70 70 65 72 2f 4c 6f  |      : Upper/Lo|
00002710  77 65 72 2f 53 77 61 70  2d 63 61 73 65 20 6d 61  |wer/Swap-case ma|
00002720  72 6b 65 64 20 62 6c 6f  63 6b 2e 0a 0a 0a 54 68  |rked block....Th|
00002730  65 20 45 53 43 20 6b 65  79 20 64 65 73 65 72 76  |e ESC key deserv|
00002740  65 73 20 73 70 65 63 69  61 6c 20 61 74 74 65 6e  |es special atten|
00002750  74 69 6f 6e 20 3a 0a 49  66 20 79 6f 75 20 6a 75  |tion :.If you ju|
00002760  73 74 20 70 72 65 73 73  20 69 74 2c 20 74 68 65  |st press it, the|
00002770  20 63 75 72 72 65 6e 74  6c 79 20 6d 61 72 6b 65  | currently marke|
00002780  64 20 62 6c 6f 63 6b 0a  77 69 6c 6c 20 62 65 20  |d block.will be |
00002790  63 6c 65 61 72 65 64 2e  20 49 66 20 79 6f 75 20  |cleared. If you |
000027a0  6b 65 65 70 20 69 74 20  64 6f 77 6e 2c 20 61 6e  |keep it down, an|
000027b0  64 20 6d 6f 76 65 20 74  68 65 0a 63 75 72 73 6f  |d move the.curso|
000027c0  72 2c 20 61 20 6e 65 77  20 62 6c 6f 63 6b 20 77  |r, a new block w|
000027d0  69 6c 6c 20 62 65 20 6d  61 72 6b 65 64 2e 20 54  |ill be marked. T|
000027e0  72 79 20 69 74 2e 0a 0a  4f 6e 63 65 20 61 67 61  |ry it...Once aga|
000027f0  69 6e 20 3a 20 52 65 61  64 20 74 68 65 20 6d 6f  |in : Read the mo|
00002800  64 65 20 66 69 6c 65 73  20 28 46 69 72 73 74 20  |de files (First |
00002810  61 6e 64 0a 66 6f 72 65  6d 6f 73 74 20 74 68 65  |and.foremost the|
00002820  20 42 61 73 65 4d 6f 64  65 20 66 69 6c 65 2c 20  | BaseMode file, |
00002830  62 75 74 20 61 6c 73 6f  20 74 68 65 20 6f 6e 65  |but also the one|
00002840  73 0a 69 6e 73 69 64 65  20 74 68 65 20 4d 6f 64  |s.inside the Mod|
00002850  65 73 20 64 69 72 65 63  74 6f 72 79 29 20 20 49  |es directory)  I|
00002860  66 20 79 6f 75 20 61 72  65 20 75 6e 68 61 70 70  |f you are unhapp|
00002870  79 0a 61 62 6f 75 74 20  74 68 65 20 6b 65 79 62  |y.about the keyb|
00002880  6f 61 72 64 20 6c 61 79  6f 75 74 2c 20 66 65 65  |oard layout, fee|
00002890  6c 20 66 72 65 65 20 74  6f 20 63 68 61 6e 67 65  |l free to change|
000028a0  20 69 74 2e 2e 43 68 61  6e 67 65 73 20 73 69 6e  | it..Changes sin|
000028b0  63 65 20 76 65 72 73 69  6f 6e 20 32 2e 35 30 0a  |ce version 2.50.|
000028c0  42 75 67 66 69 78 65 73  20 3a 0a 20 20 2a 20 53  |Bugfixes :.  * S|
000028d0  65 6c 65 63 74 69 6e 67  20 22 4c 6f 54 3a 53 61  |electing "LoT:Sa|
000028e0  76 65 20 63 68 61 6e 67  65 64 22 20 63 6f 75 6c  |ve changed" coul|
000028f0  64 20 63 72 61 73 68 20  53 74 72 6f 6e 67 45 44  |d crash StrongED|
00002900  0a 20 20 2a 20 54 68 65  72 65 20 77 61 73 20 61  |.  * There was a|
00002910  20 62 75 67 20 69 6e 20  74 68 65 20 66 61 73 74  | bug in the fast|
00002920  63 68 61 72 73 20 72 6f  75 74 69 6e 65 20 74 68  |chars routine th|
00002930  61 74 20 63 6f 75 6c 64  0a 20 20 20 20 63 72 61  |at could.    cra|
00002940  73 68 20 53 74 72 6f 6e  67 45 44 20 69 66 20 74  |sh StrongED if t|
00002950  68 65 20 74 65 78 74 20  62 65 69 6e 67 20 72 65  |he text being re|
00002960  64 72 61 77 6e 20 77 61  73 20 27 61 62 6f 76 65  |drawn was 'above|
00002970  27 0a 20 20 20 20 74 68  65 20 73 63 72 65 65 6e  |'.    the screen|
00002980  0a 20 20 2a 20 54 61 73  6b 77 69 6e 64 6f 77 3a  |.  * Taskwindow:|
00002990  20 44 69 64 6e 27 74 20  63 6f 70 65 20 77 69 74  | Didn't cope wit|
000029a0  68 20 72 65 63 65 69 76  69 6e 67 20 63 68 61 72  |h receiving char|
000029b0  61 63 74 65 72 73 20 74  6f 0a 20 20 20 20 64 69  |acters to.    di|
000029c0  73 70 6c 61 79 2c 20 61  6e 64 20 74 68 65 20 64  |splay, and the d|
000029d0  65 6c 65 74 65 20 63 68  61 72 61 63 74 65 72 20  |elete character |
000029e0  28 26 37 46 29 20 61 74  20 74 68 65 20 73 61 6d  |(&7F) at the sam|
000029f0  65 20 74 69 6d 65 0a 20  20 2a 20 49 66 20 53 74  |e time.  * If St|
00002a00  72 6f 6e 67 45 44 20 68  61 64 20 62 65 65 6e 20  |rongED had been |
00002a10  73 65 65 6e 20 62 79 20  74 68 65 20 66 69 6c 65  |seen by the file|
00002a20  72 2c 20 62 75 74 20 6e  6f 74 20 6c 6f 61 64 65  |r, but not loade|
00002a30  64 2c 0a 20 20 20 20 61  6e 64 20 74 68 65 20 75  |d,.    and the u|
00002a40  73 65 72 20 64 6f 75 62  6c 65 63 6c 69 63 6b 65  |ser doubleclicke|
00002a50  64 20 6f 6e 20 61 20 74  65 78 74 66 69 6c 65 2c  |d on a textfile,|
00002a60  20 53 74 72 6f 6e 67 45  44 20 77 6f 75 6c 64 0a  | StrongED would.|
00002a70  20 20 20 20 62 65 20 6c  6f 61 64 65 64 2c 20 6c  |    be loaded, l|
00002a80  6f 61 64 20 74 68 65 20  66 69 6c 65 2c 20 61 6e  |oad the file, an|
00002a90  64 20 74 68 65 6e 20 68  61 6e 67 2e 2e 0a 20 20  |d then hang...  |
00002aa0  2a 20 42 41 53 49 43 3a  20 4e 6f 77 20 68 61 6e  |* BASIC: Now han|
00002ab0  64 6c 65 73 20 74 6f 70  2d 62 69 74 20 63 68 61  |dles top-bit cha|
00002ac0  72 61 63 74 65 72 73 20  69 6e 20 52 45 4d 73 20  |racters in REMs |
00002ad0  61 6e 64 20 73 74 61 72  0a 20 20 20 20 63 6f 6d  |and star.    com|
00002ae0  6d 61 6e 64 73 20 63 6f  72 72 65 63 74 6c 79 0a  |mands correctly.|
00002af0  20 20 2a 20 55 70 64 61  74 65 73 20 77 69 6e 64  |  * Updates wind|
00002b00  6f 77 74 69 74 6c 65 20  63 6f 72 72 65 63 74 6c  |owtitle correctl|
00002b10  79 20 77 68 65 6e 20 74  69 74 6c 65 62 61 72 20  |y when titlebar |
00002b20  68 61 73 0a 20 20 20 20  27 6e 6f 6e 2d 73 74 61  |has.    'non-sta|
00002b30  6e 64 61 72 64 27 20 68  65 69 67 68 74 2e 0a 20  |ndard' height.. |
00002b40  20 2a 20 53 61 76 65 2d  3e 42 6c 6f 63 6b 20 69  | * Save->Block i|
00002b50  73 20 6e 6f 77 20 67 72  65 79 65 64 20 6f 75 74  |s now greyed out|
00002b60  20 69 66 20 6e 6f 20 62  6c 6f 63 6b 20 69 73 20  | if no block is |
00002b70  6d 61 72 6b 65 64 2e 0a  20 20 2a 20 53 74 72 6f  |marked..  * Stro|
00002b80  6e 67 45 44 73 20 69 6e  74 65 72 6e 61 6c 20 63  |ngEDs internal c|
00002b90  6f 75 6e 74 20 6f 66 20  6c 69 6e 65 73 20 69 6e  |ount of lines in|
00002ba0  20 61 20 74 65 78 74 20  63 61 6d 65 20 6f 75 74  | a text came out|
00002bb0  0a 20 20 20 20 6f 75 74  20 6f 66 20 73 79 6e 63  |.    out of sync|
00002bc0  20 69 66 20 65 64 69 74  69 6e 67 20 77 69 74 68  | if editing with|
00002bd0  20 6d 75 6c 74 69 70 6c  65 20 76 69 65 77 73 2e  | multiple views.|
00002be0  20 54 68 69 73 20 63 6f  75 6c 64 0a 20 20 20 20  | This could.    |
00002bf0  63 6f 6e 66 75 73 65 20  74 68 65 20 47 6f 74 6f  |confuse the Goto|
00002c00  20 4c 69 6e 65 20 66 75  6e 63 74 69 6f 6e 20 61  | Line function a|
00002c10  6e 64 20 74 68 65 20 55  6e 77 72 61 70 20 66 75  |nd the Unwrap fu|
00002c20  6e 63 74 69 6f 6e 2e 0a  20 20 2a 20 54 68 65 20  |nction..  * The |
00002c30  55 6e 77 72 61 70 20 66  75 6e 63 74 69 6f 6e 20  |Unwrap function |
00002c40  63 6f 75 6c 64 20 61 6c  73 6f 20 63 72 61 73 68  |could also crash|
00002c50  20 69 66 20 63 68 61 72  77 72 61 70 20 6f 72 0a  | if charwrap or.|
00002c60  20 20 20 20 69 66 20 77  6f 72 64 77 72 61 70 20  |    if wordwrap |
00002c70  61 6e 64 20 27 77 6f 72  64 27 20 6c 6f 6e 67 65  |and 'word' longe|
00002c80  72 20 74 68 61 6e 20 77  72 61 70 77 69 64 74 68  |r than wrapwidth|
00002c90  2e 2e 0a 20 20 2a 20 54  68 65 20 66 75 6e 63 74  |...  * The funct|
00002ca0  69 6f 6e 20 46 69 6e 64  4e 65 78 74 20 28 63 2d  |ion FindNext (c-|
00002cb0  4e 29 20 64 69 64 6e 27  74 20 77 6f 72 6b 2e 0a  |N) didn't work..|
00002cc0  0a 41 64 64 69 74 69 6f  6e 73 2f 69 6d 70 72 6f  |.Additions/impro|
00002cd0  76 65 6d 65 6e 74 73 20  3a 0a 20 20 2a 20 44 6f  |vements :.  * Do|
00002ce0  65 73 6e 27 74 20 6c 6f  61 64 20 64 75 70 6c 69  |esn't load dupli|
00002cf0  63 61 74 65 73 20 77 68  65 6e 20 64 72 61 67 67  |cates when dragg|
00002d00  65 64 20 74 6f 20 69 63  6f 6e 62 61 72 20 75 6e  |ed to iconbar un|
00002d10  6c 65 73 73 0a 20 20 20  20 73 68 69 66 74 20 69  |less.    shift i|
00002d20  73 20 64 6f 77 6e 2e 2e  0a 20 20 2a 20 53 68 69  |s down...  * Shi|
00002d30  66 74 2d 63 6c 69 63 6b  20 69 6e 20 74 68 72 6f  |ft-click in thro|
00002d40  77 62 61 63 6b 20 77 69  6e 64 6f 77 20 64 65 6c  |wback window del|
00002d50  65 74 65 73 20 74 68 65  20 6c 69 6e 65 2e 4b 6e  |etes the line.Kn|
00002d60  6f 77 6e 20 62 75 67 73  20 61 6e 64 20 6f 64 64  |own bugs and odd|
00002d70  69 74 69 65 73 2e 2e 0a  2a 20 42 41 53 49 43 20  |ities...* BASIC |
00002d80  3a 20 49 66 20 79 6f 75  20 75 73 65 20 74 6f 70  |: If you use top|
00002d90  2d 62 69 74 20 63 68 61  72 61 63 74 65 72 73 20  |-bit characters |
00002da0  69 6e 20 61 73 73 65 6d  62 6c 79 0a 20 20 63 6f  |in assembly.  co|
00002db0  6d 6d 65 6e 74 73 2c 20  74 68 65 73 65 20 77 69  |mments, these wi|
00002dc0  6c 6c 20 62 65 20 63 6f  6e 76 65 72 74 65 64 20  |ll be converted |
00002dd0  74 6f 20 42 41 53 49 43  20 6b 65 79 77 6f 72 64  |to BASIC keyword|
00002de0  73 0a 20 20 74 68 65 20  6e 65 78 74 20 74 69 6d  |s.  the next tim|
00002df0  65 20 79 6f 75 20 6c 6f  61 64 20 74 68 65 20 70  |e you load the p|
00002e00  72 6f 67 72 61 6d 2e 20  28 54 68 69 73 20 69 73  |rogram. (This is|
00002e10  20 6e 6f 74 20 61 0a 20  20 62 75 67 2c 20 69 74  | not a.  bug, it|
00002e20  27 73 20 6a 75 73 74 20  74 6f 6f 20 6d 75 63 68  |'s just too much|
00002e30  20 77 6f 72 6b 20 74 6f  20 61 76 6f 69 64 20 69  | work to avoid i|
00002e40  74 2e 2e 29 0a 0a 2a 20  49 66 20 79 6f 75 20 63  |t..)..* If you c|
00002e50  68 61 6e 67 65 20 6d 6f  64 65 20 6f 6e 20 61 20  |hange mode on a |
00002e60  6c 6f 61 64 65 64 20 74  65 78 74 2c 20 74 68 65  |loaded text, the|
00002e70  20 6e 65 77 20 6d 6f 64  65 0a 20 20 77 69 6c 6c  | new mode.  will|
00002e80  20 67 65 74 20 74 68 65  20 73 61 6d 65 20 66 6c  | get the same fl|
00002e90  61 67 73 2c 20 63 6f 6c  6f 75 72 73 20 65 74 63  |ags, colours etc|
00002ea0  2e 20 61 73 20 74 68 65  20 6f 6c 64 20 6d 6f 64  |. as the old mod|
00002eb0  65 2e                                             |e.|
00002eb2