Kuruhuru

Avatar
  • 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.
    • 2 followers
    • 3 comments
    • 1 vote
  • 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?
    • 2 followers
    • 4 comments
    • 1 vote
  • 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...
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...
    • 1 follower
    • 2 comments
    • 1 vote
  • 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.
    • 3 followers
    • 1 comment
    • 1 vote
  • 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...
    • 3 followers
    • 7 comments
    • 2 votes
  • 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 ...
    • 2 followers
    • 2 comments
    • 2 votes
  • 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...
    • 2 followers
    • 3 comments
    • 1 vote
  • 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...
    • 4 followers
    • 5 comments
    • 1 vote
  • 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...
    • 4 followers
    • 4 comments
    • 2 votes