yamass

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created Creating an MPS language Idea-Plugin with Actions/KeyMaps/...
Hi,my language has a plugin facet which defines actions, action groups, key maps, and so on. However I cannot build the language as an idea plugin because while compiling (running the build script)... -
Created How to invoke ModelChecker from plugin
Hi, I am trying to force the ModelChecker to be executed before my plugin runs. Is there any way to do this?CheersYann -
Created Invoking Plugins via Ant
Hi,is it possible to invoke custom MPS pluggins ("Actions" in the plugin aspect of a language) via Ant?GreetingsYann Massard -
Created Making changes to generated code
Hi,is there a way to make changes to generated code that won't be discarded by the generator?If not: Are there plans to provide such a feature?Best regardsYann Massard -
Created Unit Tests for Generators
Hi,is there a way to write unit tests for generators? For example I would like to do something like this: Define a test model Use it as input for the generator test case Make assertions on the... -
Created Problems with migration from MPS 1.5 to 2.0
Hi,I just tried to migrate my MPS 1.5-Project to MPS 2.0. Following problems: All references to external libraries are broken. I needed to completely reenter the dependencies to my dependency solu... -
Created Maven and Ant
Hi,when I started my work with MPS I found a page describing how to use maven or ant to automatically execute the MPS generator. I can't find this page anymore. Has maven support been removed? -
Created Programmatically Generating MPS models
Hi,I would like to migrate from a huge Java code base (Hibernate entities) to my simple MPS model (from which I will generate the Java source code again).However, migrating manually seems to be ver... -
Created Enum Value Array Property
Hi,is it possible to make Concepts have properties of type "array of Enum value"?Example: concept ReferenceAttribute properties: cascading : CascadingType[] // CascadingType is an enum -
Created Bypassing nodes during generation
Hi,I am generating from my own custom language to baselanguage. However, I reused the EnumClass concept from baselanguage in my custom language.During generation, I simply want to pass each EnumCla...