Files
harbour-core/harbour/contrib/examples/pe
Viktor Szakats c88b1bda14 2009-03-05 21:24 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbbtree/tests/test.hbm
  * contrib/examples/guestbk/guestbk.hbm
  * contrib/examples/pe/pe.hbm
  * contrib/examples/dbu/dbu.hbm
  * contrib/examples/terminal/terminal.hbp
  * contrib/examples/hscript/hscript.hbm
  * contrib/examples/uhttpd/modules/allmod.hbm
  * contrib/examples/rl/rl.hbm
  * utils/hbdoc/hbdoc.hbm
  * utils/hbmk2/hbmk2.hbm
  * utils/hbtest/hbtest.hbm
  * utils/hbrun/hbrun.hbm
    - Removed -n switches no longer necessary.
2009-03-05 20:25:42 +00:00
..

/*
 * $Id$
*/
Known bugs:
----------
1) It requires files separated with CR/LF pairs
2) NextWord() doesn't work correctly
3) If text contains color escape codes then deleting or inserting
 of characters doesn't work correctly in the line that contains it

To fix:
------
1) All TAB characters are replaced with spaces at startup - if edited file is
  very large and contains many TABs then it can take a vary long time - TAB
  characters should be left unchanged and interpreted during editing
2) It reformats whole text at startup - again for a very long text it can
  take too much time
3) Text buffer shold be reallocated dynamically
4) Remove static table of created editors