Hi.
In a small addin for VS2012, i want to add a new command 'Compare' to every pending file. The work is already done for SolutionExplorer files and it works. The command is also added in contexts of included/excluded trees, but i dont find any way to get the right selected item list ! The _applicationObject.SelectedItems refers to solution explorer items... How can i get 'Pending changes included' and 'Pending changes excluded' selected lists ?