@@ -6,9 +6,34 @@ X NullPointerException in ContributionManager.deleteFlagged()
66X https://github.com/processing/processing/issues/5342
77X move to Java 8u162
88
9+ jakub
10+ X Fix scrub comments for empty block comment /**/
11+ X https://github.com/processing/processing/pull/5265
12+ X https://github.com/processing/processing/issues/5219
13+ X Fix error checker crash when className contains [ or ]
14+ X https://github.com/processing/processing/pull/5304
15+ X major fixes for the net library
16+ X https://github.com/processing/processing/pull/5378
17+ X https://github.com/processing/processing/issues/4419
18+ X https://github.com/processing/processing/issues/5360
19+ X https://github.com/processing/processing/issues/3970
20+ X https://github.com/processing/processing/pull/5389
21+
22+ contrib
23+ X detect errors from curved quotation marks
24+ X https://github.com/processing/processing/issues/5133
25+ X https://github.com/processing/processing/pull/5152
26+ X Refactor to use a few Java 8 features
27+ X https://github.com/processing/processing/pull/5134
28+ X Remove "Pipe Organ" from exec javadoc
29+ X https://github.com/processing/processing/pull/5282
30+ X typo in Italian translation
31+ X https://github.com/processing/processing/issues/5365
32+
933
1034welcome
1135_ just remove the welcome dialog; but what should the default behavior be?
36+ _ or should it only show up for people who have used <=2 but not 3?
1237_ Welcome dialog rewritten in Swing
1338_ https://github.com/processing/processing/pull/5210
1439_ Welcome screen doesn't size properly for HiDPI screens
@@ -25,7 +50,7 @@ _ Rename dialog is unusable on high density screen
2550_ https://github.com/processing/processing/issues/5368
2651_ change up the newline handling
2752_ https://github.com/processing/processing/issues/5327
28- _ Contributions manager fails to complete install of PythonMode when no windows open
53+ _ Manager fails to complete install of PythonMode when no windows open
2954_ https://github.com/processing/processing/issues/5309
3055_ update to launch4j 3.11?
3156_ http://launch4j.sourceforge.net/changelog.html
@@ -39,30 +64,11 @@ _ problem is that any sketch that uses a library, the lib is stuck as "in use"
3964_ https://github.com/processing/processing/issues/4973
4065_ an incompatible Mode prevents the PDE from quitting after last window is closed
4166_ https://github.com/processing/processing/issues/5112
42-
43- jakub
44- X Fix scrub comments for empty block comment /**/
45- X https://github.com/processing/processing/pull/5265
46- X https://github.com/processing/processing/issues/5219
47- X Fix error checker crash when className contains [ or ]
48- X https://github.com/processing/processing/pull/5304
49- X major fixes for the net library
50- X https://github.com/processing/processing/pull/5378
51- X https://github.com/processing/processing/issues/4419
52- X https://github.com/processing/processing/issues/5360
53- X https://github.com/processing/processing/issues/3970
54- X https://github.com/processing/processing/pull/5389
55-
56- contrib
57- X detect errors from curved quotation marks
58- X https://github.com/processing/processing/issues/5133
59- X https://github.com/processing/processing/pull/5152
60- X Refactor to use a few Java 8 features
61- X https://github.com/processing/processing/pull/5134
62- X Remove "Pipe Organ" from exec javadoc
63- X https://github.com/processing/processing/pull/5282
64- X typo in Italian translation
65- X https://github.com/processing/processing/issues/5365
67+ _ examples window not updating on install
68+ _ open examples window
69+ _ mode > add mode > libraries > install video
70+ _ did not update the examples window, had to restart pde
71+ _ was able to save over the video capture examples b/c they were a library
6672
6773high
6874_ menu bars broken in High Sierra
@@ -833,6 +839,7 @@ _ when are prefs saved? could instead save whenever changes are made
833839_ and then if the file gets modified, it'll put up an error message
834840_ also, this may be part of why other sketches aren't reloading properly
835841_ simple prefs implementation to set key/value pairs using a JTable
842+ _ https://github.com/processing/processing/issues/5425
836843_ prefs window doesn't swap ok/cancel properly for mac vs. windows/linux
837844_ don't bother having a "cancel" for the prefs window
838845_ make prefs dialog modal?
0 commit comments