Set of small, but useful, features to Eclipse that I develop for my personal needs.
Features
Copy Path
Copies the path of file or folder to the clipboard in Eclipse's Package Explorer/Navigator.
Change Font Size
Changes the fonts size using shortcuts: Ctrl++ and Ctrl+-
Open Shell
Opens command prompt from the current file or folder in Eclipse's Package Explorer/Navigator.
The actual command is customizable from the preferences page.
Open Explorer
Opens windows explorer with the selection on the current file or folder in Eclipse's Package Explorer/Navigator.
The actual command is customizable from the preferences page.
Logger Templates
Templates for apache-commons-logging/slf4j.
Type 'logger', 'error', 'info', 'debug' or 'trace' and hit on content assist in the java editor.
The 'logger' is customizable from the preferences page.