Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-04-27Bug 446865: lowerValue and upperValue cardinality values not accessibleNicolas FAUVERGUE1-1/+2
through UI https://bugs.eclipse.org/bugs/show_bug.cgi?id=446865 Manage the multiplicity editor with 2 modes : - The 'simple' mode which allow to edit the lower and upper value in a single editor - The 'advanced' mode which allow to edit the lower and the upper values in two ValueSpecification editors. The editors of ValueSpecification can be : - Simple editor with CLabel - XText editor - Manage the JUnit tests for the specific lower and upper values The XText editors have some spcifications depending on lower or upper values : - The lower XText ValueSpecification editor always create LiteralInteger instead of LiteralUnlimitedNatural - The upper XText ValueSpecification editor always create LiteralUnlimitedNatural instead of LiteralInteger when this is possible (-1 (or *), 0 or positive) A validator on the upper value is available for the UnlimitedNatural help assist Preferences Multiplicity Editor are available to manage the mode display. Multiplicity editor help is available in this commit. Change-Id: If7bc2be230e25dde7e1c113cd09f4b0add8bb94d Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net> Reviewed-on: https://git.eclipse.org/r/45542 Tested-by: Hudson CI Reviewed-by: Gabriel Pascual <gabriel.pascual@all4tec.net> Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-04-08Bug 463881: [XText] The ValueSpecification XText editor in propertiesNicolas FAUVERGUE1-1/+1
view must be defined by XWT element https://bugs.eclipse.org/bugs/show_bug.cgi?id=463881 - Recvery code which allow to get the direct editor configuration to get it from XWT attribute with java reflexive instead of getting direct editor configuration from object to edit with defined extension points Change-Id: I1aa730f216873ea0912bd705ea63761d7e2c69a5 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net> Reviewed-on: https://git.eclipse.org/r/45231 Reviewed-by: vincent lorenzo <vincent.lorenzo@cea.fr> Tested-by: vincent lorenzo <vincent.lorenzo@cea.fr>
2015-03-30459747: [XText] Papyrus must provides a XText editor for theNicolas FAUVERGUE1-1/+1
ValueSpecification https://bugs.eclipse.org/bugs/show_bug.cgi?id=459747 - Manage the EditorConfiguration by an other way than the preferences Change-Id: Iba2f6dca4814c96fcbf6e1f0730294a9340d05d7 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
2015-03-30459747: [XText] Papyrus must provides a XText editor for the ↵Vincent Lorenzo3-0/+124
ValueSpecification + 427136: [Table 2] It should be possible to edit cells representing references using a textual editor Papyrus

    Back to the top