MPS-extensions
MPS-extensions copied to clipboard
MPS-extensions aims to ease language development within MPS.
This is a consequence of the implementation of "change to", which makes a new collection and deletes the old one. Maybe there is a way for plaintextgen to take into...
While editing/refactoring plaintextgen vertical/indent layouts with property macro's, it becomes tedious to move around multiple lines. Those cannot be selected at once, and therefore the lines need to be moved...
When some of the models used in the input are part of a second project that is not yet loaded, some references are null (broken). After opening the second project...
When embedding the `diagram.edge` aspect in an indent/vertical/horizontal layout, the diagram editor breaks. The same does not hold for `diagram` or `diagram.box`, where surrounding them with these layouts does not...
(More) examples are needed to illustrate when plaintextflow is needed and how to use it. Moreover, if the use of plaintextflow cases increases, it may be useful to either rethink...
There is another extension https://github.com/Kripner/textGenGen which is used in https://github.com/vaclav/mpscs. It may be good to compare with it (since they seem to offer similar functionality) and maybe even work together...
In my structure I have a child-linkCollection. The type of the collection points to an abstract concept. In the editor, I specify an optional cell for this collection. The transformation...
From mps-langvis created by [eugenschindler](https://github.com/eugenschindler): DSLFoundry/mps-langvis#20 Change the current GIF renderer to an SVG renderer. Look into the PumlPanel branch (which is in MPS 3.1) for inspiration.
From mps-langvis created by [eugenschindler](https://github.com/eugenschindler): DSLFoundry/mps-langvis#18 Possibly just depend on existing plugin or prepackaged MPS instead of having plantuml installed in the home directory.
From mps-langvis created by [eugenschindler](https://github.com/eugenschindler): DSLFoundry/mps-langvis#14