mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
rewriting event queue setup, changing default imports, general havoc
This commit is contained in:
@@ -924,13 +924,14 @@ public class PdePreprocessor {
|
||||
return new String[] {
|
||||
"processing.core.*",
|
||||
"processing.data.*",
|
||||
"processing.event.*",
|
||||
"processing.opengl.*"
|
||||
};
|
||||
}
|
||||
|
||||
public String[] getDefaultImports() {
|
||||
// These may change in-between (if the prefs panel adds this option)
|
||||
String prefsLine = Preferences.get("preproc.imports.list");
|
||||
String prefsLine = Preferences.get("preproc.imports");
|
||||
return PApplet.splitTokens(prefsLine, ", ");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user