home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / AmigaE-V3,0A.LHA / Amiga_E_v3.0a / Tools / EE / Docs / EE0716.KnownBugs < prev    next >
Encoding:
Text File  |  1994-05-29  |  1.2 KB  |  25 lines

  1. /*--------------------------------------------------------------------------*
  2.  
  3.                        EE V0.7, Rev16 - The E Editor.
  4.                         Copyright Barry Wills, 1994.
  5.  
  6.  *--------------------------------------------------------------------------*
  7.  
  8.   BUGS:
  9.   1. "Out of memory" recovery sucks, i.e., it doesn't work!  I hate things that
  10.      suck! (slowly working on it)
  11.   2. After clicking around and selecting text with the mouse, the mouse
  12.      suddenly quits selecting forever.
  13.   3. cursorRight() sticks to eoln when blank lines exist at the end of text
  14.      (only certain configurations of blank lines).
  15. * 4. Wouter say: "edit prefs directly from the ed doesn't work. rather, I get
  16.      a busypointer that stays."  I have yet to see it. >:-/
  17.   5. The wordRight() cursor-sticks-at-some-eolns bug reappeared.
  18. * 6. Wouter say: "an empty fontname doesn't work (should use default?)".
  19. * 7. Wouter say: "[window directory] doesn't work here. same window that was
  20.      active before is active now. same with the nextwindow etc. functions."
  21.  
  22. * means "might be fixed"; have to wait for beta-testers to verify.
  23.  
  24.  *--------------------------------------------------------------------------*/
  25.