For those who weren’t watching:
ozone10 made a better fix for the tab-control:
PR #16673 has been accepted
ozone10 also fixed my “secondarily” report about the listbox scrollbar from above, which I reported in
issue #16674, fixed in
PR #16676 (accepted)
progressbars also
don’t go to darkmode, and ozone10 has
proposed PR#16687, which hasn’t been accepted yet, but hopefully will be.
So at least 2 of those 3 (and hopefully the third) will be in v8.8.2
Meanwhile, CollectionInterface v1.1 has been released – the new version will be in PluginsAdmin for v8.8.2, or you can install it from the assets in the release at https://github.com/pryrt/NppPlugin-CollectionInterface/releases/tag/v1.1.0 :
Adds DarkMode support (with N++ v8.5.4 or newer; in earlier versions, dialog will be LightMode still) [I do my own subclassing on the TabControl for v8.5.4-v8.8.1; it will use the builtin starting in v8.8.2]
Allow selecting multiple files for bulk download (
#6)
Add label to progress bar so “100% [DONE]” is more clear (
#9)
Fix crash if firewall blocks download (
#13) and make error handling better in other edge cases as well