aziz / PlainTasks

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

Wrong date does not marked in Sublime Text 4 #419

Closed tan-wei closed 3 years ago

tan-wei commented 3 years ago

Despite Sublime Text 4 aims at keeping backwards compatibility with packages built for Sublime Text 3, at least the function does not work for the new version: When typing a wrong date (e.g., 21-06-31), no warning is shown. In Sublime Text 3, a highlight will tell us the date is wrong.

So do we have any plan on supporting the new Sublime Text 4? I almost use the plugin everyday, I would say I like it. Thanks for your great work!

tan-wei commented 3 years ago

Apologize for my mistake, it works actually, because (21-06-31) can be regarded as a valid one. The issue should be closed.