Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: dmoore on July 07, 2007, 03:26:19 pm

Title: Broken dock window handling after recent CB event changes?
Post by: dmoore on July 07, 2007, 03:26:19 pm
Can someone confirm on a vanilla CB (I've been working from a modified CB)

In rev4237, close down the messages or management pane and try to bring it back... at least on my build it disappears forever
Title: Re: Broken dock window handling after recent CB event changes?
Post by: mandrav on July 07, 2007, 03:46:17 pm
Can someone confirm on a vanilla CB (I've been working from a modified CB)

In rev4237, close down the messages or management pane and try to bring it back... at least on my build it disappears forever

Nope, works fine here.
Title: Re: Broken dock window handling after recent CB event changes?
Post by: dmoore on July 07, 2007, 03:48:50 pm
damn... must be something i broke, but strangely it works on previous revisions.

do the event changes affect how dock windows are requested?
Title: Re: Broken dock window handling after recent CB event changes?
Post by: mandrav on July 07, 2007, 04:42:39 pm
do the event changes affect how dock windows are requested?

Nothing more than what's written in the docs (http://wiki.codeblocks.org/index.php?title=Code::Blocks_SDK_events). Check other plugins for how they have been updated.
Title: Re: Broken dock window handling after recent CB event changes?
Post by: dmoore on July 07, 2007, 05:13:24 pm
Code
--    Manager::Get()->GetAppWindow()->ProcessEvent(evt);
++    Manager::Get()->ProcessEvent(evt);

:)

(add to the wiki?)