Author Topic: split screen file view & dbg variables view (tree -> tabbed table)  (Read 21439 times)

Offline roshi

  • Multiple posting newcomer
  • *
  • Posts: 20
split screen file view & dbg variables view (tree -> tabbed table)
« on: September 25, 2008, 08:58:50 am »
Hi,
does C::B supports two views (split screen) of the same file.
I think that would be convenient. I don't know wxw but it should be easy to implement.
Anyone agrees? (anyone with some free time and some insight on that part of the src?)

Also, I think that the variables view (while debugging) would be better if it changed from a list (tree) view/widget to a table view like as in visual studio used to be (at least visual studio 6 was if I remember correctly).
This one should also be easy to deal with.
Additionally I think that a this view would also benefit it it used a tabbed view also like in VC6.
I wonder if that thing is copyrighted...
someone agrees? Ideas?

Offline roshi

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: split screen file view & dbg variables view (tree -> tabbed table)
« Reply #1 on: September 25, 2008, 09:10:17 am »
Ok forget the first part. hehe
Just noticed that one can slip the view by left clicking on it.
after 4 years using C::B I finally discovered this one.
been sleeping all this time.
Maybe the other one also exists? (not?)

Offline roshi

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: split screen file view & dbg variables view (tree -> tabbed table)
« Reply #2 on: September 25, 2008, 09:29:22 am »
then again, the view could be just split by just dragging a tiny handle near the top right conner of the view (just above the slider arrow).
and the view should start showing the file from the same line as the original view.
(am I posting in the right place?)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: split screen file view & dbg variables view (tree -> tabbed table)
« Reply #3 on: September 25, 2008, 10:46:55 am »
does C::B supports two views (split screen) of the same file.
Yes. Right-click in the source notebook, select "Split view...." -> "Horizontally/Vertically".
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

Offline carnaby

  • Single posting newcomer
  • *
  • Posts: 4
Re: split screen file view & dbg variables view (tree -> tabbed table)
« Reply #4 on: November 11, 2008, 07:46:29 pm »
Similar question... is there some way to view two different source files side-by-side? I always end up using gedit to view the header file while using the codeblocks editor to view the source file. I have this big-honkin widescreen monitor and a lot of space is going to waste because I can't seem to view two different files at the same time.

Offline Flake

  • Single posting newcomer
  • *
  • Posts: 7
Re: split screen file view & dbg variables view (tree -> tabbed table)
« Reply #5 on: November 19, 2008, 09:49:06 am »
Similar question... is there some way to view two different source files side-by-side? I always end up using gedit to view the header file while using the codeblocks editor to view the source file. I have this big-honkin widescreen monitor and a lot of space is going to waste because I can't seem to view two different files at the same time.

I wonder that too!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: split screen file view & dbg variables view (tree -> tabbed table)
« Reply #6 on: November 19, 2008, 11:31:47 am »
Similar question... is there some way to view two different source files side-by-side?
I wonder that too!
If you would have searched the forum before you would know, that we are currently testing a patch that enables such feature. :?
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