Plug-in for the Eclipse IDE platform which allows 1-click sorting of projects into working sets based on the source repository
See recent activity in the Change Log
The Repository Working Set plug-in is hosted via Eclipse update site at the address:
https://raw.githubusercontent.com/romeara/eclipse-repository-workingsets/latest-release/com.rsomeara.eclipse.repository.workingsets.site/
The plug-in adds a context menu to the Java package explorer window - simply right-click on any selection of projects and find the entry:
Clicking the entry will take all selected projects and add them to a working set named the same as the repository the project with imported from. Working sets will be created if they do not already exist, and projects not imported from a known source control system will not be moved
Contributions are always welcome!
- An Eclipse plug-in development environment is required to work with the projects - the last used Eclipse version was Mars 2.
- The plug-ins are currently developed against Java 7
- All pull requests should be done against the master branch
The repository working set plug in is licensed under the Eclipse Public License 1.0, as specified and documented in the LICENSE.md file within each plug-in