Eclipse Runner
Note: this is a fork of Eclipse Runner Plugin with a few bug fixes and enhancements.
Overview
Eclipse Runner plugin extends capability of running launch configurations in Eclipse IDE. User gets a new "Runner" view, which allows to categorize and bookmark launch configurations in groups, run them directly from the view by double clicking on the launch configuration icon. It speeds up development in projects containing many small java applications or many test suits.
Features
- browse your launch configurations in separate Eclipse Runner view
- run or debug launch configuration directly from the view by double clicking on it
- categorize your launch configurations in custom groups
- bookmark featured launch configurations with a star icon
- filter launch configurations using following filters
- closed projects
- deleted projects
- uncategorized launch configurations
- current project
- current working set
- bookmarked launch configurations
- decide if you want to run or debug
- open resource behind launch configuration in editor (f.e. Java main class)