fxlex

- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
-
Created Change model from endless running background thread
As in the documentation suggested I tried to use a Task.Backgroundable (Progress indicators page). Since I make changes to the model I use an undoable action and made the following behavior method ... -
Created Stub model imports broken inside a Solution
I wasn't quite sure if I should post it here or on the bug tracker. As already reported as an issue the stub model import seems to be broken. For me is is broken even in MPS 3.0 not since 3.2 as st... -
Created Evaluate expression before textgen
Hello,I have a concept with a child C of concept Expression. I've set the type of C in an interference rule to <int>.Can I evaluate the expression before using C in textgen?For example, in textgen ... -
Created Integrating generated files with other systems
Hi,as far as I understand, I have to regenerate a model when I make changes to it.The fastest way seems to activate "Incremental generation" in the settingsand press the shortcut for "Make Solution... -
Created Write access for node from JComponent
Hello, I created a custom component with swing but I can't change properties of the corresponding concept (properties: isFinished : boolean) component provider: (node, editorContext)->JComponent { ...