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

IndexError during checkSettings #39

Open
terite opened this issue Jun 25, 2014 · 1 comment
Open

IndexError during checkSettings #39

terite opened this issue Jun 25, 2014 · 1 comment

Comments

@terite
Copy link

terite commented Jun 25, 2014

Sometimes when I view a file in Goto anything I get this in the console

Traceback (most recent call last):
  File "vintageLines in /Users/dstensland/Library/Application Support/Sublime Text 3/Installed Packages/VintageLines.sublime-package", line 45, in checkSettings
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime.py", line 492, in __getitem__
    raise IndexError()
IndexError
@terite
Copy link
Author

terite commented Jun 25, 2014

it happens when I change buffers quickly and repeatedly. That and the short stack trace makes me believe it may be due to this:

def on_selection_modified(self, view):
sublime.set_timeout(self.checkSettings, 10)

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

No branches or pull requests

1 participant