Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBelqassim Djafer2015-07-10 12:56:10 +0000
committerFlorian Barbin2015-07-23 12:49:42 +0000
commita32827f04941a157bc5d65610bfbaae8e80c48fc (patch)
tree3104ff1aa2b966ffc01abb0ec8e3a004ca00f8e7
parent79246fc7023f3be33c90cc835a4dd9de56cfa793 (diff)
downloadorg.eclipse.sirius-a32827f04941a157bc5d65610bfbaae8e80c48fc.tar.gz
org.eclipse.sirius-a32827f04941a157bc5d65610bfbaae8e80c48fc.tar.xz
org.eclipse.sirius-a32827f04941a157bc5d65610bfbaae8e80c48fc.zip
[457064] Fix truncated tooltip for "Associated Elements Expression"
Bug: 457064 Change-Id: I79dafbf9700860329d6eb0d3afd065c5a12df38b Signed-off-by: Belqassim Djafer <belqassim.djafer@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.diagram/model/diagram.genmodel2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.diagram/model/diagram.genmodel b/plugins/org.eclipse.sirius.diagram/model/diagram.genmodel
index e9f6adc1d8..3f782ec074 100644
--- a/plugins/org.eclipse.sirius.diagram/model/diagram.genmodel
+++ b/plugins/org.eclipse.sirius.diagram/model/diagram.genmodel
@@ -398,7 +398,7 @@
<genFeatures property="None" createChild="false" propertyCategory="Advanced"
propertyDescription="Tell whether the element should be created during the diagram initialization or not. If not the diagram will be created empty and then the user will have to fill it."
ecoreFeature="ecore:EAttribute diagram.ecore#//description/DiagramElementMapping/createElements"/>
- <genFeatures createChild="false" propertyCategory="General" propertyDescription="Expression used to associate more than one semantic element to the viewpoint element. If you associate more than one element, any change "
+ <genFeatures createChild="false" propertyCategory="General" propertyDescription="Expression used to associate more than one semantic element to the viewpoint element. If you associate more than one element, any change on one of these elements will trigger a refresh of the graphical element."
ecoreFeature="ecore:EAttribute diagram.ecore#//description/DiagramElementMapping/semanticElements"/>
<genFeatures notify="false" createChild="false" propertyCategory="Behavior"
propertySortChoices="true" ecoreFeature="ecore:EReference diagram.ecore#//description/DiagramElementMapping/doubleClickDescription"/>

Back to the top