2010-03-10 11:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbxpp/Makefile
    ! Added dmlb.ch.

  * contrib/hbxpp/hbxppext.ch
    ! Added WORKSPACELIST().
This commit is contained in:
Viktor Szakats
2010-03-10 10:55:26 +00:00
parent c6a878051b
commit c2cca3c6cc
3 changed files with 15 additions and 6 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-03-10 11:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbxpp/Makefile
! Added dmlb.ch.
* contrib/hbxpp/hbxppext.ch
! Added WORKSPACELIST().
2010-03-10 10:04 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapirdd.h
* harbour/src/rdd/wacore.c
@@ -40,16 +47,16 @@
! Reworked behavior of function's prototype display as tooltip.
Now it stays there until you press ")", i.e., a function call is
made complete. If you move the cursor anywhere in the editor,
the tooltip will disappear, and will reappear when cursor
will be past the "(" opening brace. The same holds true
if you play with another widget. Tooltip has a suspended
the tooltip will disappear, and will reappear when cursor
will be past the "(" opening brace. The same holds true
if you play with another widget. Tooltip has a suspended
and active behavior.
! Changed the behavior of "line numbers" display in the editor tabs.
Now it is active for all the tabs on all the panels. The icon
Now it is active for all the tabs on all the panels. The icon
at the left will visualize as active or passive accordingly.
! Corrected behavior of navigation in "Editor tabs" also as
! Corrected behavior of navigation in "Editor tabs" also as
par with behavior in "Projects Tree".
2010-03-09 23:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
@@ -106,7 +113,7 @@
+ include/hb.ch
* include/Makefile
+ Added Harbour header which #includes commonly used in
+ Added Harbour header which #includes commonly used ones in
applications.
It also enables us to easily extend standard set of macros
and constants.

View File

@@ -41,6 +41,7 @@ PRG_SOURCES := \
PRG_HEADERS := \
dll.ch \
dmlb.ch \
hbxpp.ch \
hbxppext.ch \
thread.ch \

View File

@@ -86,5 +86,6 @@ EXTERNAL THREADWAITALL
EXTERNAL THREADOBJECT
EXTERNAL THREAD
EXTERNAL SIGNAL
EXTERNAL WORKSPACELIST
#endif /* _HBXPPEXT_CH */