Skip to content

Commit

Permalink
added RegexReplace support
Browse files Browse the repository at this point in the history
  • Loading branch information
daddel80 committed Aug 10, 2023
1 parent e26a680 commit 44c1cdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MultiReplacePanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,6 @@ int MultiReplace::replaceString(const std::wstring& findText, const std::wstring
else {
newPos = performReplace(replaceTextUtf8, searchResult.pos, searchResult.length);
}
Sci_Position newPos = performReplace(replaceTextUtf8, searchResult.pos, searchResult.length);
replaceCount++;

searchResult = performSearchForward(findTextUtf8, searchFlags, newPos, false);
Expand Down

0 comments on commit 44c1cdb

Please sign in to comment.