Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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?
-
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.
-
Perfect, thanks.