mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-31 01:34:58 +02:00
The performance issue, which appears after switching to static linkage of libSciLexer, is due to th commit "Improve character case handling in RegEx" (#9707). Removing "locale" call from "BoostRegexSearch::FindText()" solves auto-completion performance issue. Fix #9975, close #10010