mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
getting things back under control
This commit is contained in:
@@ -1488,6 +1488,7 @@ public class PdeEditor extends JFrame
|
||||
|
||||
protected void skNew2() {
|
||||
try {
|
||||
System.out.println("skNew2()");
|
||||
// does all the plumbing to create a new project
|
||||
// then calls handleOpen to load it up
|
||||
|
||||
@@ -1508,6 +1509,7 @@ public class PdeEditor extends JFrame
|
||||
sketchDir = new File(sketchParentDir, sketchName);
|
||||
|
||||
} else {
|
||||
System.out.println("this is the thing");
|
||||
String sketchParentDir = PdePreferences.get("sketchbook.path");
|
||||
|
||||
int index = 0;
|
||||
|
||||
Reference in New Issue
Block a user