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 479fe85 commit d49c8e2Copy full SHA for d49c8e2
app/src/processing/app/Base.java
@@ -349,10 +349,6 @@ protected boolean restoreSketches() {
349
int opened = 0;
350
for (int i = 0; i < count; i++) {
351
String path = Preferences.get("last.sketch" + i + ".path");
352
- // don't automatically rename sketches that were left open from a
353
- // pre-1.0 version of Arduino (wait for the user to explicitly open
354
- // the sketch before renaming it).
355
- if (path.toLowerCase().endsWith(".pde")) continue;
356
int[] location;
357
if (windowPositionValid) {
358
String locationStr = Preferences.get("last.sketch" + i + ".location");
0 commit comments