From ea2bcabcb068623beb8dd08ebec66cbcc95b1970 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 6 May 2013 09:42:00 -0400 Subject: [PATCH] updating the javadoc --- build/build.xml | 2 ++ build/javadoc/everything/package-list | 2 -- todo.txt | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/build/build.xml b/build/build.xml index 106ac2446..d89c2ad23 100755 --- a/build/build.xml +++ b/build/build.xml @@ -890,9 +890,11 @@ --> + diff --git a/build/javadoc/everything/package-list b/build/javadoc/everything/package-list index 6ef11ad4b..324f2b779 100644 --- a/build/javadoc/everything/package-list +++ b/build/javadoc/everything/package-list @@ -12,9 +12,7 @@ processing.app.windows processing.core processing.data processing.event -processing.mode.android processing.mode.java processing.mode.java.preproc processing.mode.java.runner -processing.mode.javascript processing.opengl diff --git a/todo.txt b/todo.txt index d81ad5024..a48df56aa 100644 --- a/todo.txt +++ b/todo.txt @@ -45,6 +45,9 @@ X get update text to align vertically X "Update" not working in the library manager X https://github.com/processing/processing/issues/1701 +_ move old Google Code SVN back to processing.org +_ then cull out the old branches/tags from the Github repo + _ library with bad version number in version causes crash _ UnsatisfiedLinkError causes huge message... _ error report cleanups haven't been fixed yet @@ -980,7 +983,13 @@ _ list of license issues _ http://code.google.com/p/processing/issues/detail?id=575 _ Internationalization _ http://code.google.com/p/processing/issues/detail?id=593 -_ l10n, i18n of environment/core - Arduino pushing on this one +_ l10n, i18n of environment/core +_ http://docs.oracle.com/javase/tutorial/i18n/format/messageintro.html +_ http://docs.oracle.com/javase/tutorial/i18n/format/numberFormat.html +_ http://docs.oracle.com/javase/tutorial/i18n/format/choiceFormat.html +_ http://docs.oracle.com/javase/tutorial/i18n/format/messageFormat.html +_ http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html +_ http://docs.oracle.com/javase/tutorial/i18n/intro/checklist.html _ write up code guidelines for project _ make proper Eclipse style prefs to reinforce _ write up guidelines for modes