Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/Model/UML/ui/RichTextSingleComment.xwt')
-rw-r--r--extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/Model/UML/ui/RichTextSingleComment.xwt13
1 files changed, 13 insertions, 0 deletions
diff --git a/extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/Model/UML/ui/RichTextSingleComment.xwt b/extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/Model/UML/ui/RichTextSingleComment.xwt
new file mode 100644
index 00000000000..a4d438ee24c
--- /dev/null
+++ b/extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/Model/UML/ui/RichTextSingleComment.xwt
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:x="http://www.eclipse.org/xwt"
+ xmlns:richtext="clr-namespace:org.eclipse.papyrus.infra.widgets.epf.richtext.extension.properties.uml"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+ xmlns="http://www.eclipse.org/xwt/presentation" xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets">
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <richtext:CommentBodyRichTextEditor
+ input="{Binding}" property="UML:Comment:body"></richtext:CommentBodyRichTextEditor>
+ <ppe:MultiReference input="{Binding}"
+ property="UML:Comment:annotatedElement"></ppe:MultiReference>
+</Composite> \ No newline at end of file

Back to the top