Sync View Scroll
sublimetext3 sync scroll among views
Details
Installs
- Total 26K
- Win 14K
- Mac 8K
- Linux 4K
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 | Feb 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 0 | 3 | 2 | 1 | 2 | 3 | 3 | 2 | 0 | 7 | 1 | 0 | 1 | 0 | 1 | 1 | 3 | 1 | 5 | 6 | 0 | 0 | 1 | 3 | 1 | 0 | 1 | 4 | 0 | 1 | 2 | 2 | 3 | 4 | 0 | 1 | 1 | 1 | 4 | 3 | 2 | 2 | 1 |
Mac | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 3 | 3 | 1 | 0 | 0 | 2 | 1 | 0 | 2 | 1 | 1 | 2 | 0 | 0 | 1 | 0 | 0 | 1 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 5 | 0 |
Linux | 0 | 1 | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 2 | 0 | 3 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 2 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
syncViewScroll Package For sublimeText
About
Sync View Scroll is a simple Sublime Text 3 plug-in which allows sync scroll among views.
note: st2 should work, if you find any bug, please open an issue at github.
Install
Using Package Control && search syncviewscroll
OR
Just clone this repo and put it under your sublime-text package folder.
Usage
- In one View, goto
View
, check theSync Scroll
checkbox. (OR using command palette with 'syncscroll') - Repeat step 1 on all other view you want to sync view
- Scroll on one of these views, the others sync scrolls.
- You can set
{ "keys": [your_keys_here], "command": "toggle_sync_scroll" }
in user's keymap to trigger sync scroll(thanks to @KaduAmaral)
Author
zzjin tczzjin#gmail.com
Thanks
@FichteFoll to suggest add command palette support
@pribilinskiy to report windows menu toggle bug
@spywhere to report is_check error in some case views are not inited
@Kl0tl to add support for horizontal scroll and implement the configureable staus bar text, Thanks!
@getify and @CSester to report st2 activate bug
TODO
- add context menu support.
- improve sync scroll delay.