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