News:

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

Main Menu

Is multi-view editor windowing available?

Started by sobowa, August 10, 2012, 09:43:24 PM

Previous topic - Next topic

sobowa

I was referred to this software by a coworker and I'm used to having multiple edit windows in CodeWright and SlickEdit as opposed to the tabbed files.  The forum indicates a multi-view option may have been added, but I'm not able to find it.  Was it incorporated into the editor?
Thanks

MortenMacFly

Quote from: sobowa on August 10, 2012, 09:43:24 PM
Was it incorporated into the editor?
Yes. At best, you should use a nightly for this.

There are two modes: split view and "docked":
1.) Split view means to split a file either horizontally or vertically, i.e. via the context menu of the editor. This shows the same file just splitted (but synchronised).
2.) The "docked" mode is if you undock an editor window clicking on the editors tab and by dragging it away (tear-off). Then, if you come to any border, you can dock- it in again. Thus, you can have as many different editors side-by-side, or under each-other or ion any layout you like. Just as you dock e.g. the manager window, too.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

sobowa

The window is split into tiles for the separate files so the size of any window also affects the size of the other window tiles.  Undocking implies that they can be cascaded too.  Is that possible?
Thanks

Jenna

Quote from: sobowa on August 10, 2012, 10:11:09 PM
The window is split into tiles for the separate files so the size of any window also affects the size of the other window tiles.  Undocking implies that they can be cascaded too.  Is that possible?
Thanks
Currently this is not possible with the wxAuiNotebooks.

If I remeber correctly, there are patches somewhere in the deep of the wx-dev mailinglist to get this working, but it seems notto be a simple task.
It might also be, that they try to move a tab from one notebook-window to another and dock it there.

Whatsoever:
really undocking (free-floating) is not possible.

MortenMacFly

Quote from: jens on August 10, 2012, 10:34:29 PM
really undocking (free-floating) is not possible.
IIRC, dmoore once provided a patch "tear-off" something...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]