2012-08-30 16:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/browse.prg
% Changed: IdeDBU will be available both ways, new implemented
or previous one. Switching one mode to another will switch
the parenting too. This has rendered IdeDBU versatile, really!!!
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-08-30 16:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/browse.prg
|
||||
% Changed: IdeDBU will be available both ways, new implemented
|
||||
or previous one. Switching one mode to another will switch
|
||||
the parenting too. This has rendered IdeDBU versatile, really!!!
|
||||
|
||||
2012-08-30 15:56 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/resources/browser.png
|
||||
% Replaced with new image.
|
||||
|
||||
@@ -298,8 +298,6 @@ METHOD IdeBrowseManager:create( oIde )
|
||||
::qTimer:setInterval( 2000 )
|
||||
::qTimer:connect( "timeout()", {|| ::dispStatusInfo() } )
|
||||
|
||||
qDock:setWidget( ::qDbu )
|
||||
|
||||
RETURN Self
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
@@ -323,6 +321,7 @@ METHOD IdeBrowseManager:showInIdeDBU()
|
||||
METHOD IdeBrowseManager:show()
|
||||
|
||||
::qToolbar:setStyleSheet( GetStyleSheet( "QToolBar", ::nAnimantionMode ) )
|
||||
::oQScintillaDock:oWidget:setWidget( ::qDbu )
|
||||
::oQScintillaDock:oWidget:raise()
|
||||
::qTimer:start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user