I was able to add this to BufferScroll package. This is pretty cool, unfortunately I use a notebook and my width is a little reduced.
Very new feature, very little amount of tests, feedback is appreciated.
1 - Install BufferScroll via Package Control
http://wbond.net/sublime_packages/packa ... stallation2 - Go to Main menu bar -> Preferences -> Package Settings -> BufferScroll -> Settings User
There you need to enable this feature which is disabled by default.
If the file is empty add this:
- Code: Select all
{
"synch_scroll" : true
}
If not add this:
- Code: Select all
,"synch_scroll" : true
In theory now you will see that cloned views will synch. However, very new, it need more tweaks.
3 - If you use this frequently, send some $ to this paypal account
extensiondevelopment@gmail.com 4 - remember 3!
Mayor Know bugs:
- non optimal detection of viewport_position/viewport_extent change
[stroke]Minor bug:[/stroke]
-
This is was fixed : A folded region will likely to change the numbers of lines displayed
-
This is a feature :Synch will happen when scrolling the view that contains focus. (currently clicking the minimap does not focus the view, this allow to scroll views without focus without making your current view scroll [cool])
Sublime limitations:
- there is no sublime APIs: "on_viewport_position_change", "on_viewport_extent_change".
- set_viewport_position has
a bug.

[edit] - screenshot