Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2016-04-27 15:24:25 +0000
committerGerrit Code Review @ Eclipse.org2016-05-02 12:01:15 +0000
commitbf80a8cb11fd449f9d57094e6330491fd2456988 (patch)
tree27f53469564f21402f59a3191e8e31f2c9e98783 /plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model
parentdbfc46bf0d3bfcc3a8a4a7eb09093ad0bc223996 (diff)
downloadorg.eclipse.papyrus-bf80a8cb11fd449f9d57094e6330491fd2456988.tar.gz
org.eclipse.papyrus-bf80a8cb11fd449f9d57094e6330491fd2456988.tar.xz
org.eclipse.papyrus-bf80a8cb11fd449f9d57094e6330491fd2456988.zip
Bug 469382 - [Rich Text] Nebula rich text editor integration
- Nebula rich text editor has replaced the old EPF rich text editor - Add buttons to new editor: insert reference, update references and spell check button - Reference displayed as its name in editor - Extension framework for HTML renderer (in uml.diagram.common) - Rename org.eclipse.papyrus.infra.widgets.epf.richtext.extension to org.eclipse.papyrus.infra.widgets.richtext.extesion (folder, project, package) - Releng work: rename widgets.epf.richtext.extension to widgets.richtext.extension and update feature.xml and pom.xml files Bug 458020: [Table] The table must include the Papyrus richtext editor https://bugs.eclipse.org/bugs/show_bug.cgi?id=458020 Change-Id: Ia3d8db3600f1b23cc419e09c43dfa6cd09565deb Signed-off-by: Shuai Li <shuai.li@cea.fr> Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleComment.xwt4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleComment.xwt b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleComment.xwt
index b93cf11c5a3..40337e578e5 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleComment.xwt
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleComment.xwt
@@ -6,8 +6,8 @@
<Composite.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Composite.layout>
- <uml:CommentBodyEditor input="{Binding}"
- property="UML:Comment:body"></uml:CommentBodyEditor>
+ <uml:CommentBodyRichTextEditor input="{Binding}"
+ property="UML:Comment:body"></uml:CommentBodyRichTextEditor>
<ppe:MultiReference input="{Binding}"
property="UML:Comment:annotatedElement"></ppe:MultiReference>
</Composite>

Back to the top