Pritpal Bedi 9022ad621c 2012-08-27 17:32 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/editor.prg
  * contrib/hbide/main.prg
    + Implemented: display of code fragment of an identifier 
       in a separate window. This small display editor is powered 
       with syntax highliting, opens new window 10/20 pixels away 
       in x/y coordinates with same window size of the last opened.
       There is no limit to the open windows. These windows have
       Qt_Sheet attribute set, so will always remain floated 
       on top of the main window.

       To activate:
        1. Bring into display <Functions List> docking window.
        2. Right-click on the identifier the display is sought.
        3. From the context menu, select <Show Code Fragment>.
        4. Adjust the position and size of the window.
        5. Next window will open 10/20 pixels away from this window.

       This is a productivity tool. At times we need reference from 
       other functions and switch forth and back in the editing instances.
       With this feature you can keep frequently referenced identifier, 
       i.e., function/method/class/procedure within viweing without 
       leaving the current editing instance.
2012-08-28 00:46:47 +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%