diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1e4c484c9d..b3f1ca9512 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,10 +17,15 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-02-21 20:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbxpp/hbxpp.ch + + Added AADD() 3rd parameter emulation. + (untested) + 2010-02-21 08:27 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.hbp ! Deleted one source not ready yet. - + 2010-02-21 07:14 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + contrib/hbide/resources/dc_delete.png + contrib/hbide/resources/dc_down.png @@ -66,42 +71,42 @@ ; Harbour Documentation Viewer - How to Invoke * Close any docking pane is visible at the right panel. - * Point to option on
and click on + * Point to option on
and click on * A right-side "Document Viewer" window will appear. - * Provide Harbour's installation root path in + * Provide Harbour's installation root path in "Harbour Installation Root:" field, i.e., C:\harbour - * OR alternatively, you can choose one by clicking - "Harbour Installation Root Path" icon on the right of + * OR alternatively, you can choose one by clicking + "Harbour Installation Root Path" icon on the right of field. - * Click "Refresh" icon on the toolbar of "Document Viewer" + * Click "Refresh" icon on the toolbar of "Document Viewer" window" only once and wait a couple of seconds. - * "Contents" tab will be populated with /doc and /doc/en + * "Contents" tab will be populated with /doc and /doc/en folders. - * Double-click on one to expand - you will be able to + * Double-click on one to expand - you will be able to view .txt file names. * Double-click on some .txt node, wait a couple of seconds, and you will be able to see "functions" nodes. - * Double-click on the function's node and you will be + * Double-click on the function's node and you will be presented with html display in the "View" tab on the right. - * Navigate other tabs on the right, you will understand the + * Navigate other tabs on the right, you will understand the contents. * Next time hbIDE will remember Harbour's installation root path. * :( On exit expect to receive a GPF, investigating. Right now only "Viewer" part is ready per preliminary stages. - I have a lot of ideas on my drawing-board and would like to - hear your opinions. Basic components to write a document are - also in place, but I need to gather more info and what else + I have a lot of ideas on my drawing-board and would like to + hear your opinions. Basic components to write a document are + also in place, but I need to gather more info and what else can be included. In the next several days I will be focussing on this tool. - Bacco and Vailton, please bear with me, as this interface - is the basic requirement of hbIDE which I had kept postponed + Bacco and Vailton, please bear with me, as this interface + is the basic requirement of hbIDE which I had kept postponed till now. A stand alone viewer and writer has its own purpose, - space, and audience. - + space, and audience. + 2010-02-21 16:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/ChangeLog ! fixed typo diff --git a/harbour/contrib/hbxpp/hbxpp.ch b/harbour/contrib/hbxpp/hbxpp.ch index a6f38de90b..7a3b7ae45e 100644 --- a/harbour/contrib/hbxpp/hbxpp.ch +++ b/harbour/contrib/hbxpp/hbxpp.ch @@ -66,6 +66,7 @@ #xtranslate IsPrinter([]) => hb_IsPrinter() #xtranslate DispOutAt() => hb_DispOutAt() #xtranslate Sleep() => xpp_Sleep() +#xtranslate AAdd(,,

) => hb_AIns(,,

,.T.) #xtranslate TBColumn() => xpp_TBColumn() #xtranslate TBrowse() => xpp_TBrowse()