ConsoleGuiTools
ConsoleGuiTools copied to clipboard
Fixes #120 - Adds a Select All feature to OCGV
trafficstars
Closes #120
This PR
- Implements "Select All/None" functionality increasing parity with
ogv, which gets this support natively because Windows' listboxes provide it natively. - Fixes Filter logic such that behavior matches
ogv, specifically: Filter means Filter INPUT - It restricts the data being operated on. Thus whenever the Filter edit box changes, pervious selections (in-OutputMode Multiple) are forgotten. - Refactors how
StatusBaris populated to support added functionality with less duplicated code.
this PR is dependent on #117
@andschwa I screwed up and horked this PR, overwriting my original changes. This is a valuable feature that has been requested by several users. I'm working on resurrecting it...
@andschwa This is now ready for review.
Closing because this was already merged with https://github.com/PowerShell/GraphicalTools/pull/166,