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

tables: initial support for row actions #700

Closed alexanderpann closed 8 months ago

alexanderpann commented 9 months ago

Tables now support a new property row UI actions (experimental): This property adds actions to the MPS toolbar to add a new row above (up arrow)/below(down arrow) the current row or to delete the current row (x). These actions only work for simple tables that are based on rows. The property is set to false by default.