@@ -10,6 +10,24 @@ X not great because the error checker runs more slowly than your typing
1010X SVG not highlighting as a keyword
1111X https://github.com/processing/processing/issues/3752
1212
13+ may be fixed
14+ _ UnsatisfiedLinkError on startup "Access is denied" on Windows 10
15+ _ https://github.com/processing/processing/issues/3800
16+ _ administrator, but using Microsoft account to log in
17+ _ JNA errors on startup when run from an account w/ non-ASCII characters
18+ _ https://github.com/processing/processing/issues/3624
19+ _ set jna.tmpdir (or java.io.tmpdir) to another location
20+ _ https://github.com/twall/jna/issues/124
21+ _ https://github.com/twall/jna/issues/238
22+ _ Sun says they won't fix: user locale and system locale probably different:
23+ _ https://bugs.openjdk.java.net/browse/JDK-8017274
24+ _ https://bugs.openjdk.java.net/browse/JDK-4958170
25+ _ https://github.com/twall/jna/blob/master/test/com/sun/jna/JNALoadTest.java
26+ _ http://happygiraffe.net/blog/2009/09/24/java-platform-encoding/
27+ _ fix: get sun.jnu.encoding and make sure the user name is supported in it?
28+ _ and if not, put up a warning for the user?
29+ _ http://www.oracle.com/us/technologies/java/locale-140624.html
30+
1331manager
1432X CM: Clicking item in Libraries list throws exception
1533X https://github.com/processing/processing/issues/3667
@@ -73,22 +91,6 @@ _ or just change the documentation?
7391_ Contributions Manager UI design
7492_ https://github.com/processing/processing/issues/3482
7593_ items still show up in "Recent" if they no longer exist (on startup)
76- _ UnsatisfiedLinkError on startup "Access is denied" on Windows 10
77- _ https://github.com/processing/processing/issues/3800
78- _ administrator, but using Microsoft account to log in
79- _ JNA errors on startup when run from an account w/ non-ASCII characters
80- _ https://github.com/processing/processing/issues/3624
81- _ set jna.tmpdir (or java.io.tmpdir) to another location
82- _ https://github.com/twall/jna/issues/124
83- _ https://github.com/twall/jna/issues/238
84- _ Sun says they won't fix: user locale and system locale probably different:
85- _ https://bugs.openjdk.java.net/browse/JDK-8017274
86- _ https://bugs.openjdk.java.net/browse/JDK-4958170
87- _ https://github.com/twall/jna/blob/master/test/com/sun/jna/JNALoadTest.java
88- _ http://happygiraffe.net/blog/2009/09/24/java-platform-encoding/
89- _ fix: get sun.jnu.encoding and make sure the user name is supported in it?
90- _ and if not, put up a warning for the user?
91- _ http://www.oracle.com/us/technologies/java/locale-140624.html
9294_ Red error underline is sometimes at wrong location
9395_ https://github.com/processing/processing/issues/3759
9496
0 commit comments