diff --git a/app/src/processing/mode/java/JavaMode.java b/app/src/processing/mode/java/JavaMode.java index 80beaf738..a3d63a392 100644 --- a/app/src/processing/mode/java/JavaMode.java +++ b/app/src/processing/mode/java/JavaMode.java @@ -92,7 +92,7 @@ public class JavaMode extends Mode { public String getTitle() { - return "Standard"; + return "Java"; } diff --git a/todo.txt b/todo.txt index 5f81f42b3..a44dcebea 100644 --- a/todo.txt +++ b/todo.txt @@ -1,14 +1,14 @@ 0209 pde X require Mac OS X 10.6.8 as the minimum +X replace/find need to dim out the buttons +X i.e. hitting 'replace' multiple times causes weirdness +X and replace/replace+find buttons shouldn't be active until after a find +X http://code.google.com/p/processing/issues/detail?id=1056 +X change "Standard" to "Java" mode _ example browser state (from Casey) _ http://code.google.com/p/processing/issues/detail?id=827 -_ replace/find need to dim out the buttons -_ i.e. hitting 'replace' multiple times causes weirdness -_ and replace/replace+find buttons shouldn't be active until after a find -_ http://code.google.com/p/processing/issues/detail?id=1056 - _ remove preferences that refer to applets _ remove applet folder from the Java stuff @@ -130,7 +130,6 @@ _ so that it re-loads in the proper environment 2.0 FINAL / casey stuff -_ change "Standard" to "Java" mode _ change syntax highlighting so it differentiates keyPressed and keyPressed() _ syntax highlight with parens also helps "String line" vs "line()" _ errors that cannot be placed (i.e. missing brace)