Skip to content

Commit 6233d2d

Browse files
Maximilian WittmerMaximilian Wittmer
authored andcommitted
a
1 parent 61724e5 commit 6233d2d

File tree

1 file changed

+0
-1
lines changed
  • bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor

1 file changed

+0
-1
lines changed

bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/FindReplacer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ public int selectAll(String findString) {
150150
selectedRegions.add(new Region(selection.x, selection.y));
151151
replaceCount++;
152152
position = selection.x + selection.y;
153-
index = -1;
154153
}
155154
} while (index != -1);
156155
if (target instanceof IFindReplaceTargetExtension4) {

0 commit comments

Comments
 (0)