This projects aims to provide a set of editors for the MPS generator language that allow easier readability of the code by showing certain aspects that are usually hidden in the inspects in the main editor.
For more information visit: https://coolya.github.io/Durchblick/
Using this plugin is simple: click on the View
menu and the select Simplified Generator Editors
.
Bunding the project uses gradle. The only requirement to do that is a working Java installation.
To build the porject run:
./gradlew build # mac OS/Linux
gradlew.bat build # Windows
This will download all the required dependencies including MPS and then build the project.
If you want to contribute back fork the respository and sent a pull request.