mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
make the default mode into JavaMode
This commit is contained in:
@@ -275,12 +275,14 @@ public class Base {
|
||||
*/
|
||||
|
||||
|
||||
// TODO should this be public to suggest override for Arduino and others?
|
||||
private String getDefaultModeIdentifier() {
|
||||
//return "processing.mode.java.pdex.ExperimentalMode";
|
||||
return "processing.mode.java.JavaMode";
|
||||
}
|
||||
|
||||
|
||||
// TODO same as above... make public?
|
||||
private void buildCoreModes() {
|
||||
Mode javaMode =
|
||||
ModeContribution.load(this, getContentFile("modes/java"), //$NON-NLS-1$
|
||||
|
||||
Reference in New Issue
Block a user