MayGo / tockler

An application that tracks your time by monitoring your active window title and idle time.
http://maygo.github.io/tockler/
GNU General Public License v2.0
860 stars 103 forks source link

Task regex '(.*' or '(\)' analyser settings blanks out the settings page #274

Open camAtGitHub opened 1 year ago

camAtGitHub commented 1 year ago

Hello,

While playing around with regex's on the settings page they are a myriad of regexs the wipe / blank / clear the settings page.

To reproduce turn on 'Active' and 'Test Mode' then input (.* or (\) or even just \ - which is not a valid regex but as I was updating / crafting a regex it was input into the Task field and the UI instantly reacts clearing the UI.

Also I'm guessing the regex/application doesnt support capture groups? It would be nice if it did.

Many Thanks, Cam