Code::Blocks Forums
User forums => Help => Topic started by: Alexis on January 25, 2013, 02:00:21 pm
-
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.
-
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).
-
It's currently not possible, due to limitations in wxAui of wxWidgets.
OK. Thanks for this quick answer, Jens.