Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7350202
By: fabioz

Ok, take a look at: org.python.pydev.debug.ui.launching.LaunchShortcut and its
superclass: AbstractLaunchShortcut. Basically, from a selection you get
an IAdaptable, where you use: adaptable.getAdapter(IFile.class). That result
has the Eclipse file abstraction...

You can then get the actual location from file.getRawLocation().toOSString().

Cheers,

Fabio

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to