Sync View Scroll
sublimetext3 sync scroll among views
Details
Installs
- Total 23K
- Win 13K
- Mac 7K
- Linux 4K
Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 4 | 5 | 1 | 1 | 1 | 3 | 3 | 1 | 2 | 1 | 2 | 1 | 2 | 5 | 2 | 2 | 0 | 0 | 0 | 1 | 5 | 4 | 6 | 3 | 0 | 3 | 3 | 5 | 3 | 2 | 1 | 1 | 3 | 2 | 5 | 3 | 2 | 2 | 0 | 2 | 6 | 3 | 3 | 2 | 2 |
Mac | 0 | 2 | 0 | 0 | 3 | 2 | 1 | 1 | 0 | 1 | 1 | 4 | 1 | 1 | 3 | 2 | 0 | 1 | 1 | 0 | 2 | 3 | 0 | 1 | 0 | 2 | 0 | 0 | 3 | 1 | 0 | 1 | 3 | 2 | 2 | 3 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 2 | 1 |
Linux | 1 | 2 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 3 | 0 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 3 | 0 | 1 | 2 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 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.