mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
tweaks to editor based on feedback
This commit is contained in:
@@ -1003,7 +1003,12 @@ public class PdeSketch {
|
||||
//importPackageList = PdeCompiler.packageListFromClassPath(classPath);
|
||||
libraryPath = codeFolder.getAbsolutePath();
|
||||
} else {
|
||||
externalRuntime = (codeCount > 1); // may still be set true later
|
||||
// check to see if multiple files that include a .java file
|
||||
externalRuntime = false;
|
||||
for (int i = 0; i < codeCount; i++) {
|
||||
if (code[i].flavor == JAVA) externalRuntime = true;
|
||||
}
|
||||
//externalRuntime = (codeCount > 1); // may still be set true later
|
||||
//importPackageList = null;
|
||||
libraryPath = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user