Reputation: 675
My current file is ServletConfig, but it can't show on the top of the tabs when there are many tabs.
Upvotes: 0
Views: 68
Reputation: 2452
By default, the IDE adds new tabs to the right of active tabs. If the space exceeds the screen width, new tabs collapses behind the "show all"-button. This is the behavior you're expecting. New Tabs just collapses behind the "show all".
You have two options, disable the collapse-mechanism (eventually resulting in tiny tab headers that are not useful as well) or close least used tabs automatically. There is no "always show last opened Tab".
Check the Editor-Tab Documentation to check if a setting fits your need.
Upvotes: 1