ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Sync View Scroll

by zzjin ALL

sublimetext3 sync scroll among views

Details

Installs

  • Total 25K
  • Win 14K
  • Mac 8K
  • Linux 4K
Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9
Windows 1 3 3 2 0 1 1 1 6 6 2 0 1 1 6 2 0 2 1 0 2 3 2 1 1 0 0 4 3 0 1 3 1 3 4 2 1 3 1 0 0 2 2 4 1 3
Mac 0 1 3 2 1 0 1 0 1 0 0 1 0 1 2 1 2 1 0 0 1 3 2 2 0 2 1 0 3 0 2 1 0 2 0 3 1 2 1 1 0 3 1 1 2 1
Linux 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 2 1 3 2 0 0 0 1 1 2 0 0 0 1 0 0 1 0 0 0 0 0 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

  1. In one View, goto View, check the Sync Scroll checkbox. (OR using command palette with 'syncscroll')
  2. Repeat step 1 on all other view you want to sync view
  3. Scroll on one of these views, the others sync scrolls.
  4. 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.

Please use github to submit Bugs and Feature Requests.