Skip to content

Commit 57f0d5f

Browse files
committed
housekeeping
1 parent 1fbb1a3 commit 57f0d5f

1 file changed

Lines changed: 17 additions & 20 deletions

File tree

todo.txt

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ X https://github.com/processing/processing/pull/3887
1616
X grab bag of CM work from Jakub
1717
X https://github.com/processing/processing/issues/3895
1818
X https://github.com/processing/processing/pull/3897
19+
X Clean up delete dir function
20+
X https://github.com/processing/processing/pull/3910
1921
X show number of updates available in the footer
2022
X https://github.com/processing/processing/issues/3518
2123
X https://github.com/processing/processing/pull/3896
@@ -97,7 +99,7 @@ _ mouse events (i.e. toggle breakpoint) seem to be firing twice
9799
3.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-
116111
gui / 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

148137
fonts
@@ -680,6 +669,14 @@ _ e.g. ocd is broken in 0125 because of method signature changes
680669

681670
PDE / 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

Comments
 (0)