make the default mode into JavaMode

This commit is contained in:
Ben Fry
2015-01-24 09:39:17 -05:00
parent 4e8604a6ad
commit a34aade96f

View File

@@ -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$