mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
wrapping up the todo notes
This commit is contained in:
+7
-5
@@ -1,9 +1,6 @@
|
||||
0253 (3.2.1)
|
||||
X implement defaultUncaughtExceptionHandler
|
||||
_ or should we drop the 'default' prefix so it's not static?
|
||||
_ http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html
|
||||
_ listPaths(), listFiles()?
|
||||
_ https://github.com/processing/processing/issues/4622
|
||||
X helps avoid needing to double-quit OS X applications
|
||||
|
||||
|
||||
started
|
||||
@@ -13,6 +10,11 @@ _ do the same for the other data classes
|
||||
_ note the difference between this and toJSONObject() or toJSONArray()
|
||||
_ or is that the better way to handle it? hm
|
||||
|
||||
_ should we drop the 'default' prefix from the ex handler so it's not static?
|
||||
_ http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html
|
||||
_ listPaths(), listFiles()?
|
||||
_ https://github.com/processing/processing/issues/4622
|
||||
|
||||
_ option to disable OpenGL ES on Linux?
|
||||
_ https://github.com/processing/processing/issues/4584
|
||||
|
||||
@@ -34,7 +36,7 @@ _ simple test case: using size() inside setup() from Eclipse
|
||||
discussion
|
||||
_ how to handle the touch api
|
||||
_ figure our size(img.width, img.height) situation
|
||||
_ just make loadImage() work in settings
|
||||
X just make loadImage() work in settings
|
||||
_ update the wiki and reference
|
||||
|
||||
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
0253 (3.2.1)
|
||||
X “Could not replace preferences.old” error message
|
||||
X https://github.com/processing/processing/issues/4626
|
||||
_ Version 3.2 won't run from paths with spaces on Windows
|
||||
X Version 3.2 won't run from paths with spaces on Windows
|
||||
X https://github.com/processing/processing/issues/4623
|
||||
_ might be ext.dirs trouble with spaces in path names?
|
||||
_ or the backwards slashes?
|
||||
X might be ext.dirs trouble with spaces in path names?
|
||||
X or the backwards slashes?
|
||||
X fixes for Python Mode crashing on startup
|
||||
X disable ext.dirs on Linux export and set jna.nosys as well
|
||||
X Java not included properly with 32-bit Linux export
|
||||
_ JavaInputHandler not registering
|
||||
X JavaInputHandler not registering
|
||||
|
||||
|
||||
_ library compilations handled oddly
|
||||
_ https://github.com/processing/processing/issues/4630
|
||||
@@ -38,8 +39,6 @@ _ https://github.com/processing/processing/issues/4353#issuecomment-237715947
|
||||
high
|
||||
_ Pasting code from editor to empty editor produces Exception
|
||||
_ https://github.com/processing/processing/issues/4522
|
||||
_ did we lose settings.path because it was too buggy?
|
||||
_ https://github.com/processing/processing/issues/3948
|
||||
_ possible infinite loop on modified externally
|
||||
_ https://github.com/processing/processing/issues/3965
|
||||
|
||||
@@ -56,7 +55,8 @@ _ PDE and sketches are 2x smaller on high-res Windows machines
|
||||
_ https://github.com/processing/processing/issues/2411
|
||||
_ System.setProperty("sun.java2d.dpiaware", "false");
|
||||
_ though that seems broken in Java 8: http://superuser.com/a/1007783
|
||||
|
||||
_ did we lose settings.path because it was too buggy?
|
||||
_ https://github.com/processing/processing/issues/3948
|
||||
_ Library path mismatch between processing-java and export
|
||||
_ https://github.com/processing/processing/issues/4493
|
||||
|
||||
|
||||
Reference in New Issue
Block a user