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 9726df4 commit 1d266d8Copy full SHA for 1d266d8
app/src/processing/app/FindReplace.java
@@ -422,7 +422,9 @@ public void replaceAll() {
422
if (findField.getText().length() == 0)
423
return;
424
425
- editor.getSketch().setCurrentCode(0); // select the first tab
+ if (searchAllFiles)
426
+ editor.getSketch().setCurrentCode(0); // select the first tab
427
+
428
editor.setSelection(0, 0); // move to the beginning
429
430
boolean foundAtLeastOne = false;
0 commit comments