Author Topic: Switching among opened files with Alt+num like in gedit  (Read 4062 times)

ckid113

  • Guest
Switching among opened files with Alt+num like in gedit
« on: October 03, 2013, 09:27:58 pm »
I am very used to switching among opened files using Alt+num keyboard shortcut like in gedit. For ex., Alt + 1 => file #1, Alt + 2 => #2, ..., Alt + 9 => #9.
Is there any way to configure these keyboard shortcuts in Code::Blocks? Or may be there are other keyboard shortcuts for this?
I find it very inconvenient to use mouse every time a need arises to switch between opened files. Ctrl+Tab is inconvenient as well when more than 2 files are opened.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Switching among opened files with Alt+num like in gedit
« Reply #1 on: October 03, 2013, 11:29:04 pm »
No, but you can do one of the following:
1. write very simple plugin to do it (should be doable).
2. modify C::B itself to provide this feature (we can guide you where you have to look or change).
3. wait for a C::B developer to do it, by posting a feature request on the project page at berlious.de
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]