Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jpicone on August 29, 2014, 06:19:31 pm

Title: Changing editor tab-switcher behaviour
Post by: jpicone on August 29, 2014, 06:19:31 pm
Hi, I've just been trying out Code::Blocks as an IDE recently, and there's a little thing about the editor really annoying me I'd like to change. I can't find the setting for it, though, if there is one.

When you press CTRL+TAB in the editor, it brings up a little window showing the list of tabs and lets you choose one from there. Notepad++ refers to it as a 'document switcher', I'm not sure what the accepted terminology is here. I'd like to turn it off - I'd prefer it if CTRL+TAB just went to the next tab, the same way CTRL+SHIFT+TAB just goes back a tab and doesn't bring up the switcher (unless it's already up). Although I'm not sure the inconsistency of CTRL+TAB and CTRL+SHIFT+TAB is a good idea, UI-wise.

Is there a setting for that? The only one I've been able to find is the MRU tab-switch order, which I definitely don't want.
Title: Re: Changing editor tab-switcher behaviour
Post by: oBFusCATed on August 30, 2014, 01:10:43 am
Have you tried Settings -> Environment settings -> Notebook appearance -> Use stack based tab switching or disabling it?
Title: Re: Changing editor tab-switcher behaviour
Post by: jpicone on August 30, 2014, 01:14:29 am
That's the MRU-tab-order setting I referred to above - the tab-switcher window still appears.
Title: Re: Changing editor tab-switcher behaviour
Post by: oBFusCATed on August 30, 2014, 01:36:24 am
Hm, then what happens if you remove the short cut for View -> Switch tabs?
Title: Re: Changing editor tab-switcher behaviour
Post by: jpicone on August 30, 2014, 02:10:40 am
That does the trick. Thank you.