jensnerche

- Total activity 156
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 48
-
Created Cannot find used language dependency in build solution
Hi,I try to export a language via build solution so that I can use it as IDEA plugin. This works like a charm with another (simple) language I created, but a more sophisticated one fails with this ... -
Created Samples for different MPS features
Hi all,from time to time in this forum are questions raised about how to do this or that with MPS. Yes, there are thousands of examples in the baseLanguage itself and in other packed languages. But... -
Created Recommendations for generating structured text files
Hallo,let me take the calculator example. Once I've generated Java code I'm easily able to create spring and hibernate configuration files because they are XML - so I'm using the MPS XML language.B... -
Created PropertyMacro for a part of a method name?
I played a bit around with the calculator tutorial and wanted to add methods which print out the strings from the input fields (e.g. width, height, and deepth for MyCalc). So I added a printWidth m... -
Created How to insert comments into generator templates
Hello,I'm writing a generator for a language. In the template class I want to use comments. If there is is a new line with a <statement> that's no problem: Ctrl-Space lets select the // for a remar... -
Created Support for copy'n'paste with IDEA
Hello,I'm writing a generator for a little language and try to copy a statement from IDEA into the class template. This results in funny /*statement: [statement] Statement <no name>[1231347823742] ... -
Created How do I use classes from external jars in the generator?
I have some external jars and want to use classes from them in the code to generate. In the calculator tutorial these external jars (for swing) were imported by editing the sandbox model properties... -
Created How do I implement more than one concept interface?
I created two concept interfaces. My concept already implements the INamedConcept. I want to implement all three of them (as I read in the documentation, that is possible), but I cant make the edit... -
Created May a concept implement more than one concept interfaces?
While reading the MPS documentation, this question occured to me. -
Created My Calculator Tutorial Feedback
Hello,I've managed to walk through the calculator tutorial. Here are some points I think what could be better: The screenshot after "Now we have the cell below line with a name where we can add new...