Copy Paths

Copy Paths

A plugin for the Eclipse platform, which copies the paths of the selected files to the clipboard. You can copy Workspace Paths (the paths relative to the workspace), Full Paths (the complete paths on disk), or Java Paths (the fully-qualified Java class names).

Download CopyPaths 1.0.3

To install, unzip and copy into your eclipse/plugins folder. The Copy Paths submenu will appear in the Edit menu and in contextual menus. You can add keyboard shortcuts by selecting Window > Preferences > General > Keys (it's in the Edit category).

Change History

1.0.3 (Nov 16, 2007)
Added preference pane.
Added preference for whether to add line separator at end.
Added preference for line separator (CR, LF, or CRLF).
Added preference for directory separator (/, \, or :).
1.0.2 (Feb 13, 2006)
Now uses platform-specific line separators.
1.0.1 (Feb 12, 2006)
Added Java Paths option (only available if JDT is installed).
1.0.0 (Feb 12, 2006)
Initial release, with Workspace Paths and Full Paths options.