ConsoleGuiTools icon indicating copy to clipboard operation
ConsoleGuiTools copied to clipboard

Fixes #120 - Adds a Select All feature to OCGV

Open tig opened this issue 5 years ago • 2 comments
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 StatusBar is populated to support added functionality with less duplicated code.

this PR is dependent on #117

tig avatar Oct 03 '20 00:10 tig

@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...

tig avatar Aug 03 '22 22:08 tig

@andschwa This is now ready for review.

tig avatar Aug 03 '22 23:08 tig

Closing because this was already merged with https://github.com/PowerShell/GraphicalTools/pull/166,

tig avatar Aug 24 '22 12:08 tig