piroor / tst-more-tree-commands

Provides extra tree manipulation commands for Tree Style Tab.
Mozilla Public License 2.0
24 stars 6 forks source link

Add Move (Before/After) (Previous/Next) Sibling #5

Closed spinda closed 3 years ago

spinda commented 3 years ago

These two commands allow moving tabs up and down while maintaining the same indentation level.

If this is the original state:

Original

Then running "Move Before Previous Sibling" on tab D results in:

Move Before Previous Sibling

If we reset back to the original state and then run "Move After Next Sibling" on tab D instead, this results in:

Move After Next Sibling

piroor commented 3 years ago

Thanks!