Is it possible to pass more than a single file ($(Path)) to an extrenal tool?
Specifically, I would like to pass the path of 2 open files to an external diff utility.
(An editor I previously used, enabled this by a $(Filelist) argument that opened a dialog with a list of currently open files to select from).
Thanks.