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

'maximize/restore split' action is missing #13

Closed igorwojda closed 3 years ago

igorwojda commented 7 years ago

Docs mention this, but no option in menu, no action in Keymap

durandom commented 7 years ago

Its been added in https://github.com/dkandalov/tab-shifter/pull/9 which is v0.26 which is not released yet. @dkandalov could you release the new version?

dkandalov commented 7 years ago

@durandom yes, although IIRC the was a problem with maximize/restore that it didn't fully maximize tab.

sttts commented 7 years ago

@dkandalov that's the maximum/minimum that Idea allows afaik.

dkandalov commented 7 years ago

@durandom @sttts I guess you mean using com.intellij.openapi.ui.Splitter#setProportion, but there might be other ways. There are also couple problems with current implementation:

sttts commented 7 years ago

Also it only works if there is a split.

fatfatson commented 5 years ago

still not release??

dkandalov commented 5 years ago

Sorry, @fatfatson it's been a while :( The main reason I didn't release is that current maximise/minimise doesn't do it "properly". Although maybe I should just release it the way it is 🤔

shijialee commented 4 years ago

+1 for this feature to avoid shift / unshift a split window.

I am happy with a simplified version so please release one and get the ball rolling.

Thanks!