Closed brianbillman closed 12 years ago
This would be pretty easy to do by passing sublime.IGNORECASE into view.find_all. Are you comfortable making such a change?
I can certainly give it a try; I know very little about python and have only been using ST2 for a few days though, so don't say I didn't warn you :-)
On 2/10/12, adzenith reply@reply.github.com wrote:
This would be pretty easy to do by passing sublime.IGNORECASE into view.find_all. Are you comfortable making such a change?
Reply to this email directly or view it on GitHub: https://github.com/SublimeText/WordHighlight/issues/25#issuecomment-3912917
pushed.
It'd be nice to have a preference to make the word match case insensitive (defaulting to case sensitive, as it is now). This would be helpful for certain syntaxes where case doesn't matter (html, SQL).