loop8ack / ExtensionPackTools

Import and export lists of Visual Studio extensions.
Other
78 stars 15 forks source link

Import and Export dialog boxes really need a "Select All/Deselect All" check box. #31

Closed astrohart closed 3 years ago

astrohart commented 3 years ago

Hi,

I have a very numerous amount of extensions to import/export, and it's tiring simply clicking all the check boxes in the list, one at a time.

It would be nice to have a single check box at the top of the list, called Select/deselect all and then clicking it to place a check mark in it makes all the check boxes in the list get checked, and clicking it again to clear its check mark clears the check marks from all items in the list. I'll fork this repo and then I will submit a Pull request, in order to address this issue.

In order to avoid code collisions, I'll submit my pull request to a astrohart branch.

astrohart commented 3 years ago

Fixed this issue, see pull request #32.