* src/rtl/ttextlin.prg
! HBTextLine():New() fixed to do strict type checking
on its parameters
! fixed very old and grave problem of HBTextLine():New()
truncating lines containing whitespace only (Empty() == .T.)
It fixes this example:
---
#include "inkey.ch"
KEYBOARD "a" + Chr( K_CTRL_W )
? Len( MemoEdit( Space( 30 ) ) ) == 30
---
* src/rtl/teditor.prg
* added TODO for missing soft-newline handling
in response to bug #2945732 by Wilfried Brunken:
https://sourceforge.net/tracker/?func=detail&aid=2945732&group_id=681&atid=100681
* contrib/xhb/xhbtedit.prg
% minor cleanups/optimizations
! use hb_BChar( 141 ) instead of Chr( 141 )
* bin/3rdpatch.hb
* bin/commit.hb
* config/postinst.hb
* contrib/hbct/tests/afteratn.prg
* contrib/hbct/tests/atnum.prg
* contrib/hbct/tests/attoken.prg
* contrib/hbct/tests/beforatn.prg
* contrib/hbmysql/tsqlbrw.prg
* contrib/hbnetio/utils/hbnetio/netiosvc.prg
* contrib/hbtip/thtml.prg
* extras/hbdoc/genhtml.prg
* Chr( 34 ) -> '"'
(avoid using Chr() for any displayable character)
* doc/en/*.txt
* contrib/hbct/readme.txt
* contrib/hbct/doc/en/*.txt
* contrib/hbnf/doc/en/*.txt
* various doc updates/fixes
* bin/3rdpatch.hb
* tests/gfx.prg
* hbformat friendliness
* minor
5.5 KiB
5.5 KiB