News:

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

Main Menu

Persistent split edition area

Started by Alexis, January 25, 2013, 02:00:21 PM

Previous topic - Next topic

Alexis

Code::Blocks permits to split the edition area, so that two (or more) files display side-by-side. You do this by dragging and dropping tabs.

This is very useful. But unfortunately, this isn't persistent: you can't find again the edition "sub-areas" when you open a project.

Is there a way to save precisely the window configuration?

I'm running Linux Ubuntu 12.10, and I'm using C::B 12.11 (rev 8629).

Thanks.

Jenna

It's currently not possible, due to limitations in wxAui of wxWidgets.
There are many improvements to wxAui, that are currently tested, but they did not even make it into wxWidgets's trunk, so it will not be there before wx3.2 (and even than it might not be fully implemented).

Alexis

Quote from: jens on January 25, 2013, 05:56:36 PM
It's currently not possible, due to limitations in wxAui of wxWidgets.
OK. Thanks for this quick answer, Jens.