Pritpal Bedi 62fb9c03d7 2009-12-06 15:29 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbide/idemisc.prg
  * contrib/hbide/idestylesheets.prg
  * contrib/hbide/projects/hbide.hbi
  * contrib/hbide/hbide.prg
    + Implemented Project definition/loading/manipulation through 
      <Project Tree> interface. 
    + Implemented this tree structure:

        - Projects
          - Executables
            - Harbour-Qt IDE
              - C:\harbour\contrib\hbide\  [ Path containing the source ]
                - hbide.prg
                - idemisc.prg
                - ...
              - C:\harbour\contrib\hbwin\
                - olecore.c
                - ...
            - GTWVG Demonstration Application
              - C:\harbour\contrib\gtwvg\tests\
                - demowvg.prg

        - Editor    [ Holds sources already opened ]
          - C:\harbour\contrib\hbide\  [ Path containing the source ]
            - hbide.prg
            - idetags.prg
            - ...

        RIGHT-CLICK ( context menu ) on <Projects> node presents a menu to 
           define or load a project.
        RIGHT-CLICK on <Project Description> node allows to redefine 
           the properties.
        DOUBLE-CLICK on any source file has two actions, 
              1) it opens the editor tab if file is not open already, 
              2) it makes the tab current which holds the source of this file.
           This action is valid on nodes contained beneath <Path> under 
           <Project Description> or under <Editor>.
            
        certainly hope that some of you will play with it and will report 
        back anything desired more.
2009-12-06 23:56:28 +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%