Files
harbour-core/harbour/contrib/examples/pe
Viktor Szakats 0d04b875e1 2009-02-22 18:00 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/terminal/trm_appn.hbm
  * contrib/examples/hscript/hscript.hbm
  * utils/hbdoc/hbdoc.hbm
  + utils/hbmk2/hbmk2.hbm
    + Added -n switch to .hbm files.

  * contrib/examples/uhttpd/hbmk.bat
  + contrib/examples/uhttpd/uhttpd.hbm
    + Moved most make params to new .hbm file.
2009-02-22 17:06:44 +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