home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / sharewre / stronged.arc / ReadMe
Text File  |  1996-05-13  |  2KB  |  44 lines

  1.  
  2. This is the release version of StrongED 4.00, but there is still one minor
  3. bug left :
  4.  
  5.   * The control control character [7f] isn't treated quite right.
  6.  
  7. New since beta release 2 :
  8.  
  9.   * Some memory leaks removed
  10.   * Can now have eight groups of reserved words (was four)
  11.   * The event routine for mouse clicks corrupted R0
  12.   * Playback/Record didn't like multikey functions (like ^D^T)
  13.   * Multi-window throwback is back.
  14.   * Ctrl-drag of BASIC file to StrongED, will use the opposite
  15.     'strip line numbers' option to what is configured.
  16.   * The Unwrap function can now be given width as parameter.
  17.   * Bugs, bugs, bugs removed.
  18.  
  19. New since beta release 1 :
  20.  
  21.   * Syntax colouring should now work. Case/nocase is honoured (though mixing
  22.     the two in one mode isn't quite straight forward). Hardcoded end-types
  23.     for Assembly have been written.
  24.   * VDU display in non-fastchar modes should now work, and fastchars should
  25.     work reliably also in low-res modes.
  26.   * New functionality for the FileMenu: You can add lines like
  27.       #hist {filetype} ; {path} ; limit
  28.     And when a file is doubleclicked, its path will be added below the first
  29.     #hist line that it matches, and thereafter appear in the FileMenu.
  30.   * New options: "Bind mouseclick to line" and "Save Filemenu on exit"
  31.   * New function SetTmp([expr],["name"]) that will set a named system variable
  32.     to whatever the given search expression matches around the caret.
  33.     Defaults are _ClickWord and "Tmp$Word". The setting of "Tmp$Word" has been
  34.     removed from the Save(), Drag() and Run() commands. Setting of it has been
  35.     *added* to ClickList.
  36.  
  37.  
  38. If you design a mode file (with or withouth syntax colouring) that you think
  39. would be of general interest, then please send it to me, and (if I agree) I'll
  40. include it in a later release.
  41.  
  42. If you want to add syntax colouring for some obscure language, and find that it
  43. falls outside the configurability of StrongED, let me know.
  44.