Skip to content

Commit b61fc91

Browse files
committed
close out the enums issue
1 parent 1b9e12e commit b61fc91

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

core/todo.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ X add warning message when a negative textSize() is used
1212
X https://github.com/processing/processing/issues/3110
1313
X loadXxxx() methods will truly follow redirects (including http -> https)
1414
X 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

1622
head
1723
X 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

0 commit comments

Comments
 (0)