You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error reported when loading plugin: you can see messages below in console (ctrl + `).
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 272, in on_modified
callback.on_modified(v)
File "HighlightWords in /Users/lhw/Library/Application Support/Sublime Text 3/Installed Packages/HighlightWords.sublime-package", line 139, in on_modified
NameError: global name 'REFRESH_INVERVAL' is not defined
Seems that the definition of 'REFRESH_INVERVAL' should be put outside of the class 'HighlightKeywordsCommand'. (After done this, errors disappear.)
The text was updated successfully, but these errors were encountered:
Error reported when loading plugin: you can see messages below in console (ctrl + `).
Seems that the definition of 'REFRESH_INVERVAL' should be put outside of the class 'HighlightKeywordsCommand'. (After done this, errors disappear.)
The text was updated successfully, but these errors were encountered: