Author Topic: Question about splitting windows  (Read 3987 times)

Merton

  • Guest
Question about splitting windows
« on: September 23, 2008, 09:27:31 pm »
For awhile now, I have been using jEdit with a console compiler to write my C++ programs. Working with command line in Windows isn't exactly the pretiest thing. (I have linux on my laptop but new windows on my desktop for proprietary home recording software).

I head about codeblocks and decided to give it a try.

The reason I love jEdit is the ability to split windows, and see different files in each "split". For example, I split my main windows horizontally, and then vertically, and I have open:
main.cpp - in main window
class1.h - in bottom right window
class1.cpp - in bottom left window

I find it very convenient to have them all on the screen. jEdit also has a super easy way to toggle, so I can click the split in the bottom left and switch it to class2.h with 1 click.

I was curious if this was possible to do in codeblocks? I know you can split windows, but I noticed when I split a window, each split was showing the same file. I couldn't find an option to change which file was displayed in each split.

Thank you!

mariocup

  • Guest
Re: Question about splitting windows
« Reply #1 on: September 24, 2008, 07:56:37 am »
Hi Merton,

there is already a patch for Code::Blocks for splitting windows horizontally and vertically and it works!!. It will need some testing, but it will be integrated in the future :D

Bye,

Mario

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Question about splitting windows
« Reply #2 on: September 24, 2008, 08:59:11 am »
but it will be integrated in the future :D
I doubt it will... remember that we are testing the "all wxAUI" patch? In that case splitting windows is simply obsolete.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ