Jennek Geels
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Edited how to wget the latest MPS patch version in a travis build?
For building the `DSLFoundry/mps-langvis` plug-in on GitHub we have a travis script that contains the line wget https://download-cf.jetbrains.com/mps/2019.3/MPS-2019.3.zip I was expecting that th... -
Created Console: looking for sample queries for finding errors, run checks, ...
Recently I was struggling with java stubs and Tikhomirov Artem was kind enough to learn me how to fix one of them using the console (https://mps-support.jetbrains.com/hc/en-us/community/posts/36000... -
Created New Models from Java Sources: issue with <import implicit="true">
Hi, I am working on a generation target language named `com.dslfoundry.docx` for generating .docx files from an MPS model. It is based on the good work from the [docx4j project](https://docx4java.o... -
Edited importing jars: ASMClassType "out of search scope"
Hi, I am working on a generation target language named `com.dslfoundry.docx` for generating .docx files from an MPS model.It is based on the good work from the [docx4j project](https://docx4java.or... -
Created Paste as java statements: how about static import?
Recently I have been working with external libraries a lot, like org.docx4j. The typical pattern is that I have one solution to create java stubs for the compiled code, and a companion solution wit...