First, build the repository from command line to generate the source files for the Xtext grammar. To do this, navigate the the folder of the repository and issue the following command:
./gradlew build -x test
Install the following dependencies:
- Scala plug-in.
- Xtend plug-in. If the built-in installer does not work, download the
org.eclipse.xtend.idea-2.10.0.zip
and install it manually using the install plugin from disk feature.
Import the repository as a Gradle project. If you previously imported the project, go to the Gradle view and update the project.
It is recommended to start with the Eclipse Scala IDE.
Install the following dependencies:
-
Go to Help | Install New Software... and install the following plug-ins from the update site of your Eclipse release (e.g. the Neon update site):
- Xtend IDE
- Xtext Complete SDK
-
Go to Help | Eclipse Marketplace... and install the Buildship: Eclipse Plug-ins for Gradle plug-in.
Import the repository as a Gradle project. You might need to update the Gradle project: right click on the parent project and pick Gradle | Refresh Gradle Project.
License pending.