Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.14k stars 299 forks source link

"Match whole words" search option ignores accented characters #3907

Open goozak opened 3 years ago

goozak commented 3 years ago

Komodo IDE, version 12.0.1, build 91869, platform win32-x86. Built on Mon Feb 10 18:14:23 2020.

When selecting the "Match whole words" option for a search, results will include 'false positive' if found word contains accented characters.

If I search for termin with the "Match whole words" option, the word terminé will be found.

Search should include accented characters when determining 'whole word' results.

th3coop commented 3 years ago

Thanks for reporting @goozak