continued development and cleanup

This commit is contained in:
benfry
2011-01-22 19:12:04 +00:00
parent 62c810a093
commit 953fee5f07
7 changed files with 88 additions and 161 deletions

View File

@@ -659,7 +659,7 @@ public class Compiler {
static protected void handleCrustyCode(SketchException rex) {
rex.setMessage("This code needs to be updated, " +
"please read the Changes page on the Wiki.");
Base.showChanges();
JavaEditor.showChanges();
}