theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

[features] separate model data from feature #31

Closed JanKoehnlein closed 7 years ago

JanKoehnlein commented 7 years ago

The detection, whether a certain feature is available for a given SModelElement is currently based on attribute inspection. As such, an element with properties xand yis moveable (given the moveModule is present). This is annoying, as xand y are also necessary to calculate bounds. We should decouple that.

JanKoehnlein commented 7 years ago

Done