News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Broken dock window handling after recent CB event changes?

Started by dmoore, July 07, 2007, 03:26:19 PM

Previous topic - Next topic

dmoore

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
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

mandrav

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.
Be patient!
This bug will be fixed soon...

dmoore

damn... must be something i broke, but strangely it works on previous revisions.

do the event changes affect how dock windows are requested?
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

mandrav

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. Check other plugins for how they have been updated.
Be patient!
This bug will be fixed soon...

dmoore


--    Manager::Get()->GetAppWindow()->ProcessEvent(evt);
++    Manager::Get()->ProcessEvent(evt);


:)

(add to the wiki?)
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]