Kuruhuru
- Total activity 80
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 26
- Subscriptions 18
-
Created Is it possible to use Java lambdas?
Hello guys! :) Is it possible to use Java lambdas in MPS? I tried to add BaseLanguage.jdk8 but I could not find how to use Java lambdas. -
Created Adding external library from maven repository
Hello, folks! :) In my project I use external library as jar file. And I want this file is updated from a maven repository. How can I achive this? -
Created exporting artefacts
Hello! Suppose there are two workplace. both are for the same DSL language defined in MPS. How can I transfer a documents written on this DSL from one workplase to another? Suppose they are differe... -
Created exporting artefacts
Hello! Suppose there are two workplace. both are for the same DSL language defined in MPS. How can I transfer a documents written on this DSL from one workplase to another? Suppose they are differe... -
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...