From e3e9da335b70913c52762729a588a33cf56dfac7 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 23 Feb 2009 21:16:24 +0000 Subject: [PATCH] javadoc fix, todo note --- app/src/processing/app/Base.java | 1 - core/todo.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 8941a6a25..2a70cd6d6 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -767,7 +767,6 @@ public class Base { /** * Close a sketch as specified by its editor window. * @param editor Editor object of the sketch to be closed. - * @param quitting True if this is being called by File → Quit. * @return true if succeeded in closing, false if canceled. */ public boolean handleClose(Editor editor) { diff --git a/core/todo.txt b/core/todo.txt index 59cbce4b7..2a5867087 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -8,6 +8,8 @@ X set strokeWeight with begin/endRaw X http://dev.processing.org/bugs/show_bug.cgi?id=1172 X fix strokeWeight with P3D (better version of line hack) X make P3D use proper weights +X ArrayIndexOutOfBoundsException with point() +X http://dev.processing.org/bugs/show_bug.cgi?id=1168 _ if no draw() method, and renderer is not displayable, then exit _ static mode PDFs shouldn't just hang