Askar Kalykov
- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 40
-
Created Adding support for multiple models
I have a (non-java-)model that successfully compiles to java. Now I want to add another model and reference to classes that were generated from it from my first model. If I do it straightforward (u... -
Created MPS 3.0 - adding external jar to project
How can I add external jar file to project? It seems that the way I added jar in 2.5 doesn't work anymore - I can't find compiled java stubs model after import.I also tried to create a "Model from ... -
Created Autocomplete for not INamedConcept references
In my application I have a concept that has context-depended name (MyConcept_Behavior.getName(node<> contextNode)). How should I declare a reference concept (and its constraints) in a way to render...