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: implement column table actions and update icons #710

Closed alexanderpann closed 8 months ago

alexanderpann commented 8 months ago

As the title already tells, I've added some additions to https://github.com/JetBrains/MPS-extensions/pull/700.

alexanderpann commented 8 months ago
  • [ ] in class InsertColumnAction.canExecute, my suggestion for the "FIXME" coment refering to this part of the expression would be: action.getClass().equals(HeaderGridFactory.class).

The class of the action is anonymous e.g. de.slisson.mps.tables.runtime.gridmodel.HeaderGridFactory$2 that is the problem. The fix doesn't help.