Hello,
I have added a new context menu option to the files list in the "Project View" pane, that I would like to use to open a file in a specialty editor. I've added the command, but I'm not sure what metacommands to use to pass along the selected file. Right now I'm using <FILE>.<EXT>, which is, of course, passing the file of the active editing window, and not the file that was right-clicked on.
What metacommand(s) should I use to pull the file(s) that was/were selected/right-clicked on, that brought up the context menu where my menu command is located?
Thanks!
(Hopefully that makes at least a teeny bit of sense)
--James