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

Added Grow Left, Right - Adjusts splitter up down #6

Closed jglanz closed 8 years ago

jglanz commented 8 years ago

Super quick and dirty - but i hate taking my fingers off the keys - so it mostly works - Ctrl+E, -> or <- should move the appropriate spliters

dkandalov commented 8 years ago

Thank you! Sounds like a really useful feature to me (I wanted this feature for a long time). I'll try to look at the code later today.

jglanz commented 8 years ago

Def - the reality is the jetbrains sweet is the best ide hands down - but the few aesthetic drawbacks just kill me - so i checked this one off - ill add repeating key and tune it all when i get a few hrs On Wed, Aug 17, 2016 at 8:19 AM Dmitry Kandalov notifications@github.com wrote:

Merged #6 https://github.com/dkandalov/tab-shifter/pull/6.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dkandalov/tab-shifter/pull/6#event-758402981, or mute the thread https://github.com/notifications/unsubscribe-auth/ABGEnbyxwD4VnVn2vQz86i9LHm6zE6_Jks5qgvxagaJpZM4JkobD .

dkandalov commented 8 years ago

I finally got to play with the code and changed it a bit. Main changes:

I uploaded new jar to github. If you're happy with the changes, I'll release the plugin in the next couple days.

jglanz commented 8 years ago

All semantics - sounds good - i like ctrl e arrow was a copy from vim - but ive always been told im an odd duck - so i'll go with u ;)

Bueno - when i find sometime i'll run through the other items i mentioned Jon

On Sun, Aug 21, 2016 at 10:31 AM -0400, "Dmitry Kandalov" notifications@github.com wrote:

I finally got to play with the code and changed it a bit. Main changes:

different shortcuts (because cltr+e, -> is hard to press several times in a row) renamed "grow" to "stretch" because there is similar action for toolwindows called "stretch" separated left/right and up/down stretching changed behaviour so that the first parent splitter is always used for stretching

I uploaded new jar to github.

If you're happy with the changes, I'll release the plugin in the next couple days.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.