- contrib/hbmysql/utils/bld_b32.bat
- contrib/hbmysql/utils/bld_vc.bat
+ contrib/hbmysql/utils/hbmk_b32.bat
+ contrib/hbmysql/utils/hbmk_vc.bat
- contrib/hbgd/tests/bld.sh
+ contrib/hbgd/tests/hbmk_gnu.sh
* contrib/hbbtree/tests/hbmk_b32.bat
* contrib/hbbtree/tests/hbmk_vc.bat
* contrib/examples/pp/hbmk_b32.bat
* contrib/examples/pp/hbmk_vc.bat
* contrib/examples/guestbk/hbmk_b32.bat
* contrib/examples/guestbk/hbmk_vc.bat
* contrib/examples/pe/hbmk_b32.bat
* contrib/examples/pe/hbmk_vc.bat
* contrib/examples/hscript/hbmk_vc.bat
* Some remaining renames.
* Got rid of temp files in BCC batch files. Win9x is no longer
supported.
* Some other minor cleanups.
/* * $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