diff --git a/build/shared/lib/keywords.txt b/build/shared/lib/keywords.txt index fda468dff..1fba65e8f 100644 --- a/build/shared/lib/keywords.txt +++ b/build/shared/lib/keywords.txt @@ -272,7 +272,6 @@ colorMode KEYWORD2 colorMode_ concat KEYWORD2 concat_ ?: KEYWORD1 conditional_ constrain KEYWORD2 constrain_ -contract KEYWORD2 contract_ copy KEYWORD2 copy_ cos KEYWORD2 cos_ createFont KEYWORD2 createFont_ diff --git a/todo.txt b/todo.txt index d775f4c6e..983bbd33b 100644 --- a/todo.txt +++ b/todo.txt @@ -10,40 +10,35 @@ X fix problem with "save as" under linux X say that quicktime 6 is no longer supported X winvdig issues? X add note that "quicktime alternative" is not sufficient -o deal with opengl applet export changes -o what is deployment suggestion for all the different platforms? -o can the jar files actually provide the DLLs properly? +X problems with serial on leopard +X grab rxtx libraries from arduino, they've disabled locking +X http://dev.processing.org/bugs/show_bug.cgi?id=227 +X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Electronics;action=display;num=1193459849 +X add note to reference about close/quit behavior +X also add note that export will delete folders +X add notes about expand() and objects to the reference +X lots of additional ref changes for array functions -reference/online -_ add notes about JOGLAppletLauncher -_ http://download.java.net/media/jogl/builds/nightly/javadoc_public/com/sun/opengl/util/JOGLAppletLauncher.html -_ specifically add "eclipse" to integration description +_ more recent versions of the PDE lock up during setup() (no window shown) +_ http://dev.processing.org/bugs/show_bug.cgi?id=687 +_ if too many errors come through during setup, app will terminate +_ printStackTrace() throttles on osx and poops out _ "Fatal exception occurred. Program will exit." on startup _ seems to be font related, deleting prefs will fix it _ http://dev.processing.org/bugs/show_bug.cgi?id=688 _ opening a file from right-click in osx _ opens the new thing directly behind an untitled document -_ if too many errors come through during setup, app will terminate -_ printStackTrace() throttles on osx and poops out _ "missing a /* from the end of a comment" message _ "multipart/*" produces the error _ even though things are inside a quoted txt block -_ more recent versions of the PDE lock up during setup() (no window shown) -_ http://dev.processing.org/bugs/show_bug.cgi?id=687 - _ after fixing name of sketch, a sketch of that name does not exist (?) _ quicktime problems (when no QTJAVA is set?) _ http://dev.processing.org/bugs/show_bug.cgi?id=669 -_ problems with serial on leopard -_ grab rxtx libraries from arduino, they've disabled locking -_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Electronics;action=display;num=1193459849 -_ add notes about expand() and objects to the reference - _ method of threading but queue an event to be run when safe _ e.g. queueing items like mouse/keybd, but generic fxns _ fix syntax highlighting of focusGained and others