This is done to make minimalist Gradle Editor, and play with Eclipse Editor API, and then maybe find some foundation for Editors in Nodeclipse
If to continue, look at examples in docs\
,
and src/org/nodeclipse/enide/editors/gradle/highlight/Words.java
Read first at http://www.nodeclipse.org/projects/gradle and http://www.nodeclipse.org/projects/gradle/android
- Import
org.nodeclipse.enide.editors.gradle
as existing Eclipse project in Eclipse with PDE (e.g. Eclipse Standard or Enide Studio) - open
plugins.xml
- click
Launch an Eclipse application in Debug mode
- Get inspired by Gradle DSL http://gradle.org/docs/current/dsl/
- Android Plugin DSL Reference,
android-gradle-plugin-dsl.zip
downloadable from http://developer.android.com/tools/building/plugin-for-gradle.html - Outline, take a look how implemented in https://github.com/winterstein/Eclipse-Markdown-Editor-Plugin raise an issue if you know better example