Skip to content

Commit 654cec6

Browse files
committed
other removals, clean up todo items
1 parent 16afba2 commit 654cec6

File tree

4 files changed

+17
-376
lines changed

4 files changed

+17
-376
lines changed

core/todo.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ X Errors in glsl code are only caught when set() is used
4343
X https://github.com/processing/processing/issues/2268
4444
X move glsl entries to their own subdirectory
4545

46+
4647
beta
4748
X fix up handling of fullScreen()
49+
X https://github.com/processing/processing-docs/issues/250
4850
X https://github.com/processing/processing/issues/3296
4951
X right now using a (display ignoring) hack to displayWidth/Height
5052
X maybe we use the AWT screen sizes first, then match the others w/ em?
@@ -59,20 +61,22 @@ X split 'present' and 'full screen'?
5961
X --full-screen causes considerable flicker at this point
6062
X or split them when sketchWidth/Height are implemented?
6163
_ smooth() and noSmooth()
62-
_ can only be called inside setup(), show warning elsewhere
63-
_ is lifted out of setup() and into settings()
64-
_ goes before the first beginDraw() with createGraphics()
65-
_ sketchQuality() needs to be rooted out
6664
_ https://github.com/processing/processing/issues/3357
6765
_ https://github.com/processing/processing-docs/issues/251
66+
_ can only be called inside setup(), show warning elsewhere
67+
_ is lifted out of setup() and into settings()
68+
X goes before the first beginDraw() with createGraphics()
69+
X sketchQuality() needs to be rooted out
6870
_ replace sketchXxxx() methods with another mechanism?
6971
_ and an internal dictionary that stores them all?
7072
_ intParam(), stringParam() and setParam()?
7173
_ or sketchInt() or settingsInt()?
7274
_ surface.size(), surface.noSmooth()... just like PGraphics methods?
73-
X sketchXxxx() methods are final, need to move folks away from these
75+
X sketchXxxx() methods
76+
_ make final to move folks away from these?
7477
_ or is this a bad move until we've sorted out Android?
7578

79+
7680
critical
7781
_ draw() executes twice when noLoop() called in setup()
7882
_ https://github.com/processing/processing/issues/3310

java/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="generated"/>
4-
<classpathentry excluding="processing/mode/java/pdex/ErrorWindow.java" kind="src" path="src"/>
4+
<classpathentry kind="src" path="src"/>
55
<classpathentry kind="lib" path="mode/antlr.jar"/>
66
<classpathentry kind="lib" path="mode/classpath-explorer-1.0.jar"/>
77
<classpathentry kind="lib" path="mode/com.ibm.icu.jar"/>

0 commit comments

Comments
 (0)