There're many times that we want to open windows exploer and locate the file or fold we're working with in Eclipse.
Here's a shortcut for doing this, all you need to do is a single mouse click after you making some configuration.
- Open "Exteranl Tools Configuration..." window
- Add a new program configuration
- Rename theconfiguration, e.g. "Windows Explorer"
- Set Location as the explorer file location, e.g."c:\windows\explorer.exe"
- Set Arguments as "/e, /select, ${selected_resource_loc}"
- Click button "Apply"
Now, you can select any file or folder in "Navigator" or "Package Explorer" in Eclipse and run newly created external tool configuration, a windows explorer displays and the file or folder you selected in Eclipse will be automatically selected in windows explorer.




本文介绍了一种在Eclipse中通过简单的鼠标点击快速打开Windows资源管理器并定位到当前正在操作的文件或文件夹的方法。只需进行一次配置,即可通过外部工具配置实现这一功能。
1157

被折叠的 条评论
为什么被折叠?



