Kuruhuru
- Total activity 80
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 26
- Subscriptions 18
-
Edited What this GREEN part means in the template?
Hello!Questions to experts :) In Lambda sample there is a green instruction "extract ........=>" what does it mean? how to use this? I could not find how to enter such instruction. -
Edited Access to current Node during code generation
Hello! I want to create some utility method like this:class Utility { public static Something perform( node<SomeConcept> arg) {...return new Something();} }And I want to invoke this method from som... -
Created Generation and TextGeneration
Hello! Is it possible to get both Generation and TextGeneration for a Language? I want to generate a text for my DSL (some plain text) and also I want to generate Java (BaseLanguage) or some other ... -
Edited Any advices for GIT .ignored ?
Hello! I tried to store MPS project to Git. And I want others can do git pull request without problems to update their repo clones. But usually my colleagues play with the Project, i.e. tries to bu... -
Created BACKSPACE action?
Hello! I want the Float is converted to Integer when a dot is deleted.I defined sample Action mapand in FloatConstant editor I set this map But it seems the event does not occur. I can not see deb... -
Edited How to check pattern in TransformationMenu properly?
I want to check user's input and use for this e.g. pattern.equalsIgnoreCase("string") method But this condition is always false. I check with message info what pattern is and it is "string". But c...