eclipse-extras
eclipse-extras copied to clipboard
Small extensions for the Eclipse IDE
Cmd+Shift+Q conflicts with the system-wide shortcut to close all applications
Something along the lines of _Open Resource_ (Ctrl+Shift+R) that selects the matching project(s) in a _navigation_ view. The _navigation_ view in which the project(s) will be selected should be configurable.
Nested projects filters are intended to assist with multi-module maven projects or similar project structures as described here: http://jmini.github.io/blog/2017/2017-01-27_ressource-filter.html In this context, it would help to have a filter that...
To align with other codeaffine projects, the build should be migrated from Codeship to Travis.
Including [Archive Utilities](https://github.com/rherrmann/com.codeaffine.archive) into Extras for Eclipse.would simplify maintenance, e.g. single marketplace entry, single build, single repository, etc. Like all other Extras features, the archive utilities would also remain a...
I just wondered, as 'F11' is the launch-latest short-cut for the debug mode and 'CTRL+F11' is the launch latest short-cut for the run mode in Eclipse whether it would stand...
After renaming a launch config from the launch dialog and returning back, the old launch config is still visible. Follow these steps to reproduce 1. open the launch dialog 2....
With the [Java Debug option 'Suspend VM'](http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fpreferences%2Fjava%2Fdebug%2Fref-debug.htm) enabled, all threads are suspended when a brakpoint is hit. To resume the process, all threads need to be resumed individually. A 'Resume...