@@ -4,6 +4,8 @@ X fix potential casting problem with Platform and DefaultPlatform
44X should be unreachable, but fixed anyway
55X bring back getCodeIndex() for GUI Builder Tool
66X https://github.com/processing/processing4/issues/545
7+ X ...and remove again
8+ X https://github.com/processing/processing4/issues/596
79
810contribs
911X Catalan translation for Processing 4.0.1
@@ -30,8 +32,8 @@ before 4.0.2
3032X library version number parsing isn't ignoring comments properly
3133X https://github.com/processing/processing4/issues/586
3234X https://github.com/processing/processing4/issues/553
33- _ Can't Update Libraries due to "this.progressBar" is null error message
34- _ https://github.com/processing/processing4/issues/567
35+ X Can't Update Libraries due to "this.progressBar" is null error message
36+ X https://github.com/processing/processing4/issues/567
3537_ if naming scheme produces a sketch w/ the same name, what happens?
3638_ probably a crash (or infinite loop?) need to check
3739_ temp folders owned by one user can't be overwritten by another
@@ -47,6 +49,12 @@ _ https://github.com/processing/processing4/issues/548
4749_ a report that theme is not being kept after Processing restart on Windows
4850_ https://github.com/processing/processing4/issues/565
4951
52+ _ if user clicks "no" when asked to access Documents folder, will cause weird problems later
53+ _ "Please fix read/write" in ContributionManager.updateFlagged()
54+ _ but that also shouldn't prevent users from continuing
55+ _ https://github.com/processing/processing4/issues/581
56+ _ use tccutil or some api to check whether user has disallowed access
57+
5058_ preproc inserting weird number of spaces
5159_ before 'public' in functions, it's an extra single space
5260_ not indenting the rest of the code at all
@@ -157,6 +165,7 @@ _ https://github.com/processing/processing4/wiki/Preferences#proxies
157165_ right-click/ctrl-click for jump to declaration causes hang
158166_ https://github.com/processing/processing4/issues/527
159167_ https://github.com/processing/processing4/issues/551
168+ _ https://github.com/processing/processing4/issues/595
160169
161170design
162171_ completion mode pop-up not following dark and light mode conventions
0 commit comments