-
Notifications
You must be signed in to change notification settings - Fork 11
Support changing name and multiplicity of references [8] #72
Comments
Yeah, it's not supported yet; I missed that too :) |
Scope for now: |
Currently we only have the drop down support for the command palette, but not for rename inputs. It can quite easily be used for rename inputs too in a custom implementation. However, I think, it would be cool to have generic support for suggestions/auto-complete in the form of a drop down for renames as well. |
I was thinking of something similar to the EType auto completion which awas recently contributed. Are you saying we might "generify that"? |
Ah, you mean #66 right? |
What exactly are the allowed multiplicities? |
Let us not consider "-2" for now and treat "-1" as a synonym for "*" Actually all other numbers are allowed therefore, I beleive the autcomplete case does not really fits here well. IMHO parsing [a..b] would be good enough |
These changes make it possible to rename references and to change the multiplicity. Resolves: eclipsesource#72 Signed-off-by: leodennis <[email protected]>
These changes make it possible to rename references and to change the multiplicity. Resolves: eclipsesource#72 Signed-off-by: leodennis <[email protected]> Added support for literal editing Added subclasses of SLabelNode for attributes and literals. Changed EcoreLabelOperationHandler to support server side editing. Resolves:eclipsesource#61 Signed-off-by: leodennis <[email protected]> Fix two Typos in the Create New Ecore Command. Change of structure Signed-off-by: leodennis <[email protected]>
These changes make it possible to rename references and to change the multiplicity. Resolves: eclipsesource#72 Signed-off-by: leodennis <[email protected]> Added support for literal editing Added subclasses of SLabelNode for attributes and literals. Changed EcoreLabelOperationHandler to support server side editing. Resolves:eclipsesource#61 Signed-off-by: leodennis <[email protected]> Fix two Typos in the Create New Ecore Command. Change of structure Signed-off-by: leodennis <[email protected]>
These changes make it possible to rename references and to change the multiplicity. Resolves: #72 Signed-off-by: leodennis <[email protected]> Added support for literal editing Added subclasses of SLabelNode for attributes and literals. Changed EcoreLabelOperationHandler to support server side editing. Resolves:#61 Signed-off-by: leodennis <[email protected]> Fix two Typos in the Create New Ecore Command. Change of structure Signed-off-by: leodennis <[email protected]>
Maybe I missed the issue when looking through them, but currently, we it is not yet supported to change the name or the multiplicity of references. Labels of references support the direct edit feature too, so we may use it and do this similarly to the attribute name/type changes.
The text was updated successfully, but these errors were encountered: