D23457: Port the search interface from QRegExp to QRegularExpression
Ahmad Samir <[email protected]>
| Newsgroups | gmane.comp.kde.devel.frameworks,gmane.comp.kde.devel.kwrite |
|---|---|
| Message-ID | <[email protected]> |
ahmadsamir updated this revision to Diff 76852. ahmadsamir edited the summary of this revision. ahmadsamir added a comment. Modify the extended context menu: - QRegularExpression supports fixed-length positive/negative lookbehind - With QRegularExpression/PCRE, \x escape sequences must/should be wrapped in curly braces REPOSITORY R39 KTextEditor CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23457?vs=74387&id=76852 BRANCH l-qregularexpression (branched from master) REVISION DETAIL https://phabricator.kde.org/D23457 AFFECTED FILES autotests/src/regexpsearch_test.cpp autotests/src/searchbar_test.cpp src/CMakeLists.txt src/document/katedocument.cpp src/search/kateplaintextsearch.cpp src/search/kateregexp.cpp src/search/kateregexp.h src/search/kateregexpsearch.cpp src/search/kateregexpsearch.h src/search/katesearchbar.cpp src/search/katesearchbar.h src/utils/katesedcmd.cpp src/utils/katesedcmd.h To: ahmadsamir, #ktexteditor, dhaumann, cullmann Cc: kde-frameworks-devel, kwrite-devel, rrosch, LeGast00n, cblack, GB_2, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann