georgebrindeiro / scroll-sync

Atom editor package: Synchronize scrolling of two editor panes by content.
MIT License
29 stars 8 forks source link

does not work #21

Closed lukapelc closed 7 years ago

lukapelc commented 7 years ago

tried and it does not work...

kifirkin commented 7 years ago

on windows 7 x64, latest atom, just scrolls slave pane to last line

CyberPunkCodes commented 7 years ago

Same on macOS 10.12.4 and Atom 1.16.0. Just flat out doesn't work :(

I hope the dev fixes this.

CyberPunkCodes commented 7 years ago

Until they fix the issue, you can get this working yourself.

Mac (terminal): atom ~/.atom/packages/scroll-sync/lib/scroll-sync.coffee

That will open the coffee script in Atom for you to easily edit. Then copy the source from the master branch and replace it with what you have: https://github.com/mark-hahn/scroll-sync/blob/master/lib/scroll-sync.coffee

Save the file, relaunch Atom. Scroll Sync works 👍

georgebrindeiro commented 7 years ago

@lukapelc @alexmironof @WadeShuler I just took ownership and released version 0.2.3. Please check it out and see if updating through Atom works now!