lots of fixes for 0070p7

This commit is contained in:
benfry
2004-09-28 03:54:00 +00:00
parent 9047c52827
commit 6996fefa09
11 changed files with 55 additions and 26 deletions

View File

@@ -368,6 +368,9 @@ public class PdeSketchbook {
e.printStackTrace();
}
/*
// don't do this until it's finished
// libraries don't show up as proper sketches anyway
try {
if (PdePreferences.getBoolean("export.library")) {
JMenu librariesMenu = new JMenu("Libraries");
@@ -377,7 +380,7 @@ public class PdeSketchbook {
} catch (IOException e) {
e.printStackTrace();
}
*/
}