News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Code::Blocks messages tab

Started by dje, December 06, 2006, 09:50:17 AM

Previous topic - Next topic

dje

Hi !!

Why is it not possible to show/hide Code::Blocks tab from Messages notebook (or how is it possible, I didn't find the way) ?

Dje

mandrav

Because this tab is not allowed to hide.
Be patient!
This bug will be fixed soon...

dje

I thought this was not forgotten but I wonder why it can not be hidden, it is not very useful when not working on the best IDE code.

mandrav

Quote from: dje on December 06, 2006, 10:18:07 AM
Iit is not very useful when not working on the best IDE code.

The "Code::Blocks Debug Log" is not very useful, no. But the "Code::Blocks Log" is indeed useful.
And, anyway, it shouldn't be in your way because C::B remembers the last selected message log and switches to that...
Be patient!
This bug will be fixed soon...

dje

That is just because I am working on a plug-in that adds a page to the messages Notebook (you know it, you already answered my post on the cbEditor, thanks again  :)).

As it systematically appears outside screen I wanted to remove Message tabs I do not need (Code::Blocks and Code::Blocks Debug).

Dje

mandrav

Quote from: dje on December 06, 2006, 02:52:59 PM
...As it systematically appears outside screen...

I suppose you 're aware of the Manager::Get()->GetMessageManager()->SwitchTo() call?
Be patient!
This bug will be fixed soon...

dje

Yes, I got it from the script console view menu management (ouf!)

But as my tab is the only one, I am forced to use the Messages notebook arrows to come back to my search results.

Not pleasant but doable...

Thanks a lot for the classes interfaces, everything I need is available (but cbEditor styling  :)); a real pleasure to develop with this framework !

Dje