PlainTasks
PlainTasks copied to clipboard
undone completion when moving the cursor
If I use cmd+d to complete a task and move the cursor up or down, the task becomes uncompleted.
Sounds crazy, and not reproducible.
I’d guess, that the keys you use to move cursor bound to undo command by some another plugin. Look at keybindings with https://packagecontrol.io/packages/FindKeyConflicts
Try different version of ST, I’ve tested in 2221, 3103, and 3109 — not reproducible.
Yes, it is weird. I am using the up and down key. If I wait 5 seconds, nothing happens, if I do it immediately after cmd+d, I have the problem.
In that case, I’d guess that it may be EventListener in some another plugin which messes up with commands or something. The only way to figure out, afaik, try to reproduce the issue on clean ST (e.g. portable version, or reset to default, do not forget to back up settings and other stuff), if issue is reproducible then it is bug in either ST or OS (I’m on Windows 8.1, btw), if it is not, then some plugin is to blame, in that case, you would have to disable every plugin one by one (adding it in ignore list in main preferences) and see if issue is remain.
The culprit on mine was autospell. I use findkeyconflicts plugin to sort it. All is working great now.