Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions syncscroll.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def plugin_loaded():
running_synch_scroll_loop = True
_thread.start_new_thread(synch_scroll_loop, ())
#on startup initialize every view
print ("syncScroll starting")
#print ("syncScroll starting")
for window in sublime.windows():
for view in window.views():
initialize(view)
Expand Down Expand Up @@ -106,4 +106,4 @@ def is_checked(self):
if not self.view.settings().has('syncScroll'):
initialize(self.view)
# print ("current setting",self.view.settings().get('syncScroll'))
return self.view.settings().get('syncScroll')
return self.view.settings().get('syncScroll')