Files
harbour-core/harbour/contrib/hbide/resources
Pritpal Bedi 4a1f1743d3 2010-01-11 08:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
+ contrib/hbide/resources/findsource.ui
    %+ TOBE implemented in "Sources List" tabpage of "Project Properties" dialog.

  * contrib/hbide/resources/projectproperties.ui
    + Added some buttons to "Sources List" tabpage.

  * contrib/hbide/hbide.prg
  * contrib/hbide/idemisc.prg
  * contrib/hbide/ideprojmanager.prg
    + Implemented case-insensitive sorting of source files list per:
         1) Ascending
         2) Descending
         3) Organized per source type
            { ".ch", ".prg", ".c", ".cpp", ".h", ".obj", ".o", ".lib", ".a", ".rc", ".res" }
            This may look like :
               #
               # .prg
               #
               C:\MySources\abc.prg
               C:\MySources\harbour.prg
               C:\MySources\system.prg
               # .c
               C:\MySources\a.c
               C:\MySources\zaa.c
      Opinions are welcome.
2010-01-12 01:57:55 +00:00
..