mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
a couple more notes on the revisions
This commit is contained in:
@@ -21,9 +21,9 @@ This release contains major changes. The big ones:
|
||||
that was for suckers!
|
||||
|
||||
And everyone should wish Casey Reas happy birthday today!
|
||||
This is mybirthday present for him. What did you get him?
|
||||
This release is my birthday present for him. What did you get him?
|
||||
|
||||
Here's a more detailed rundown:
|
||||
Here's a more detailed rundown of what else is in this release:
|
||||
|
||||
|
||||
[ new features and additions ]
|
||||
@@ -32,8 +32,8 @@ Here's a more detailed rundown:
|
||||
some quirks because of how println() works for arrays in previous
|
||||
versions of Processing. When printing an array, you should instead use
|
||||
the new printArray() function, which works the same as the old println().
|
||||
This will help avoid the compiler warnings with Eclipse or whatever else.
|
||||
In the PDE, this should be transparent (the warnings are not shown).
|
||||
This will help avoid the compiler warnings with Eclipse and others.
|
||||
In the PDE, this should be transparent, because warnings are not shown.
|
||||
https://github.com/processing/processing/issues/2056
|
||||
|
||||
+ Update the JavaDoc, remove java.* package prefix ugliness. Also link
|
||||
|
||||
Reference in New Issue
Block a user