2010-08-04 01:28 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/ideprojmanager.prg
    ! Populated: Project Properties dialog with properties of project
      set as the current one. It necessarily activates the dialog window.
      Reported by Parteciepe.
This commit is contained in:
Pritpal Bedi
2010-08-04 08:36:30 +00:00
parent 55a70d7403
commit 33b6d35f71
2 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,12 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-08-04 01:28 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/ideprojmanager.prg
! Populated: Project Properties dialog with properties of project
set as the current one. It necessarily activates the dialog window.
Reported by Parteciepe.
2010-08-03 23:36 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/resources/view_organized.png
* contrib/hbide/resources/view_tiled.png

View File

@@ -1019,6 +1019,7 @@ METHOD IdeProjManager:setCurrentProject( cProjectName )
//hbide_expandChildren( ::oIDE, oItem )
::oProjTree:oWidget:setCurrentItem( oItem:oWidget )
ENDIF
::loadProperties( ::getProjectFileNameFromTitle( ::cWrkProject ), .f., .t., .f. )
ENDIF
ENDIF