aziz / PlainTasks

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

Task creation fail #344

Closed theApprentice closed 6 years ago

theApprentice commented 7 years ago

When i try to crate a task by hitting cmd + return or cmd + i nothing happens. All other shortcuts seems to work correctly! Cant figure out what's wrong..

vovkkk commented 7 years ago

Open console (in main menu View → Show Console). Does it print some traceback or error when you try to create new task?

If there is no error then in console execute sublime.log_commands(True) and try to create a new task the output in console must be command: plain_tasks_new—if you have different output then it means there is keybindings conflict.

theApprentice commented 7 years ago

thanks vovkk, the output is correct but nothing happens, i haven't add any package recently, i really don't have made any change at all..

vovkkk commented 7 years ago

Try to restart ST. Try to run command from command palette. Re-open file.

theApprentice commented 7 years ago

Interesting, tasks commands doesn't appear in the palette!

2017-05-13 18:09 GMT+02:00 Vova Kolobok notifications@github.com:

Try to restart ST. Try to run command from command palette. Re-open file.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aziz/PlainTasks/issues/344#issuecomment-301257723, or mute the thread https://github.com/notifications/unsubscribe-auth/ACnoOmUwRY21sfEfeMKhQOeqKfG0oUZBks5r5dW0gaJpZM4NZ3Pz .

rasy-js commented 7 years ago

I confirm. Plugin don't work in sublime text 3.

vovkkk commented 7 years ago

It works for me in 3126 and 3132 on Windows 10 64bit.

So if you do not see errors in console; then try to revert to fresh state, install PT; if it will fix the issue then it means some of other packages was a cause of the issue. if won’t fix then, well, I dunno.

lexsemenenko commented 7 years ago

Works for me on Mac in Sublime 3126

Coderkoss commented 7 years ago

I am having the same problem as the op.

dabenlee commented 6 years ago

Same here. Don't know if it is conflicted to other plugins.

Coderkoss commented 6 years ago

I stop using sublime because of this issue.

Schizo commented 6 years ago

Same Problem here, Linux Build 3083. Comands are outputted in the console. Is there a way to invoke it by typing the command, if so how is the call to be made?

vovkkk commented 6 years ago

The minimum requirement is 3118, current beta is 3143. Though you can still use old version, see #300