cleaning up toolbar, tweaking theme, editor listener...

This commit is contained in:
benfry
2011-01-26 15:38:30 +00:00
parent ff8c284f09
commit 54bf1c34a0
7 changed files with 28 additions and 16 deletions

View File

@@ -30,7 +30,6 @@ import processing.app.Base;
import processing.app.Editor;
import processing.app.Mode;
import processing.app.RunnerListener;
import processing.app.Settings;
import processing.app.Sketch;
import processing.app.SketchException;
import processing.app.syntax.PdeKeywords;
@@ -62,13 +61,6 @@ public class JavaMode extends Mode {
"Could not load keywords.txt, please re-install Processing.", e);
}
try {
theme = new Settings(new File(folder, "theme/theme.txt"));
} catch (IOException e) {
Base.showError("Problem loading theme.txt",
"Could not load theme.txt, please re-install Processing", e);
}
/*
item = newJMenuItem("Export", 'E');
if (editor != null) {