lucasg / Dependencies

A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
MIT License
8.47k stars 697 forks source link

Implement "Copy File Path" command in module tree #233

Closed Zeex closed 1 year ago

Zeex commented 1 year ago

I re-used the code inside CopyValue command in another view.

The Ctrl-C shortcut doesn't work though... It looks like the shortcuts are not wired to the respective commands in this view, so I thought that a better approach would be to fix the shortcuts for all menu commands at once in a different PR.