+ contrib/examples/rl
+ contrib/examples/rl/Makefile
+ contrib/examples/rl/hbmk_b32.bat
+ contrib/examples/rl/hbmk_vc.bat
+ contrib/examples/rl/readme.txt
+ Added build files for Clipper RL utility.
(if someone remembers :)
* contrib/examples/guestbk/hbmk_vc.bat
* contrib/examples/pp/hbmk_vc.bat
* contrib/examples/pe/hbmk_vc.bat
* contrib/examples/dbu/hbmk_b32.bat
* contrib/examples/dbu/hbmk_vc.bat
* contrib/examples/hscript/hbmk_vc.bat
* utils/hbdoc/hbmk_b32.bat
* utils/hbdoc/hbmk_vc.bat
* utils/hbmake/hbmk_b32.bat
* utils/hbmake/hbmk_vc.bat
% Removed winspool.lib from liblists.
% Removed '/subsystem:console' from MSVC commandlines.
+ Added gtwvt.lib + gdi32.lib to liblists.
(work in progress)
* contrib/examples/dbu/readme.txt
* Minor.
* contrib/examples/pe/editorhi.prg
! Fixed stupid s&r error which broke compilation.
[TOMERGE 1.0]
/* * $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