oxygen editor variable for selected file/folder
Posted: Tue Apr 17, 2012 8:00 pm
Is there an oxygen equivalent of the eclipse ${resource_loc} ?
Meaning the file system path of the selection in the project view.
Everything i could find was based on the file open in the editor which makes it hard to get at parent directories.
I want to do (for source control stuff with p4) simple external tools that do things like
p4 diff ${resource_loc)/...
For example, so i can select a folder in the proj view and see the accumulated diffs below that point.
Thanks
PMac
Meaning the file system path of the selection in the project view.
Everything i could find was based on the file open in the editor which makes it hard to get at parent directories.
I want to do (for source control stuff with p4) simple external tools that do things like
p4 diff ${resource_loc)/...
For example, so i can select a folder in the proj view and see the accumulated diffs below that point.
Thanks
PMac