Pritpal Bedi 610dfcd245 2012-08-22 17:36 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/dict.prg
  * contrib/hbide/edit.prg
  * contrib/hbide/themes.prg
    + Implemented: The concept of <User-Dictionaries> for sake of 
       syntax highlighting and case conversion while editing a 
       source. User has the ability to pull keywords from :
         a. standard text file (.txt),
         b. Harbour's symbol collection mechanism knows 
            as .hbx files, 
         c. a text file with the extension .dic (xMate),
         d. or any other type of text file ( be careful ).
       
       Dictionaries can be kept activated/deactivated.

       The following attributes can be assigned to the keywords:
         1. Bold
         2. Italic
         3. Underlined
         4. Text Color
         5. Back Color
         6. Case Sensitivity : from coloring point of view

       Keywords can be attributed to be converted to:
         1. As is typed by the user
         2. Upper-cased
         3. Lower-cased
         4. As published in the dictionary.

       All changes in the dictionary management are reflective 
       in next run of HbIDE. The changes cannot be made effective inline.
       
    ; This commit completes a long-standing and much requested feature.
2012-08-23 00:51:35 +00:00
Description
Harbour Core — Reference source for Five development
172 MiB
Languages
C 80.3%
xBase 17.8%
Makefile 0.6%
C++ 0.4%
Harbour 0.4%
Other 0.3%