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