Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on_selection_modified does work with clones #349

Closed
henbenla opened this issue Jun 20, 2014 · 2 comments
Closed

on_selection_modified does work with clones #349

henbenla opened this issue Jun 20, 2014 · 2 comments

Comments

@henbenla
Copy link

ST 3059, Win 7

Test Plugin:

class Listener(sublime_plugin.EventListener):
def on_selection_modified(self, view):
print (view.id())

now, open two views into the same file, when the selection changed, it will print the same id four times !!

@FichteFoll
Copy link
Collaborator

I think we can group this with #289.

@henbenla
Copy link
Author

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants