Author Topic: Use of Ctrl/Tab  (Read 3170 times)

Offline eddyq

  • Multiple posting newcomer
  • *
  • Posts: 56
Use of Ctrl/Tab
« 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?

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: Use of Ctrl/Tab
« Reply #1 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.

Offline eddyq

  • Multiple posting newcomer
  • *
  • Posts: 56
Re: Use of Ctrl/Tab
« Reply #2 on: January 02, 2013, 01:26:32 am »
Perfect, thanks.