File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ X add warning message when a negative textSize() is used
1212X https://github.com/processing/processing/issues/3110
1313X loadXxxx() methods will truly follow redirects (including http -> https)
1414X https://github.com/processing/processing-docs/issues/218
15+ o move to enums instead of PConstants?
16+ o helps textMode() only accept valid entries
17+ o really nice for auto-complete
18+ o prevents hundreds of entries from coming up w/ auto-complete
19+ o downside: breaks compatibility big time
20+ X would have to use ALIGN_CENTER eta al, so no
1521
1622head
1723X Sketch window dimensions off in Java2D
@@ -167,11 +173,6 @@ breaking api
167173_ bring back chaining in JSON (and add to XML)
168174_ add chaining operations to PVector
169175_ https://github.com/processing/processing/issues/257
170- _ move to enums instead of PConstants?
171- _ helps textMode() only accept valid entries
172- _ really nice for auto-complete
173- _ prevents hundreds of entries from coming up w/ auto-complete
174- _ downside: breaks compatibility big time
175176_ min() and max() to use varargs
176177_ https://github.com/processing/processing/issues/3027
177178_ use enums for constants
You can’t perform that action at this time.
0 commit comments