Gradle Editor for Eclipse IDEs & Enide Studio
Recommended installing is within "Gradle IDE pack" marketplace
update site http://www.nodeclipse.org/updates/gradle-ide-pack/
git clone
- import into Eclipse IDE with PDE, e.g. Enide 2015 (or newer)
- In Project Explorer right-click on
org.nodeclipse.enide.editors.gradle
folder and select Open as project, then again right-click and select Run as Eclipse application.
Now you have version from source running in your IDE.
Gradleware works on Gradle tools for Eclipse IDE within Eclipse Buildship project. And of course have plans for full pledged Editor (see story) but it is not in nearest future (please let use know via raised issue #2 when you see it on Roadmap)
The goal of this project is to give Editor that would work within any Eclipse project, with or without Pivotal Gradle IDE or Eclipse Buildship integrations. Initial idea is that this Editor will take no Gradle APIs or Groovy dependency and stay as light as possible, but other ideas are welcomed, just open an issue or PR.
from http://www.nodeclipse.org/enide/editors/gradle
This has started as Minimalist Gradle Editor within Nodeclipse-1 repository, and was extracted by Martin Steiger request Nodeclipse/nodeclipse#187 Initially it was implemented within one day by cloning on Nodeclipse JavaScript Editor.