ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Split​Screen-Resizer

by JesusContributions ST2 Missing

Sublime Text 2 Plugin to switch and resize 2-Columns layout in the fastest and most comfortable way.

Details

  • 2012.12.13.20.07.30
  • github.​com
  • 13 years ago
  • 4 years ago
  • 13 years ago

Installs

  • Total 1K
  • Win 504
  • Mac 496
  • Linux 269
Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SplitScreen-Resizer

A Sublime Text 2 plugin created to switch and resize a 2-Columns layout in the easiest and most confortable way. Just press the keyboard shortcuts and the plugin will make the indicated column your working column, by automatically focusing on it and making it wider.

No more going back to the mouse to manually resize your columns everytime you want to switch from one side to another.

Keys

Pressing Alt+Ctrl+left or Alt+Ctrl+right (or Ctrl+Super+left / Ctrl+Super+right on Linux) will switch focus to the respective column and resize it according to the configured ratio (which by default is “7:3” and “3:7”). You can change these ratios, the keyboard shortcuts and the ability to autofocus when resizing in the settings of this package following the Preferences > Package Settings > SplitScreen-Resizer menu. You can even make it autosize the columns on mouse click or on Sublime's default Focus Group command.

So if you are a full-keyboard coder or a mouse lover, this plugin got you covered.

Credits

Created by

Jesus Leon (@iamjessu).

Contributors:

  • ArtisR (Artis Raugulis) - Added mouse focus.

This plugin combines functionalities from these plugins:

Updates

v1.3

  • Added onFocus support.
  • Ratios and behavior are configured in the settings file.

v1.2

  • Added autofocus feature.

v1.0

  • Resize columns by pressing the configured keys.

Notes

Numbers are treated as a ratio, so 50:50 is identical to 1:1.

For example:

50:50
(2 columns, equal width. 1 row)

--------------------
|        |         |
|        |         |
|        |         |
|        |         |
|        |         |
|        |         |
--------------------

1:2
(2 columns, one twice the width of the other. 1 row)

--------------------
|      |           |
|      |           |
|      |           |
|      |           |
|      |           |
--------------------