2007-04-14 11:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* harbour/source/debug/dbgtarr.prg
     ! Fixed unclosed #if construct.
       Question: What does HB_NO_READDBG do?

   * harbour/source/rtl/tget.prg
     ! Removed :Assign() call from :UpdateBuffer() to close
       the functionality to CA-Cl*pper.
This commit is contained in:
Viktor Szakats
2007-04-14 10:00:39 +00:00
parent e5fbdabf92
commit 6aa9e8bb08
3 changed files with 12 additions and 8 deletions

View File

@@ -8,6 +8,15 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-04-14 11:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* harbour/source/debug/dbgtarr.prg
! Fixed unclosed #if construct.
Question: What does HB_NO_READDBG do?
* harbour/source/rtl/tget.prg
! Removed :Assign() call from :UpdateBuffer() to close
the functionality to CA-Cl*pper.
2007-04-13 19:05 UTC+0200 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com)
* harbour/include/Makefile
! added install of hbcompat.ch

View File

@@ -313,7 +313,9 @@ METHOD doGet( oBro, pItem, nSet ) Class TDBGArray
HB_SYMBOL_UNUSED( pItem )
HB_SYMBOL_UNUSED( nSet )
RETURN nil
#endif
RETURN nil
function __DbgArrays( aArray, cArrayName, lEditable )

View File

@@ -372,15 +372,8 @@ return Self
METHOD UpdateBuffer() CLASS Get
if ::hasFocus
::buffer := ::PutMask()
IF ::lEdit
::Assign()
ENDIF
::Display()
endif
return Self