mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
updating the javadoc
This commit is contained in:
@@ -890,9 +890,11 @@
|
||||
-->
|
||||
|
||||
<!-- set the MIME type so that Google Code shows the files properly -->
|
||||
<!--
|
||||
<exec executable="find" dir=".">
|
||||
<arg line="javadoc -name '*.html' -exec svn propset svn:mime-type text/html {} ';'" />
|
||||
</exec>
|
||||
-->
|
||||
|
||||
</target>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
11
todo.txt
11
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
|
||||
|
||||
Reference in New Issue
Block a user