eclipsesource / papyrus-umllight

Eclipse Public License 2.0
4 stars 2 forks source link

Fix #67 Filter state machine direct editors #76

Closed cdamus closed 5 years ago

cdamus commented 5 years ago

Prefer a simple name direct editor for states and transitions.

Ensure that direct-edit invocation on a transition targets the name label, not the guard label.

Inject a constraint into the state and transition direct-editor configuration registrations that restricts their applicability to non-UML-Light models only.

cdamus commented 5 years ago

You were able to test the plugin.xml injections (Equinox transforms) in a run-time instance? I wasn't able to figure that out and could only get them to run in the RCP build. Any pointers you can offer for how to test these? TIA!