Reputation: 16576
I am building a grails-app with IntelliJ 9.0 and I am a huge fan of the CTR+TAB shortcut that switches between active editors.
However, by default, IntelliJ keeps ONLY 10 active editors opened at the same time. It is clearly not enough for me.
Do you know, if possible, how I can configure my IDE to have more active editors opened at the same time ?
Upvotes: 328
Views: 82495
Reputation: 402523
Settings
| Editor
| General
| Editor Tabs
| Tab limit.
You may also want to increase the recent files limit in Settings
| Editor
| General
| Recent files limit if you are using the Recent Files (Cmd+E) feature.
Works for all IntelliJ IDEA platform based IDEs.
Upvotes: 593
Reputation: 3383
Same as best answer but with snapshots!! (windows 10 with IntelliJ Idea 2018.2.4):
Upvotes: 24