Update Site
http://pathtools.googlecode.com/svn/trunk/PathToolsUpdateSite/site.xml
Rate this plug-in
Rate this plugin @ Eclipse Plugin Central
Path Tools Eclipse Plug-in
This plug-in adds the following actions to Eclipse.
- Copy Paths - this action copies the fully qualified paths of selected folders and files into the Clipboard. Copy Paths action is now a drop down and allows you to copy paths in all different formats. The last used format is remembered and used. The workspace resource paths, fully qualified name of a Java files, and some well known locations e.g. workspace location, can also be copied.
- Explore - this action opens the selected folder or the folder containing the selected file in the OS file explorer. The user can configure the exact command that is used to launch the file explorer. The Explore drop down has actions to go to well known places or user specified location.
- Open Command Line Shell - this action opens a command line shell window at the selected folder or the folder containing the selected file.
- Open in external editor... - this action opens the selected folder or file using the selected external editor. The user can configure the exact command that is used to launch the external editor.
- Custom actions pull down menu. These custom actions can be defined in Path Tools preferences page. Clicking on the Custom actions buttons shows the Path Tools preferences page. Here are some examples of custom commands:
- Open terminal
- Ubuntu - /usr/bin/gnome-terminal --working-directory="{path}"
- Windows - cmd /K "cd {path}"
The actions are also enabled when an editor with file editor input is active.
The actions have been grouped into a Path Tools sub menu in pop-up menus as the pop-up menus were getting too long.
Toobar
Preferences Page