SplitScreen-Resizer
Sublime Text 2 Plugin to switch and resize 2-Columns layout in the fastest and most comfortable way.
Details
Installs
- Total 1K
- Win 504
- Mac 496
- Linux 269
Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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:
- SplitScreen by spadgos (Nick Fisher).
- Split Navigation by oleander (Linus Oleander).
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)
--------------------
| | |
| | |
| | |
| | |
| | |
--------------------