mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
rebuild menus on save as, looking into classpath bug
This commit is contained in:
@@ -544,6 +544,8 @@ public class Sketchbook {
|
||||
String packages[] =
|
||||
Compiler.packageListFromClassPath(libraryClassPath);
|
||||
for (int k = 0; k < packages.length; k++) {
|
||||
//System.out.println(packages[k] + " -> " + exported);
|
||||
//String already = (String) importToLibraryTable.get(packages[k]);
|
||||
importToLibraryTable.put(packages[k], exported);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user