fvollmer

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 9
-
-
-
-
-
fvollmer created a post, Align wrapped editor elements (anchor?)
I have a pretty basic question regarding alignment of editor cells, which are line wrapped. Let us assume I want to create something like this: MyFun(arg, arg, arg, arg, arg, arg, arg, arg, arg, ar... -
-
fvollmer created a post, Start MPS with console window on windows
I couldn't find any documentation on how to start MPS on Windows with a console window. All you need to do is: Edit C:\Program Files\JetBrains\MPS 2018.3\bin\mps.bat and replace javaw.exe with java... -
-
fvollmer created a post, How to instantiate nested classes in Java BaseLanguage?
As an example I would like enter the following statement: Rectangle2D a = new Rectangle2D.Double(1.0, 2.0, 3.0, 4.0); But I can't get it work. There is no matching entry in the autocomplete menu af... -
fvollmer created a post, Split Expressions into separate Statements
I'm trying to extend expressions for a new data type. The calculation of the Expressions like the PlusExpression should be done by an external library. This means for a statement like mytype a = b ...