eclipsesource / papyrus-umllight

Eclipse Public License 2.0
4 stars 2 forks source link

Hide regions from model explorer and forward to state machines property view #56

Closed planger closed 5 years ago

planger commented 5 years ago

As raised by @tortmayr in #50

It may be worth eliding the region entirely in both the Model Explorer view (using its facet customization capability) and in the diagram (presenting the state machine properties when the region is selected) as the definition of multiple regions, and especially composite states, is not supported in UML Light.

tortmayr commented 5 years ago

I'm wondering how hiding Region would affect the New Child menu for state machines since all other statemachine concepts need a Region as parent container. I guess I would not be possible to create these concepts via model explorer without further customization

cdamus commented 5 years ago

Right. With the appropriate edit-helper advice (in particular, configure context), we can enable creation of vertices in the state machine. Transitions will not be a problem as they are already supported in the New Relationship menu.