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
Quote from: 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
Nope, works fine here.
damn... must be something i broke, but strangely it works on previous revisions.
do the event changes affect how dock windows are requested?
Quote from: dmoore on July 07, 2007, 03:48:50 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.
-- Manager::Get()->GetAppWindow()->ProcessEvent(evt);
++ Manager::Get()->ProcessEvent(evt);
:)
(add to the wiki?)