[kate] [Bug 449545] Replace in "Search and Replace" does not work when the search regex contains lookahead or lookbehind part
https://bugs.kde.org/show_bug.cgi?id=449545 Kåre Särs changed: What|Removed |Added Version Fixed In||22.04 -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 449545] Replace in "Search and Replace" does not work when the search regex contains lookahead or lookbehind part
https://bugs.kde.org/show_bug.cgi?id=449545 Kåre Särs 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 --- 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 -1addons/search/MatchModel.cpp M +6-0addons/search/MatchModel.h A +48 -0addons/search/autotest/input/LookaheadLookbehindTestFile.txt A +22 -0addons/search/autotest/input/MultilineStartEndOfLineMatch.txt M +2-9addons/search/plugin_search.cpp https://invent.kde.org/utilities/kate/commit/cb759994beb24b119492e588147be1916390d017 -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 449545] Replace in "Search and Replace" does not work when the search regex contains lookahead or lookbehind part
https://bugs.kde.org/show_bug.cgi?id=449545 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #2 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/587 -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 449545] Replace in "Search and Replace" does not work when the search regex contains lookahead or lookbehind part
https://bugs.kde.org/show_bug.cgi?id=449545 Kåre Särs changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 CC||kare.s...@iki.fi --- Comment #1 from Kåre Särs --- I can confirm this bug. -- You are receiving this mail because: You are watching all bug changes.