dkandalov / tab-shifter

Plugin for IntelliJ IDEA to move and split editor tabs
https://plugins.jetbrains.com/plugin/7475
169 stars 12 forks source link

After moving a tab - display the last used tab below it. #19

Closed oryonatan closed 4 years ago

oryonatan commented 4 years ago

Assume you have three tabs in the left, and you move one of them to the right. I would have wanted that the tab displayed in the left after the moving, would be the last active one (the first one you'll get to if you "go back") but instead the tab displayed is the next tab in the tab order, which is often irrelevant to my work flow.

oryonatan commented 4 years ago

This can be achieved by a change in Appcode's setting: "When the current tab closes, activate: Most recently opened tab"