- contrib/examples
+ examples
* doc/dirstruc.txt
* doc/whatsnew.txt
* examples/hbdoc/Makefile
* examples/pp/Makefile
* examples/hboleold/Makefile
* examples/hbsqlit2/Makefile
* examples/misc/Makefile
* examples/hbapollo/Makefile
* examples/rdddbt/Makefile
* examples/guestbk/Makefile
* examples/pe/Makefile
* examples/hbgf/hbgfwin/Makefile
* examples/hbgf/hbgfos2/Makefile
* examples/hbgf/hbgfgtk/Makefile
* examples/hbgf/Makefile
* examples/uhttpd/readme.txt
* examples/dbu/Makefile
* examples/hscript/Makefile
* examples/hbwhat/Makefile
* examples/rl/Makefile
* examples/Makefile
* Moved to flatten our dir layout and sync the locations
in unified distro and source tree.
; TODO: As a next step I'll replace Makefiles with .hbm
files. This will allow users to build these parts
outside the source distribution.
20 lines
679 B
Plaintext
20 lines
679 B
Plaintext
/*
|
|
* $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
|