2012-08-26 23:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbxbp/listbox.prg
    + Extended: method :addItem( cText, qImage ) in XbpListBox() class.
       This is Harbour extension, Xbase++ does not accepts <qImage>.

  + contrib/hbide/resources/dc_class.png
  + contrib/hbide/resources/dc_method.png
  + contrib/hbide/resources/dc_procedure.png
  * contrib/hbide/docks.prg
  * contrib/hbide/editor.prg
  * contrib/hbide/hbide.qrc
  * contrib/hbide/main.prg
  * contrib/hbide/misc.prg
  * contrib/hbide/tags.prg
    + Added: icons to represent the type of identifier in <Functions List>.
       The following four types are considered:
          1. Class  2. Method  3. Procedure  4. Function 
       STATIC FUNCTION/PROCEDURE is considered normal FUNCTION/PROCEDURE.
This commit is contained in:
Pritpal Bedi
2012-08-27 06:31:13 +00:00
parent bb57f9070a
commit bc8bf71afd
11 changed files with 61 additions and 22 deletions

View File

@@ -16,6 +16,25 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-08-26 23:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbxbp/listbox.prg
+ Extended: method :addItem( cText, qImage ) in XbpListBox() class.
This is Harbour extension, Xbase++ does not accepts <qImage>.
+ contrib/hbide/resources/dc_class.png
+ contrib/hbide/resources/dc_method.png
+ contrib/hbide/resources/dc_procedure.png
* contrib/hbide/docks.prg
* contrib/hbide/editor.prg
* contrib/hbide/hbide.qrc
* contrib/hbide/main.prg
* contrib/hbide/misc.prg
* contrib/hbide/tags.prg
+ Added: icons to represent the type of identifier in <Functions List>.
The following four types are considered:
1. Class 2. Method 3. Procedure 4. Function
STATIC FUNCTION/PROCEDURE is considered normal FUNCTION/PROCEDURE.
2012-08-26 17:46 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/edit.prg
* Fixed: a small glich in building the aligned line.