Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2015-03-30 09:00:47 +0000
committerVincent Lorenzo2015-03-30 19:41:58 +0000
commit68280f4d8d087c4d89326aef7ba570d053a96f02 (patch)
treefed9b754a82768d6881dce9834f02806cee4acb2 /examples/uml/org.eclipse.papyrus.uml.textual.editors.example
parent1d97866542c0baa3a17098a44b67c125240dbb7d (diff)
downloadorg.eclipse.papyrus-68280f4d8d087c4d89326aef7ba570d053a96f02.tar.gz
org.eclipse.papyrus-68280f4d8d087c4d89326aef7ba570d053a96f02.tar.xz
org.eclipse.papyrus-68280f4d8d087c4d89326aef7ba570d053a96f02.zip
459747: [XText] Papyrus must provides a XText editor for the
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>
Diffstat (limited to 'examples/uml/org.eclipse.papyrus.uml.textual.editors.example')
-rw-r--r--examples/uml/org.eclipse.papyrus.uml.textual.editors.example/model/UML/ui/PropertyExample.xwt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/model/UML/ui/PropertyExample.xwt b/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/model/UML/ui/PropertyExample.xwt
index 7560a5894cc..f757324cadb 100644
--- a/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/model/UML/ui/PropertyExample.xwt
+++ b/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/model/UML/ui/PropertyExample.xwt
@@ -36,7 +36,7 @@
<ppe:ReferenceDialog input="{Binding}"
property="UML:Property:defaultValue"></ppe:ReferenceDialog>
<xtexteditor:UMLStyledTextReferenceDialog
- property="UML:Property:defaultValue" input="{Binding}"></xtexteditor:UMLStyledTextReferenceDialog>
+ property="UML:Property:defaultValue" input="{Binding}" objectInstance="org.eclipse.uml2.uml.ValueSpecification"></xtexteditor:UMLStyledTextReferenceDialog>
<ppe:EnumCombo input="{Binding}" property="UML:Property:aggregation"></ppe:EnumCombo>
<ppe:MultiReference input="{Binding}"
property="UML:Property:subsettedProperty"></ppe:MultiReference>

Back to the top