home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User 2
/
AUCD2.iso
/
sharewre
/
stronged.arc
/
ReadMe
Wrap
Text File
|
1996-05-13
|
2KB
|
44 lines
This is the release version of StrongED 4.00, but there is still one minor
bug left :
* The control control character [7f] isn't treated quite right.
New since beta release 2 :
* Some memory leaks removed
* Can now have eight groups of reserved words (was four)
* The event routine for mouse clicks corrupted R0
* Playback/Record didn't like multikey functions (like ^D^T)
* Multi-window throwback is back.
* Ctrl-drag of BASIC file to StrongED, will use the opposite
'strip line numbers' option to what is configured.
* The Unwrap function can now be given width as parameter.
* Bugs, bugs, bugs removed.
New since beta release 1 :
* Syntax colouring should now work. Case/nocase is honoured (though mixing
the two in one mode isn't quite straight forward). Hardcoded end-types
for Assembly have been written.
* VDU display in non-fastchar modes should now work, and fastchars should
work reliably also in low-res modes.
* New functionality for the FileMenu: You can add lines like
#hist {filetype} ; {path} ; limit
And when a file is doubleclicked, its path will be added below the first
#hist line that it matches, and thereafter appear in the FileMenu.
* New options: "Bind mouseclick to line" and "Save Filemenu on exit"
* New function SetTmp([expr],["name"]) that will set a named system variable
to whatever the given search expression matches around the caret.
Defaults are _ClickWord and "Tmp$Word". The setting of "Tmp$Word" has been
removed from the Save(), Drag() and Run() commands. Setting of it has been
*added* to ClickList.
If you design a mode file (with or withouth syntax colouring) that you think
would be of general interest, then please send it to me, and (if I agree) I'll
include it in a later release.
If you want to add syntax colouring for some obscure language, and find that it
falls outside the configurability of StrongED, let me know.