What is the best way to run an external script on the output generated by textGen from inside MPS?
Hi there,
I'm generation GraphViz .dot files with MPS and I'd like to have some sort of Button for users to run graphviz automatically and generate an SVG.
I tried to create a run configuraton with the `j.m.execution.configuration` language but I don't know where to put it and how to run it (it does not show up in the run configuration menu). Is this even the right approach?
-- Julian
Please sign in to leave a comment.
What about generating .svg files as a part of make process in MPS?
You can probably implement your own make facet and generate all necessary files form this facet. See: https://confluence.jetbrains.com/display/MPSD20172/HowTo+--+Integrating+into+the+MPS+Make+Framework