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

Check if event is just an attrib flag that can be skipped #12

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

pkieltyka
Copy link

Recently on Sublime Text 3 / OS X 10.9.3 and Go 1.2.2, I've found that just switching between tabs in my editor would trigger a MODIFY|ATTIB event and rebuild my application each time. It's obviously sending some attribute update, perhaps OSX saying it's been "touched" by the user and dispatching this through. In any case, I've fixed this by testing if ev is an attribute (metadata) flag and just skipping it.

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

Successfully merging this pull request may close these issues.

1 participant