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

Pinned tab loses pinned status when whone to another pane / splitter. #21

Closed momomo closed 1 year ago

momomo commented 3 years ago

Pinned tab loses pinned status when whone to another pane / splitter. Big issue.

dkandalov commented 3 years ago

Thank you for reporting this. It should be fixed in plugin version 0.28.

momomo commented 3 years ago

Hmm, I am running 0.29 and seems it is not remembering the pinned status when moving a tab from one splitter to another. Have restarted IJ.

momomo commented 3 years ago

You seem to have fixed it when splitting, but there is move as well, back and forth.

dkandalov commented 3 years ago

Fixed in the commit above.

The pinning was broken for both splitting and move (after fixing issue #22). It worked in some cases only because of how IJ creates a new splitter.

momomo commented 3 years ago

Is there a new build out now with the fix?

momomo commented 3 years ago

shift right / left / up / down is not retaining pinned status.

dkandalov commented 3 years ago

This should be fixed in version 0.30.

momomo commented 3 years ago

I just tried quickly and seems to work. I will let you know if there are any corner cases! Great job!