Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mirai on October 29, 2011, 01:31:57 pm

Title: resize C::B code editor sub-windows proportionally
Post by: mirai on October 29, 2011, 01:31:57 pm
1) open at least a couple of files;
2) split the editor window in two by dragging a tab of an opened file to a side of the editor window;
3) double-click a tab of one of opened files;

expected behavior: editor sub-windows should resize proportionally, i.e. if a window was split as 60%:40% of total width, new resized windows should be split the same way.

current behavior: some editor sub-windows still have their width or height depending on the splitter direction from right-bottom to left-top (if possible), i.e. left-top sub-windows change their sizes, right-bottom sub-windows keep old sizes.

Is there an option to choose which way the editor should resize its windows?
Title: Re: resize C::B code editor sub-windows proportionally
Post by: Jenna on October 29, 2011, 02:39:32 pm
Is there an option to choose which way the editor should resize its windows?

No, but I see if it is possible to implement it.