Skip to content

Commit d617778

Browse files
committed
wrapping up the todo notes
1 parent 187fac0 commit d617778

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

core/todo.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
0253 (3.2.1)
22
X implement defaultUncaughtExceptionHandler
3-
_ or should we drop the 'default' prefix so it's not static?
4-
_ http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html
5-
_ listPaths(), listFiles()?
6-
_ https://github.com/processing/processing/issues/4622
3+
X helps avoid needing to double-quit OS X applications
74

85

96
started
@@ -13,6 +10,11 @@ _ do the same for the other data classes
1310
_ note the difference between this and toJSONObject() or toJSONArray()
1411
_ or is that the better way to handle it? hm
1512

13+
_ should we drop the 'default' prefix from the ex handler so it's not static?
14+
_ http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html
15+
_ listPaths(), listFiles()?
16+
_ https://github.com/processing/processing/issues/4622
17+
1618
_ option to disable OpenGL ES on Linux?
1719
_ https://github.com/processing/processing/issues/4584
1820

@@ -34,7 +36,7 @@ _ simple test case: using size() inside setup() from Eclipse
3436
discussion
3537
_ how to handle the touch api
3638
_ figure our size(img.width, img.height) situation
37-
_ just make loadImage() work in settings
39+
X just make loadImage() work in settings
3840
_ update the wiki and reference
3941

4042

todo.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
0253 (3.2.1)
22
X “Could not replace preferences.old” error message
33
X https://github.com/processing/processing/issues/4626
4-
_ Version 3.2 won't run from paths with spaces on Windows
4+
X Version 3.2 won't run from paths with spaces on Windows
55
X https://github.com/processing/processing/issues/4623
6-
_ might be ext.dirs trouble with spaces in path names?
7-
_ or the backwards slashes?
6+
X might be ext.dirs trouble with spaces in path names?
7+
X or the backwards slashes?
88
X fixes for Python Mode crashing on startup
99
X disable ext.dirs on Linux export and set jna.nosys as well
1010
X Java not included properly with 32-bit Linux export
11-
_ JavaInputHandler not registering
11+
X JavaInputHandler not registering
12+
1213

1314
_ library compilations handled oddly
1415
_ https://github.com/processing/processing/issues/4630
@@ -38,8 +39,6 @@ _ https://github.com/processing/processing/issues/4353#issuecomment-237715947
3839
high
3940
_ Pasting code from editor to empty editor produces Exception
4041
_ https://github.com/processing/processing/issues/4522
41-
_ did we lose settings.path because it was too buggy?
42-
_ https://github.com/processing/processing/issues/3948
4342
_ possible infinite loop on modified externally
4443
_ https://github.com/processing/processing/issues/3965
4544

@@ -56,7 +55,8 @@ _ PDE and sketches are 2x smaller on high-res Windows machines
5655
_ https://github.com/processing/processing/issues/2411
5756
_ System.setProperty("sun.java2d.dpiaware", "false");
5857
_ though that seems broken in Java 8: http://superuser.com/a/1007783
59-
58+
_ did we lose settings.path because it was too buggy?
59+
_ https://github.com/processing/processing/issues/3948
6060
_ Library path mismatch between processing-java and export
6161
_ https://github.com/processing/processing/issues/4493
6262

0 commit comments

Comments
 (0)