Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: eddyq on January 01, 2013, 04:34:31 pm

Title: Use of Ctrl/Tab
Post by: eddyq on January 01, 2013, 04:34:31 pm
Ctrl/Tab switches to open files. But the files are listed in alphabetical order. If one is making changes then it is common to want to switch to a recent file. Is there a way to tell Code::Blocks to sort the files in a most recently viewed order?
Title: Re: Use of Ctrl/Tab
Post by: ptDev on January 01, 2013, 07:59:24 pm
Hi,

Go to Settings > Environment and under "Notebooks appearance", check the "Use stack based tab-switching" option. This should result in the behavior you want.
Title: Re: Use of Ctrl/Tab
Post by: eddyq on January 02, 2013, 01:26:32 am
Perfect, thanks.