@@ -84,17 +84,17 @@ X updateDetail() call in StatusPanel.updateTheme()
8484o move to ListPanel.updateTheme() (why wasn't it there?)
8585X ugh, it's called twice, right nearby each other; yikes
8686X fix the double call, but just need to get rid of progress bars anyway
87-
87+ X if Python Mode for 3.x is installed, it's allowed to be used and loaded
88+ o shouldn't be loading it on startup if it's not compatible
89+ o does this apply to other libraries as well?
90+ X added checks for compatibility to ContributionType.isCandidate()
91+ X but with Python Mode for 3.x, the problem is maxRevision is set to 0
92+ X filed an issue https://github.com/jdf/processing.py/issues/406
8893
8994_ Update All with several entries is really locking things up
9095_ not clear if it's work being done on the EDT
9196_ or that all the threads are running immediately (rather than sequentially)
9297
93-
94- _ if Python Mode for 3.x is installed, it's allowed to be used and loaded
95- _ shouldn't be loading it on startup if it's not compatible
96- _ does this apply to other libraries as well?
97-
9898_ rip out JProgressBar from StatusPanel/StatusDetail
9999_ show progress in the list instead
100100_ also make possible to start install by clicking the list
@@ -109,6 +109,7 @@ _ (was this for the contrib listing? or an actual contrib?)
109109_ Base.setUpdatesAvailable() is called from half a dozen places!?
110110_ how to handle contrib manager download/retry/etc and showing progress
111111
112+
112113_ make note in docs that .properties file *must* be utf-8 (usually iso8859-1)
113114_ if not it'll make things gross (andre sier flob library)
114115
0 commit comments