D Prokhorov
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created How to open new tab in messages toolwindow?
How can one open a new tab within the messages toolwindow.Mps has this:But have can I use it to open a new tab? -
Created How to redirect Std console output to MPS's Messages Toolwindow?
At a certain point in my DSL I'm invoking a windows exe using the plain Java ProcessBuilder like so:The underlying process writes text to the std console output. How can I redirect it's output to t... -
Created How to find saved user settings?
Given the fact that a user is capable of saving the settings via https://www.jetbrains.com/help/mps/plugin.html#preferencescomponentsWhere are the settings being saved to? The docs saying something... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 ...