aziz / PlainTasks

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

Unnecessary Repetition in Due/Time Remaining Underlay #361

Closed diego898 closed 6 years ago

diego898 commented 6 years ago

When I have a test task, even if Im not on the current line an underlay is shown. If I move my cursor or click on the due tag, I get another underlay (making the total 2) showing me the remaining time.

How can I make it so that the underlay is only shown when I click on the due date?

vovkkk commented 6 years ago

How can I make it so that the underlay is only shown when I click on the due date?

Either set "show_remain_due": false or remove this setting from user settings file.

diego898 commented 6 years ago

Even with that setting present, I dont think this is the desired behavior correct?

vovkkk commented 6 years ago

Do you mean the case of "show_remain_due": true? Sure, that is why I labelled it as minor bug, and I think I fixed it, will push the commit in a minute.

If you mean something else, please be more specific.