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
Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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)
--------------------
| | |
| | |
| | |
| | |
| | |
--------------------