macks

- Total activity 436
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 45
- Subscriptions 132
-
Created Font Size can't be increased on Mac OS X
Hey forum! I tried MPS 3.3.5 on a Mac Pro 15" retina. Unfortunately, it doesn't react to a bigger font (edited in Settings/Editor/Font). What's the problem. CMD+"+" is maxed out. Any fixes for this... -
Edited testing the textgen of a language
Hey forum! I have a question regarding testing the correct result of a textgen process. I wanna add a root from my language with all the editor features I have defined and then trigger the generati... -
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...