DSLFoundry / mps-graphicalstructureeditor

A graphical editor for the structure aspect of MPS languages
Apache License 2.0
3 stars 2 forks source link

Make the completion menu for cardinalities correct #1

Closed eugenschindler closed 6 years ago

eugenschindler commented 6 years ago

Currently, we can fill in all cardinalities for references, while only optional and mandatory are allowed. The MPS structure language does this using a menu part in the editor called property values, but unfortunately, this seems to not be available in querylist-projected cells.

eugenschindler commented 6 years ago

Whoops, this was supported in querylist, just my scoping was incorrect. Problem fixed.