We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7428842 commit 6bb8f6bCopy full SHA for 6bb8f6b
bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/FindReplacer.java
@@ -150,7 +150,6 @@ public int selectAll(String findString) {
150
selectedRegions.add(new Region(selection.x, selection.y));
151
replaceCount++;
152
position = selection.x + selection.y;
153
- index = -1;
154
}
155
} while (index != -1);
156
if (target instanceof IFindReplaceTargetExtension4) {
0 commit comments