]> git.lyx.org Git - lyx.git/commit
FindAdv: Let lyx use QRegularExpression if available
authorKornel Benko <kornel@lyx.org>
Wed, 30 Dec 2020 12:00:03 +0000 (13:00 +0100)
committerKornel Benko <kornel@lyx.org>
Wed, 30 Dec 2020 12:00:03 +0000 (13:00 +0100)
commitf7772849b98d6d6bd5b7f4018b6a3ceda1965799
tree1d8327a05b3b9f321bec4bb5406e97aed4382c2e
parentc4bbebdeb6aefb2f11365a95049cef4c94e6ad88
FindAdv: Let lyx use QRegularExpression if available

This regex handling is part of QT5. For lyx which uses QT4
findafv will still work, but is not good for caseinsensitive matchings
in handling non ASCII characters
src/lyxfind.cpp