D23457: Port the search interface from QRegExp to QRegularExpression

2020-03-16 Thread Ahmad Samir
ahmadsamir abandoned this revision. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D23457 To: ahmadsamir, #ktexteditor, dhaumann, cullmann Cc: kde-frameworks-devel, kwrite-devel, rrosch, LeGast00n, cblack, GB_2, domson, michaelh, ngraham, bruns, demsking, cullmann,

D23457: Port the search interface from QRegExp to QRegularExpression

2020-03-03 Thread Ahmad Samir
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

D23457: Port the search interface from QRegExp to QRegularExpression

2020-01-26 Thread Ahmad Samir
ahmadsamir updated this revision to Diff 74387. ahmadsamir added a comment. - Rebase - Match the old code and check if the pattern is empty, this lets the vimode_emulatedcommandbar unit test pass REPOSITORY R39 KTextEditor CHANGES SINCE LAST UPDATE

D23457: Port the search interface from QRegExp to QRegularExpression

2019-12-15 Thread Ahmad Samir
ahmadsamir updated this revision to Diff 71618. ahmadsamir retitled this revision from "Port regex search to QRegularExpression" to "Port the search interface from QRegExp to QRegularExpression". ahmadsamir edited the summary of this revision. ahmadsamir edited the test plan for this revision.