Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: schickb on April 01, 2008, 02:55:02 am

Title: Switching between windows
Post by: schickb on April 01, 2008, 02:55:02 am
In many code editors with tabs I am used to being able to quickly switch between two open views without touching the mouse. This is often bound to ctrl-tab (release). Lets say I have files A through D open. If I click on tab C, then open view A, and hit ctrl-tab-release; I would go back to C. In these other editors holding ctrl down and hitting tab multiple times cycles through open windows.

In C::B I haven't found a way to do this. Hitting ctrl-tab always goes to the next open tab. Any way to change this so I can touch the mouse less?
Title: Re: Switching between windows
Post by: DrewBoo on April 01, 2008, 03:03:43 am
Are you saying that in the other editors you use Ctrl+Tab cycles through windows in the order they were last viewed?

Could you name some of these editors?
Title: Re: Switching between windows
Post by: JGM on April 01, 2008, 04:06:32 am
In C::B I haven't found a way to do this. Hitting ctrl-tab always goes to the next open tab. Any way to change this so I can touch the mouse less?

Maybe Alt+Tab could work for you

Edit:
Oops! :oops: I miss understood the question :oops:
Title: Re: Switching between windows
Post by: mandrav on April 01, 2008, 08:24:46 am
Settings->Environment->Notebooks appearance->Use SmartTab
Title: Re: Switching between windows
Post by: schickb on April 01, 2008, 10:26:50 pm
Quote from: DrewBoo
Are you saying that in the other editors you use Ctrl+Tab cycles through windows in the order they were last viewed?
Could you name some of these editors?
Yes. Visual Studio, Slickedit, SoureInsigh all have it as either the default or an option. How do you quickly switch back to the last viewed file?

Settings->Environment->Notebooks appearance->Use SmartTab
Perfect, thanks!