D Prokhorov

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
D Prokhorov created a post, Plaintextgen generator is not being triggered within the multi stage generation plan
I've been working through the steps outlined in this tutorial: https://www.f1re.io/multi-generators along with its corresponding repository: https://github.com/f1re-nl/mps-multi-generator-target I... -
-
D Prokhorov created a post, Where to get the org.iets3.core.expr.base build script?
While attempting to create my custom language plugin, I encounter an error stating that the org.iets3.core.expr.base module is not found. This issue arises because I have incorporated the related o... -
-
D Prokhorov created a post, How to align swing components with text vertically?
In my Editor, I have a swing component next to a normal text which currently looks like as follows:As it can be seen, the JButtons aren't vertically aligned within the text. How to align both verti... -
D Prokhorov created a post, How to modify custom MPS IDE's right submenu?
In my custom MPS IDE, I'd like to modify the context menu that is being activated with the right click on the Model folder within a solution, so the user can see only specific items.In fact, I want... -
-
-
D Prokhorov created a post, How to trigger "Preview Generated Text" using MPS Plugin?
Currently, I'm generating a XML file out of my DSL in MPS. This XML file is then consumed by a python script which then generates C# code. My goal is to automate this pipeline using MPS plugin. So ...