Hi,
I'd like to write a XCode user script which, let say, open the current file in another editor. But it seems that the only things which can be passed as argument (actually, as stream input) are:
- the current election
- the whole content of the current document
Is there any way to access other information like:
- current filename
- current cursor position
- ...
Thanks