From 7d8b9f92c6cf3d7788ef22223bd4e5be30f9303c Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 20 Aug 2015 17:30:21 -0400 Subject: [PATCH] who keeps letting this person check in code when they're tired? --- core/todo.txt | 2 ++ java/src/processing/mode/java/JavaBuild.java | 5 ++--- todo.txt | 8 ++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index 664460bc6..f6736aa64 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -19,6 +19,8 @@ X https://github.com/processing/processing/pull/3656 X FX - Proper sketch sizing X https://github.com/processing/processing/pull/3658 X implement frameRate() +X FX - Fix key typed +X https://github.com/processing/processing/pull/3672 known issues diff --git a/java/src/processing/mode/java/JavaBuild.java b/java/src/processing/mode/java/JavaBuild.java index d4fee5d46..8572fe8da 100644 --- a/java/src/processing/mode/java/JavaBuild.java +++ b/java/src/processing/mode/java/JavaBuild.java @@ -68,7 +68,7 @@ public class JavaBuild { private String javaLibraryPath; /** List of library folders, as figured out during preprocessing. */ - private ArrayList importedLibraries; + private List importedLibraries; public JavaBuild(Sketch sketch) { @@ -270,7 +270,6 @@ public class JavaBuild { int index = bigCode.indexOf(stmt); if (index != -1) { bigCode.delete(index, index + stmt.length()); - System.out.println("code now " + bigCode); } else { // TODO remove once we hit final; but prevent an exception like in // https://github.com/processing/processing/issues/3531 @@ -645,7 +644,7 @@ public class JavaBuild { * Get the list of imported libraries. Used by external tools like Android mode. * @return list of library folders connected to this sketch. */ - public ArrayList getImportedLibraries() { + public List getImportedLibraries() { return importedLibraries; } diff --git a/todo.txt b/todo.txt index 42fe2b63d..2fea44f96 100644 --- a/todo.txt +++ b/todo.txt @@ -4,6 +4,8 @@ X https://github.com/processing/processing/issues/3497 o probably have to add the script/Processing.app location to user's path X line selected for errors is off by one or two X https://github.com/processing/processing/issues/3654 +X PDE window leaks undisposed Timer objects even when closed +X https://github.com/processing/processing/issues/3655 contribs X Undo does not move to the correct location in the editor window @@ -24,6 +26,12 @@ X https://github.com/processing/processing/pull/3636 X CM: Category dropdown alignment X https://github.com/processing/processing/pull/3666 _ https://github.com/processing/processing/issues/3644 +X CM column widths change with selection +X https://github.com/processing/processing/issues/3609 +X https://github.com/processing/processing/pull/3675 +X remove category dropdown from CM except when viewing libraries +X https://github.com/processing/processing/issues/3668 +X https://github.com/processing/processing/pull/3676 cleaning X modify build to insert these after antlr run: