@@ -16,6 +16,8 @@ X https://github.com/processing/processing/pull/3887
1616X grab bag of CM work from Jakub
1717X https://github.com/processing/processing/issues/3895
1818X https://github.com/processing/processing/pull/3897
19+ X Clean up delete dir function
20+ X https://github.com/processing/processing/pull/3910
1921X show number of updates available in the footer
2022X https://github.com/processing/processing/issues/3518
2123X https://github.com/processing/processing/pull/3896
@@ -97,7 +99,7 @@ _ mouse events (i.e. toggle breakpoint) seem to be firing twice
97993.0 final
98100_ https://github.com/processing/processing/milestones/3.0%20final
99101_ completion panel
100- _ what should the background color be?
102+ X what should the background color be?
101103_ test fg/bg color on other operating systems
102104_ fix icon sizes/design
103105_ import suggestions box needs design review
@@ -106,13 +108,6 @@ _ different design of squiggly line
106108_ easy to do inside JavaTextAreaPainter.paintSquiggle()
107109
108110
109- manager / 3.0 final
110- _ ugly white gap at the top of scroll bar
111- _ the table header doesn't extend far enough
112- _ scrolling "past" top/bottom causes the screen to jiggle (OS X and Trackpad)
113- _ looks like ContributionListing.getScrollableUnitIncrement() returns early
114-
115-
116111gui / post 3.0
117112_ build custom scroll bar since the OS versions are so ugly
118113_ see notes in the 'dialogs' section below, implement our own option panes?
@@ -131,18 +126,12 @@ _ rather than post-compile
131126_ https://github.com/processing/processing/issues/136
132127
133128
134- manager / post 3.0
135- _ Examples window closes and re-opens during library install/remove
136- _ https://github.com/processing/processing/issues/3304
137- _ CM - Icon instead of an "X" for the "could not connect" message
138- _ https://github.com/processing/processing/issues/3706
139-
140-
141- gui/low
142- _ welcome screen tweaks
143- _ click "show this welcome" text to check/uncheck the box
144- _ submit the form (as if 'get started' clicked) when closing the window
145- _ whether hitting ESC or the close box on the window
129+ welcome
130+ _ click "show this welcome" text to check/uncheck the box
131+ _ https://github.com/processing/processing/issues/3912
132+ _ submit the form (as if 'get started' clicked) when closing the window
133+ _ whether hitting ESC or the close box on the window
134+ _ https://github.com/processing/processing/issues/3911
146135
147136
148137fonts
@@ -680,6 +669,14 @@ _ e.g. ocd is broken in 0125 because of method signature changes
680669
681670PDE / Manager
682671
672+ _ ugly white gap at the top of scroll bar
673+ _ the table header doesn't extend far enough
674+ _ scrolling "past" top/bottom causes the screen to jiggle (OS X and Trackpad)
675+ _ looks like ContributionListing.getScrollableUnitIncrement() returns early
676+ _ Examples window closes and re-opens during library install/remove
677+ _ https://github.com/processing/processing/issues/3304
678+ _ CM - Icon instead of an "X" for the "could not connect" message
679+ _ https://github.com/processing/processing/issues/3706
683680_ several TODO items listed in ContributionPanel
684681_ something to set min/max versions that are supported by a library
685682_ ability to cancel a download/install
0 commit comments