JetBrains / MPS-extensions

MPS-extensions aims to ease language development within MPS.
https://jetbrains.github.io/MPS-extensions/
Apache License 2.0
80 stars 49 forks source link

fix(celllayout): cells where overlapping in some cases #698

Closed slisson closed 9 months ago

slisson commented 9 months ago

When cells with our own layout algorithm were mixed with the default MPS layouter then cells were overlapping especially if the content was bigger than the configured "Text width". Now, if we replace the layouter somewhere, it is replaced in the whole subtree.