Norm

- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 20
-
Created Embed Editor(Components) into a $swing component$
Hi, I am wondering if it is possible to embed any existing concept's editor within a $swing_component$. E.g.: Can I embed the editor component "cConcept_editor_strings" into my panel? I couldn't f... -
Created Only allow generation if there are no errors in input model
Hi all, I am looking for a way to disallow generation if there are still errors in the user models (constrain violations, typesystem, checking rules, etc.). Unfortunately I cannot find a way to che... -
Edited Cascading import of Runtime solutions
Hi, in order to build our languages within our CI infrastructure, I am trying to decouple the languages and (runtime) solutions we use. One issue I cannot solve is how to realise cascading runtime ... -
Created Use MPS Concepts in IntelliJ Idea Java source files (Inline MPS?)
Hi, I am successfully creating IntelliJ IDEA plugins which I am able to load and use as described in the documentation[1]. This works great - however I am wondering how to allow a user to use my co... -
Edited [SOLVED] Access concepts as Java-instance-reference from inline BlockStatement
Hi, I am currently trying to create a language that helps to create (otherwise repetitive) Informer/Listener setups. We have a custom middleware which I import in a runtime solution (see first scre... -
Edited [SOLVED] Own binary relationship always yields : "Argument of WHEN CONCRETE block is never concrete"
Hi all, similar to [1] I have the "WHEN CONCRETE block is never concrete" warning: However, unlike the issue with the calculator example I created my own binary operation which copies all elements... -
Edited Unable to generate language from console while generation within MPS is successful
Hi everybody, I got a problem I have been stuck on for quite some while now. I did not find anything on this and hopefully someone of you can help me on this... I have a language I'd like to ge... -
Edited [SOLVED] Influence scoping on leftExpression/rightExpression for a concept that extendes BinaryOperation
Hi, I face a similar problem as stated in [1] - I try to limit the scope of children of one of my concepts. I could reproduce the solution provided in [1], however my usecase is slightly different ...