Skip to content
Snippets Groups Projects
Commit 528fb978 authored by Simon Barner's avatar Simon Barner
Browse files

Enable editing of multi-valued EAttribute annotations

* Add new classes
  * MultiValueAnnotationTextEditingSupport, an editing support that
    allows for textual editing of multi-value annotation.
  * MultiValueAnnotationTextEditingDialog, a dialog to that allows to
    edit multiple values
* Adapt
  * EditingSupportFactory to instantiate
    MultiValueAnnotationTextEditingSupport instead of throwning an
    exception about an unsupported case
  * EStructuralFeatureValueProviderBase to set values using the new
    method setAnnotationValueFromString(Collection<String>, T)

Issue-Ref: 3578
Issue-Url: https://af3-developer.fortiss.org/issues/3578



Signed-off-by: default avatarSimon Barner <barner@fortiss.org>
parent c2125803
No related branches found
No related tags found
1 merge request!423267: Support for multivalued (non-EReference) annotations
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment