Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCéline Janssens2015-03-05 16:54:25 +0000
committerCéline Janssens2015-05-06 13:21:44 +0000
commitaa51f9ee3eddf8ba18a418ffb8de9ec77a0be103 (patch)
treee6af296d74979ddb0559cf5f7edea625d06a4237 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/plugin.xml
parent90dfa151d07cc8b8146a69f235255a9c99caa3b4 (diff)
downloadorg.eclipse.papyrus-aa51f9ee3eddf8ba18a418ffb8de9ec77a0be103.tar.gz
org.eclipse.papyrus-aa51f9ee3eddf8ba18a418ffb8de9ec77a0be103.tar.xz
org.eclipse.papyrus-aa51f9ee3eddf8ba18a418ffb8de9ec77a0be103.zip
Bug 460356: [Stereotype Display] Objective 4c. Display properties into a
comment thanks to CSS. Bug 461561: [Stereotype Display] The reference Element should be the Stereotype instead of StereotypeApplication Bug 461559: [Stereotype Display] Brace Properties should be store in a different Compartment into Notation View https://bugs.eclipse.org/bugs/show_bug.cgi?id=460356 https://bugs.eclipse.org/bugs/show_bug.cgi?id=461559 https://bugs.eclipse.org/bugs/show_bug.cgi?id=461561 - Point to Stereotype instead of Stereotype Application - Dupplicated Compartment for Brace Properties - EditPolicy Hierarchy change - Not Display Comment, and Properties by Default into base.css - Creation of AppliedStereotypeEmptyEditPart and InvisibleRectangleFigure to Avoid DefaultNodeEditPart of GMF not well interpreted into CornerBentFigure. - Fix Operation and Property Stereotype Display - Refactor the EditPolicy Hierarchy - Comment Creation is independent of Compartment creation - Label and Brace structure created into Abstract EditPolicy - Base.CSS file update for Stereotypes Change-Id: Ia5afc63639f64590748db3a9c9844bee7351344a Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/plugin.xml')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/plugin.xml b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/plugin.xml
index 5331d355cfe..4a838ce0dad 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/plugin.xml
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/plugin.xml
@@ -20,7 +20,7 @@
<object
class="org.eclipse.gmf.runtime.notation.Node(org.eclipse.gmf.runtime.notation)"
id="StereotypePropertiesEditPartProvider">
- <method name="getType()" value="StereotypeComment,StereotypeCompartment,StereotypeProperty,StereotypeCommentLink"/>
+ <method name="getType()" value="StereotypePropertyBrace, StereotypeBrace, StereotypeLabel, StereotypeComment,StereotypeCompartment,StereotypeProperty,StereotypeCommentLink"/>
</object>
</editpartProvider>
</extension>

Back to the top