home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / e / amigae31apart2.lha / Amiga_E_v3.1a / Tools / EE / docs / EE08.Status < prev    next >
Encoding:
Text File  |  1994-12-15  |  2.9 KB  |  52 lines

  1. /*--------------------------------------------------------------------------*
  2.  
  3.                        EE V0.7, Rev17 - The E Editor.
  4.                         Copyright Barry Wills, 1994.
  5.  
  6.  *--------------------------------------------------------------------------*
  7.  
  8.   MODIFICATIONS:
  9.   1. saveFile() passed LF as the buffer address to Write(), ugh!
  10.   2. Made CED fans happy.  Now 'Back Space' and 'Delete' do not autocut
  11.      hilighted text:  they do their own thang instead.
  12.   3. Fixed Lionel's bug:  when in stream-cursor mode, 'Jump To Top' sometimes
  13.      leaves the cursor out beyond eoln.
  14.   4. Attempts to load non-ascii files are now caught, y/n requested to
  15.      continue or abort.  If y is selected, all non-displayable characters
  16.      are replaced with ascii $7f.
  17.   5. Case-sensitive menu command hotkeys are now available.  (you may thank
  18.      Wouter for nagging me about this one;)
  19.   6. Fixed cookRawkey.m to correctly handle deadkeys; all it takes for
  20.      deadkeys in EE is to assign function 'Write Char' to keys Alt-F, Alt-G,
  21.      and Alt-H; also, deadkeys are handled correctly in EE macros. (thanks
  22.      to Gregor [what's your last name??? =) ] for rattling my cage)
  23.   7. Made replaceFoundString() about 3 times faster.  Makes a huge
  24.      difference in 'Replace All'. (thanks for the sugg, Lionel!)
  25.   8. Squashed bug responsible for mouse suddenly quitting selecting forever
  26.      after clicking around and selecting text.  Still don't unnerstand why
  27.      this was happening.  See source, function doMouse().
  28.   9. Bug go *glitch*:  function deleteLine() was making currentLine insane
  29.      by not decrementing whenever last line is deleted.
  30.   10. Modified function deleteLeft() to check if currentObject is first node
  31.       instead of currentLine equal to 1.  Safer this way.
  32.   11. Optimized region selection and screen refresh routines.
  33.   12. Fixed crash when the prefs font is not found. (thanks Lionel!)
  34.   13. Speeded up selecting text with mouse.  Still way too slow. (!@#$%^&*)
  35.   14. Fixed bug:  Invoking PrefsEditor from within EE doesn't work if EE
  36.       isn't launched via the AmigaDOS Run command.  It also does't work if
  37.       EE is run from the RAM: device.  Dunno why this happens. (thanks to
  38.       Jason Hulance for identifying the cause!)
  39.   15. Repaired following problems with prefs:
  40.       - After editing prefs from within EE, any settings specified on the
  41.         command line were lost (i.e., pubscreen name, the window positions,
  42.         etc.) if the prefs values were different.
  43.       - After selecting a new font, the old fontname and size kept showing
  44.         up in the requester. =P
  45.       Operations of prefs still won't please everyone.  Gonna take some
  46.       thought and reconfiguring.
  47.   16. Added option to turn on/off Split Line and Open Line justify.
  48.   17. 'Collect Garbage' didn't work.  Does now, and shows friendly 'Please
  49.       be patient' message in title bar. :)
  50.  
  51.  *--------------------------------------------------------------------------*/
  52.