Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing SPACE should change the check-state of all selected nodes #745

Closed
joachimmarder opened this issue Dec 7, 2017 · 0 comments
Closed
Assignees
Milestone

Comments

@joachimmarder
Copy link
Contributor

joachimmarder commented Dec 7, 2017

Pressing SPACE should change the check-state of all selected nodes. Currently the check-state of only one node is changed. The requested behavior can be seen in many popular software products, e.g. in all ListViews of TortoiseSVN.

TortoiseSVN does the same if a checkbox is clicked with left mouse button and the clicked item is one of multiple selected items. We should change this too accordingly.

So using SetCheckStateForAll(aCheckState: TCheckState) with pSelectedOnly = True makes sense.

@joachimmarder joachimmarder added this to the V7.0 milestone Dec 7, 2017
@joachimmarder joachimmarder changed the title Pressing SPACE should chnage the check-state of all selected nodes Pressing SPACE should change the check-state of all selected nodes Dec 7, 2017
@sanjayssk sanjayssk self-assigned this Mar 21, 2018
joachimmarder pushed a commit that referenced this issue Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants