vantuz subhuman

- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
-
vantuz subhuman created a post, Model dependencies change event
Hi! Is there a way to receive events when dependencies is added or removed?I've found an event like this only for modules, but couldn't find anything similar for models. In my language I have a ver... -
vantuz subhuman created a post, Generators priority with `mps.lang.editor` when implementing custom CellModel
Hi! I want to implement custom `CellModel` to use in my language's editor. So I created additional language `myLanguage.util` where I have created new concept `CellModel_DynamicList`. I've used `Ce... -
vantuz subhuman created a post, How to generate variable declaration with references being preserved
Hi! In my language I have a complex statement that contains a complex expression and optional variable declaration.Structurally variable declaration is a child of my statement, cuz I wanted it to l... -
vantuz subhuman created a post, Distribution script (Standalone IDE)
Hi! I am trying to create Standalone IDE for my test "Project", and I'm using this manual: https://confluence.jetbrains.com/display/MPSD33/Building+standalone+IDEs+for+your+languages I've used wi... -
-
vantuz subhuman commented, -
-
-
vantuz subhuman created a post, Resolve generic field type in a typed class
Hi!I'm importing my java library into MPS project as "javaclasses", and my language's purpose is to work with those imported classes when user specifies a reference to one. Any classes with type pa... -