https://bugs.kde.org/show_bug.cgi?id=449545
Kåre Särs <kare.s...@iki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/util | |ities/kate/commit/cb759994b | |eb24b119492e588147be1916390 | |d017 --- Comment #3 from Kåre Särs <kare.s...@iki.fi> --- Git commit cb759994beb24b119492e588147be1916390d017 by Kåre Särs. Committed on 09/02/2022 at 20:14. Pushed by sars into branch 'master'. S&R: Fix Look-ahead & behind highlighting & replace Strip the look-ahead and look-behind from the regular-expression that checks if a string has been modified after search and returns the possible captures. We strip the look-ahead/behind because we only match against the previously found range. M +27 -1 addons/search/MatchModel.cpp M +6 -0 addons/search/MatchModel.h A +48 -0 addons/search/autotest/input/LookaheadLookbehindTestFile.txt A +22 -0 addons/search/autotest/input/MultilineStartEndOfLineMatch.txt M +2 -9 addons/search/plugin_search.cpp https://invent.kde.org/utilities/kate/commit/cb759994beb24b119492e588147be1916390d017 -- You are receiving this mail because: You are watching all bug changes.