IETS3 / iets3.opensource

Open Source Parts of IETS3
Apache License 2.0
44 stars 22 forks source link

DecTab: Editor behaves different than any other table like editor #1062

Closed arimer closed 3 weeks ago

arimer commented 2 months ago

Regular table like editors provide a End/Start Cell indicator (shown as grey line) at the beginning and ed of each table row.

Example:

grafik

However the editor of the DecTab concept does not have those indicators and therefore deletion/creation of new rows is cumbersome and behaves different than in any other table like editor.

grafik
arimer commented 2 months ago

Looks like this condition is evaluated into false in case Table.rowHeaders is used

arimer commented 3 weeks ago

Fixed in MPS-Extensions: https://github.com/JetBrains/MPS-extensions/pull/974