Code::Blocks Forums

User forums => Help => Topic started by: demone on April 22, 2013, 01:22:17 pm

Title: split view
Post by: demone on April 22, 2013, 01:22:17 pm
When debuggin and running into a break point all split views are centered on break point, while should be usefull just to put one splitview centered on break point.

I think somesort of round robin for split views will be great.

let's assume you have 3 split views

View1
View2
View3

Actually all 3 Views will be centered on any breakpoint found so

View1= View2 = view3 = breakpoint

would be nice to have

View1 = breakpoint1
view2 = breakpoint2
view3 = breakpoint3
view1 = breakpoint4

and so on, and maybe give also a "per-view" option that disable showing breakpoints in that view so

assume we set that option in view3

view1 = breakpoint1
view 2 = breakpoin2
view 1 = break point3
view 2 = break point 4

Title: Re: split view
Post by: oBFusCATed on April 22, 2013, 04:28:25 pm
I don't think we can make this intuitive at all.  ::)

You can experiment this the code and then tell us how it feels and provide patches.