aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 286 forks source link

PLugin doesn't work in new sublime #368

Closed maxtar closed 6 years ago

maxtar commented 6 years ago

I have sublime version 3.0 build 3143. And now Plain tasks doesn't work. Any shortkeys intercepted by sublime (Ctrl+I for example). Color theme not works. :(

vovkkk commented 6 years ago

WFM

Look at Preferences→Settings→ignored_packages, if it contains PlainTasks remove it. If not, try to reinstall, restart SublimeText.

maxtar commented 6 years ago

I have only folloing ignored packages: "ignored_packages": [ "Markdown", "Vintage" ]," Also i've tried restart sublime and reinstall plugin.

nivir commented 6 years ago

@maxtar do you have custom theme in your user setting ? I am using the 3.0-3143 with my custom theme. For some reason after sublime update that file was missing.

maxtar commented 6 years ago

I have "color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",

nivir commented 6 years ago

@maxtar please do as following :

maxtar commented 6 years ago

Removed solorized color theme from settings was help. Thanx!

vovkkk commented 6 years ago

Was the issue only with scheme? Because first message gave me impression that commands do not work, and it has nothing to do with scheme. I am so confused.

Anyway, in case it is actually does not work, is there any error in console? View→Show Console

If there is no any error, try to revert to fresh state (remember to back up) and then install only PlainTasks, if it will work then problem was caused by some other plugin, if it won’t work and there are no errors in console then I don’t know.

nivir commented 6 years ago

@maxtar Was there any Solarized (Light).tmTheme in location \AppData\Roaming\Sublime Text 3\Packages

maxtar commented 6 years ago

@vovkkk yes shotkeys did work too. But after change color scheme it started works again.

nivir commented 6 years ago

I assume issue is - in plain task setting theme Solarized (Light).tmTheme is specified that does not even exist. I am not sure why @maxtar have not even replied my question ?

vovkkk commented 6 years ago

I assume issue is - in plain task setting theme Solarized (Light).tmTheme is specified that does not even exist

If you have a non-existing scheme being set, then ST will show you error message about it; but still the plugin (commands) will work just fine regardless of scheme, it has nothing to do with it at all.

nivir commented 6 years ago

@vovkkk, Yes ST will show the error message, but plugin will not work. Add a non-existing theme (e.g. foo.hidden-tmTheme not empty theme) and you will not be able modify the todo extension file (platform -OS-X).

vovkkk commented 6 years ago

Perhaps, it is Mac specific bug of Sublime Text. It works on Windows just fine regardless of value.

maxtar commented 6 years ago

@nivir No theme is absent. :( I think it was removed from new sublime.