User forums > Help

CodeBlocks Split Windows (cannot close)

(1/2) > >>

gnuetzi@gmail.com:
Couly anybody quickly help me with this question :-

http://stackoverflow.com/questions/27156364/codeblocks-always-splits-editor-how-to-disable

Thanks a lot!!

Really appreciate the work of all CodeBlocks Authors :-)!!

Awesome! keep the work up!

ollydbg:
I also notice this issue. Which happens when I have an project opened, and then I open a second C::B project.

Jenna:
I fear it is related to the saveing (or better restoring of the pany layout) introduced in 9940.
Deleting the *.layout-files will work for a while, also putting the projects in a workspace (because workspace-layout has precedence over project-layout).

Opening the projects without opening any files, will surely also be a workaround ("Settings -> Envirinment... -> General settings -> On project load -> Do not opena any files").

Nevertheless: I will look into it, as soon as possible.

gnuetzi@gmail.com:
Thanks a lot :-)!

Jenna:
I just committed a fix for this issue.
New project-layouts now get mixed with existing layouts (tabs of first tabcontrol go into first existing tabcontrol, 2 => 2, etc.)
Only if the new opened layout has more tab-controls, than the already opened layout, C::B creates new controls.

We still can get problems, if we have multiple projects with the same title and filenames, but in different locations.
I only use the projects title and the relative filename as id for a tab. If I use fullpaths, the layout-file would be broken if someone moves the whole project to a different location.

Navigation

[0] Message Index

[#] Next page

Go to full version