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
Traceback (most recent call last):
File ".\sublime_plugin.py", line 205, in on_activated
callback.__module__, "on_activated", EVENT_TIMEOUT)
File ".\sublime_plugin.py", line 154, in run_timed_function
ret = f()
File ".\sublime_plugin.py", line 204, in <lambda>
run_timed_function(lambda: callback.on_activated(v),
File ".\ThemeAutomator.py", line 54, in on_activated
File ".\ntpath.py", line 190, in splitext
File ".\genericpath.py", line 91, in _splitext
AttributeError: 'NoneType' object has no attribute 'rfind'
and plugins always (automaticly) adds new schema for every extension even if I set "automate_selection": false
The text was updated successfully, but these errors were encountered:
Thanks for the issue, i've just fixed NoneType error, now I'll take a look why it still adds the current theme to the file type, I'll let you know when I've fixed it.
Ok, I've fixed also the automate_selection logic, I would like to clear how I thought it should work:
With automate_selection set to false no file extension is added to .sublime-settings and ThemeAutomator will use it's default color_scheme.
With automate_selection set to true file extensions will be added to .sublime-settings and ThemeAutomator will use it's default color_scheme for the new file type.
On ST2 b2221 portable for Win7 I get these errors
and plugins always (automaticly) adds new schema for every extension even if I set
"automate_selection": false
The text was updated successfully, but these errors were encountered: