eclipse-syson / syson

SysON: web-based graphical modelers for SysMLv2. Please visit https://mbse-syson.org and contact Obeo https://www.obeosoft.com/en/contact for more details!
https://mbse-syson.org
Eclipse Public License 2.0
94 stars 24 forks source link

Always display "Typed by" extra properties in Details view #460

Closed AxelRICHARD closed 3 months ago

AxelRICHARD commented 3 months ago

Currently, the Details view shows some "extra" properties (i.e. some properties that are not defined on the selected element itself but on some others related to), for example the "typing" of a Usage element. But this extra property only appears in the Details view if this Usage have a FeatureTyping element.

An enhancement could be to display such "extra" properties even if the selected element doesn't have the extra properties yet. In our example, the Usage will have an extra property "typing" event if it doesn't have a a FeatureTyping yet.

When the user will set a value in the the "typing" property for the first time, it will will actually create all the element needed, in this case, a FeatureTyping.