Code::Blocks Forums

User forums => Help => Topic started by: jimfred on July 04, 2013, 10:06:53 pm

Title: Stack-based tab switching not working as expected
Post by: jimfred on July 04, 2013, 10:06:53 pm
Stack-based tab switching isn't working as expected.

In Settings, Environment, Notebooks appearance, with checkbox 'Use stacked based tab-switching' on or off, the results are the same: ctrl-tab and shift-ctrl-tab goes forward and backward in the tab order
rather than the tab-viewed order.

Stack-based tab switching should follow the tab-viewed-order, right? i.e., ctrl-tab switches to the previously viewed tab regardless of tab order.

I'm using 12.11, build Jan 10 2013 64 bit on Linux.

-Jim
Title: Re: Stack-based tab switching not working as expected
Post by: oBFusCATed on July 04, 2013, 10:48:25 pm
Use ctrl+.  for stack based tab switching, the ctrl+tab behaviour couldn't be overridden, I think.
Title: Re: Stack-based tab switching not working as expected
Post by: jimfred on July 05, 2013, 12:10:53 am
I'm seeing ctrl+ and ctrl- controlling zoom if I use the number pad +/- and doing nothing if I use the +/- near the backspace key.
I'd love to have ctrl-, as it works in Visual Studio, to jump to the previous edit locations. I wonder if there's a way to turn that on.

Thanks for the reply.
Title: Re: Stack-based tab switching not working as expected
Post by: oBFusCATed on July 05, 2013, 12:44:20 am
Use ctrl+.  for stack based tab switching, the ctrl+tab behaviour couldn't be overridden, I think.
See the dot now?
Title: Re: Stack-based tab switching not working as expected
Post by: jimfred on July 05, 2013, 08:07:43 pm
I apologize - I see the dot.

ctrl+. is defined as Goto implementation.
Title: Re: Stack-based tab switching not working as expected
Post by: oBFusCATed on July 05, 2013, 08:34:56 pm
Ok, then it is a comma instead of a dot.
Title: Re: Stack-based tab switching not working as expected
Post by: jimfred on July 05, 2013, 10:15:36 pm
ctrl+, with a comma works!

Thank you!