message when running p5 for the first time and serial port sucks

This commit is contained in:
benfry
2002-11-19 08:03:38 +00:00
parent 7712637a2e
commit f12b2b45c3
2 changed files with 21 additions and 9 deletions

View File

@@ -373,6 +373,9 @@ public class PdeEditor extends Panel {
// the app reaches here when no sketch.properties file exists
//e.printStackTrace();
// indicator that this is the first time this feller has used p5
PdeBase.firstTime = true;
// even if folder for 'default' user doesn't exist, or
// sketchbook itself is missing, mkdirs() will make it happy
userName = "default";