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