@@ -16,14 +16,20 @@ X fixes for mode/tool installation
1616X https://github.com/processing/processing/pull/2705
1717X fix mode updating to work properly
1818X https://github.com/processing/processing/issues/2579
19- X temp folders not always deleting
19+ X contrib manager temp folders not always deleting
2020X https://github.com/processing/processing/issues/2606
2121X problem when removing a mode
2222X https://github.com/processing/processing/issues/2507
2323X autocompletion dialog box sticking
2424X https://github.com/processing/processing/issues/2741
2525X Line warning indicators next to scrollbar break after moving around text
2626X https://github.com/processing/processing/issues/2655
27+ X Code completion generates wrong code
28+ X https://github.com/processing/processing/issues/2753
29+ X Code completion: Hide overloaded methods unless inside parentheses
30+ X https://github.com/processing/processing/issues/2755
31+ X Close auto-completion suggestion box when deleting/backspacing code
32+ X https://github.com/processing/processing/issues/2757
2733_ remove dependency on oscp5 library for tweak mode
2834_ https://github.com/processing/processing/issues/2730
2935
@@ -57,6 +63,28 @@ X https://github.com/processing/processing/issues/2654
5763X https://github.com/processing/processing/pull/2674
5864X Style completion panel when using Nimbus LAF
5965X https://github.com/processing/processing/pull/2718
66+ X enums not supported properly
67+ X https://github.com/processing/processing/issues/1390
68+ X http://code.google.com/p/processing/issues/detail?id=1352
69+ X https://github.com/processing/processing/pull/2774
70+ X combining char/int/etc casts in one statement causes preproc trouble
71+ X https://github.com/processing/processing/issues/1936
72+ X https://github.com/processing/processing/pull/2772
73+ X Update contributions.* strings to contrib
74+ X https://github.com/processing/processing/pull/2770
75+ X Style completion panel on windows
76+ X https://github.com/processing/processing/pull/2762
77+ X Update Spanish language strings
78+ X https://github.com/processing/processing/pull/2769
79+ X make --output optional in the command line version
80+ X https://github.com/processing/processing/pull/1866
81+ X https://github.com/processing/processing/issues/1855
82+ X https://github.com/processing/processing/issues/1816
83+ X Fix unneeded scroll bar display in code completion suggestion box
84+ X https://github.com/processing/processing/pull/2763
85+
86+ _ PDE erroneously detects changes in non-sketch files
87+ _ https://github.com/processing/processing/issues/2759
6088
6189languages
6290X Japanese https://github.com/processing/processing/pull/2688
@@ -388,13 +416,8 @@ _ it's never useful. students can use { } if they want an empty block
388416_ missing brackets, unmatched brackets
389417_ examples added to the bug report
390418_ http://code.google.com/p/processing/issues/detail?id=6
391- _ enums not supported properly
392- _ https://github.com/processing/processing/issues/1390
393- X http://code.google.com/p/processing/issues/detail?id=1352
394419
395420low (features)
396- _ combining char/int/etc casts in one statement causes preproc trouble
397- _ https://github.com/processing/processing/issues/1936
398421_ copy running code from /tmp/buildXXxxx on crash of p5
399422_ should probably make a way to save/recover code
400423_ make the buildXxxx folders relate to time/date?
@@ -429,6 +452,8 @@ _ http://code.google.com/p/processing/issues/detail?id=8
429452
430453PDE / Editor
431454
455+ _ clean up /tmp folders used during build
456+ _ https://github.com/processing/processing/issues/1896
432457_ 'recent' menu doesn't respect examples folder of other p5 versions
433458_ could write that into the file, that it's an example
434459_ or write the path as shown in the PDE to the file as simpler
0 commit comments