blob: 96ee0d3b1d7bfddcab24a87c24c0ab1db8d2e6a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.views.properties.tabbed.propertySections">
<propertySections
contributorId="TreeOutlinePage">
<propertySection
class="org.eclipse.papyrus.tabbedproperties.comments.propertysection.CommentPropertySection"
filter="org.eclipse.papyrus.tabbedproperties.comments.propertysection.CommentFilter"
id="org.eclipse.papyrus.tabbedproperties.comment.styledsection"
tab="Base">
</propertySection>
<propertySection
class="org.eclipse.papyrus.tabbedproperties.comments.propertysection.CommentedElementPropertySection"
filter="org.eclipse.papyrus.tabbedproperties.comments.propertysection.CommentedElementPropertySection"
id="org.eclipse.papyrus.tabbedproperties.comment.umlelementsection"
tab="Comments">
</propertySection>
</propertySections>
</extension>
<extension
point="org.eclipse.papyrus.extensionpoints.editors.DirectEditor">
<DirectEditor
contributor="CEA LIST"
icon="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/Comment.gif"
language="Papyrus UML"
objectToEdit="org.eclipse.uml2.uml.Comment">
<advancededitor
editorConfiguration="org.eclipse.papyrus.tabbedproperties.comments.directeditor.HTMLCommentEditorDialogConfiguration">
</advancededitor>
</DirectEditor>
</extension>
</plugin>
|