Linux Profiling Tools
The Linux Profiling Tools project aims to bring a full-featured C and C++ IDE to Linux developers. We build on the source editing and debugging features of the CDT to integrate...
Git Pusher is an eclipse plugin which helps in pushing the complete codebase or code snippet directly to GitHub or Bitbucket. This plugin does not provide any git functionality, it...
The user searches the query that matches the method, gives similarity values, and opens the class file with the exact method from the result.
This plugin adds features to quickly re-open recently closed files. * New dialog to view and re-open recently closed editors * Open the last closed editor via keyboard shortcut *...
http://phantomjs.org/ says "PhantomJS is a headless WebKit scriptable with a JavaScript API", that is browser without UI that you can control using JavaScript. Often used in...
Extra extensions for eclipse IDE to make it more usable. More information at https://gayanper.github.io/eclipse-plugins-extras/
Highlight currently selected word. Works for all eclipse text based editors. This is UltraEdit style highlight on selection feature for eclipse. Source code: https://github.com...
This Eclipse plugin enhances any editor in Eclipse with a Find/Replace dialog that can be brought up with Ctrl + F5. Compared to the standard Find/Replace dialog in Eclipse, you...
RemindMe project is a break reminder plugin within the Eclipse IDE. RemindMe plugin reminds developers to take a break with the duration they select(15,30,45,60 minutes) and...
A small timer plugin intended for use as a rotation timer in a Coding Dojo. The plugin interrupts you after the set time runs out. It forbids further access to any eclipse...
SmartClose intelligently closes unused editor tabs after a period of time. You can use this plugin in conjunction with FastOpen to reopen closed editor tabs quickly. Features Set...