Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coolya/durchblick
Durchblick is a plugin for JetBrains MPS that provides an alternate editor for generator templates.
https://github.com/coolya/durchblick
editor-plugin generator jetbrains-mps projection-editor
Last synced: about 2 months ago
JSON representation
Durchblick is a plugin for JetBrains MPS that provides an alternate editor for generator templates.
- Host: GitHub
- URL: https://github.com/coolya/durchblick
- Owner: coolya
- License: apache-2.0
- Created: 2018-03-30T14:14:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T09:59:45.000Z (6 months ago)
- Last Synced: 2024-08-04T22:13:18.861Z (5 months ago)
- Topics: editor-plugin, generator, jetbrains-mps, projection-editor
- Language: JetBrains MPS
- Homepage: https://coolya.github.io/Durchblick/
- Size: 5.71 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MPS Generator Editors
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/
## How To
Using this plugin is simple: click on the `View` menu and the select `Simplified Generator Editors`.
## Building & Contributing
Bunding the project uses gradle. The only requirement to do that is a working Java installation.
To build the porject run:
``` bash
./gradlew build # mac OS/Linuxgradlew.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.