* doc/en/hb_apifs.txt
! Fixed doc for hb_fsSetDevMode()
* source/rtl/filesys.c
+ Partially undone prev commit, so that now it gives
unreferenced var warnings for the not-implemented
platform branch.
* tests/bldtest/bldtest.c
+ Added missing CVS ID.
* samples/guestbk/Makefile
* samples/guestbk/bld_b32.bat
* samples/hscript/Makefile
* samples/hscript/bld_b32.bat
* samples/misc/Makefile
* samples/pe/Makefile
* tests/Makefile
* utils/hbdoc/Makefile
* utils/hbextern/Makefile
* utils/hbmake/Makefile
* utils/hbrun/Makefile
* utils/hbtest/Makefile
+ Added missing dbf*, hbsix libs.
Could not test GCC because MingW build is broken.
/* * $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