In Eclipse, how to open a file browser in the directory of the currently edited file

Posted by JC on Stack Overflow See other posts from Stack Overflow or by JC
Published on 2010-03-10T19:38:20Z Indexed on 2010/03/13 7:15 UTC
Read the original article Hit count: 391

Filed under:
|

Hi,

I know it's possible in eclipse to open file browsers from your project's resource browser, but is it possible for files that aren't part of your project ? Typically external includes are not found in your resource browser...

If there is the equivalent of $(resource_loc) for the editor, it would work.. But I wasn't able to find it. Can anyone help me on this ?

thanks!

JC

EDIT : I Found StartExplorer, but it's a joke of a plug-in. It is hardcoded to use WINDOWS explorer or cmd.exe. Also, it still requires you to use the resource browser. Other than that it can open paths selected in the editor, but they must be full paths.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about file-browser