On 24 Aug 2018, at 20:36, Tim Boudreau <[email protected]<mailto:[email protected]>> wrote:
Sounds like you would just need to modify the action and the enablement logic, and then give the UI the ability to show history for multiple files in one ui. -Tim The way I am trying to do it is to allow multiple selection of files. I then have the list of multiple Nodes[] which I can then use to replace the single file functions one at a time. I can leave existing functions as in and just add my own functionality ontop. I need to be able to access the list of Nodes[] in LocalHistoryProvider, HistoryComponent, HistoryFileView and VCSHistoryProvider. Should I achieve this by Lookup or is there a better way. What are other developers recommendations? Kind Regards, MArk
