allow right clicking multiple files#410
allow right clicking multiple files#410MamiyaOtaru wants to merge 3 commits intomicrosoft:masterfrom
Conversation
|
intended to address Right Mouse Click Context Menu issues #260 |
logic to (optionally) not deselect current selection in directory pane on right click moved to wfdlgs. Avoids the creation of a new message type to be sent to wdir
|
Thanks @MamiyaOtaru ! Unfortunately the CLA is still showing as not being signed, and we can't move forward with this until it is. Is there a reason for not using |
|
@microsoft-github-policy-service agree Sorry, didn't see the CLA thing "Is there a reason for not using LB_GETSEL?" - lack of familiarity with the code. If that would work I'd be fine with someone doing it that way, using my submission as a base or not. Or I can try to figure that out, if I remind myself how it all works (been a while, sorry again) |
|
Thanks for taking care of the CLA. What I was trying to say about Also while looking at this again today, the code immediately below this is checking if the first selected item is a directory, and if so, disable the edit item. Unfortunately both open and edit don't work for multiple files - see the code in |
probably a better way to do this. Basically checks if the right clicked item is one of the already selected items and if so doesn't change the selection. When an action is carried out, the full list is then returned to be acted on