macks

- Total activity 436
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 45
- Subscriptions 132
-
Edited problem with model to model generation
Hey forum! I have a small language which basically generates a C# enum textually. I have created the nodes in this language and a corresponding textgen aspect for them. Now I have a second language... -
Created prevent enter key from creating a new child
Hey forum! I have a very basic question. I have a child list [0..n] of cars, separated by a comma. Now if the user hits enter, it always creates a new child. Instead I only want that behavior for a... -
Created weird error message during build action
Hey! What's the problem with this error message? Anyone an idea? I'm just trying to build a small standalone IDE with my installed plugins and without any languages and solutions. Error running DSL... -
Created Assignment action
Hey forum! I have a custom assignment named Instruction. Instruction has a left and a right child. I want to create the right child and focus the right node when the operator "=" is typed. So my ed... -
Created Plugin action icon
Hey! I developed a language plugin for MPS. If I want to set a icon on my action, it always takes the absolute path to the selected image. Is there a way to set a relative path? Cause I want to dis... -
Edited Visualization of a DSL in MPS
Hello forum! I would really like to know what's the best way to visualize the corresponding AST to a MPS language. It would be great if the language designer could generate a visualization of the l... -
Edited Read only project in a standalone MPS IDE
Hey forum!I have a question regarding the fact that one can build a standalone MPS to distribute it to MPS. I used the wizard way and only customized the distribution file to only build a zip for W... -
Created boolean datytype not checked by model checker
Hey forum! For example I have defined a property isOk of type boolean. If a value edited by the user is not true or false it's highlighted in red. Thus it's shown as an error. But if I build my mod... -
Edited Model access in Swing Component Action
Hello forum! I'm using a swing component (JCheckBox) in the editor aspect. If the user clicks on the checkbox I would like to change a property from my concept. Unfortunately the ModelAccess is dep... -
Edited How to retrieve the filepath of a model
Hello forum! I read the following thread which helps a lot. https://mps-support.jetbrains.com/hc/en-us/community/posts/206440149-How-to-Retreive-Project-Path?flash_digest=df9b7b44b66dfd7212588dc4a4...