2011-05-25 19:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

+ contrib/xhb/xhbtedit.prg
  * contrib/xhb/xhb.hbp
  * contrib/xhb/xhb.hbx
    + borrowed complete extended TEDITOR() class from xhb. The code 
      looks very unclean and not Clipper compatible, so it will be 
      part of xhb. Contains fixes to make it compile under vanilla 
      Harbour with (default) high warning level. Plus some more 
      basic code cleanups. Class was renamed to XHBEDITOR.
This commit is contained in:
Viktor Szakats
2011-05-25 17:35:52 +00:00
parent 7d641f303f
commit 07c60e460e
4 changed files with 3131 additions and 0 deletions

View File

@@ -16,6 +16,16 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-05-25 19:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ contrib/xhb/xhbtedit.prg
* contrib/xhb/xhb.hbp
* contrib/xhb/xhb.hbx
+ borrowed complete extended TEDITOR() class from xhb. The code
looks very unclean and not Clipper compatible, so it will be
part of xhb. Contains fixes to make it compile under vanilla
Harbour with (default) high warning level. Plus some more
basic code cleanups. Class was renamed to XHBEDITOR.
2011-05-25 15:18 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/ChangeLog
! removed repeated entry

View File

@@ -101,6 +101,7 @@ xhberr.prg
xhbfunp.prg
xhbinkey.prg
xhbmt.prg
xhbtedit.prg
xhbver.prg
xthrow.prg
xhw32prn.prg

View File

@@ -405,6 +405,7 @@ DYNAMIC WAITFORTHREADS
DYNAMIC WILDMATCH
DYNAMIC WIN32BMP
DYNAMIC WIN32PRN
DYNAMIC XHBEDITOR
DYNAMIC XHB_ADEL
DYNAMIC XHB_AINS
DYNAMIC XHB_ALLTRIM

File diff suppressed because it is too large Load Diff