2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.0"?>
|
|
3 |
<plugin>
|
|
4 |
<extension-point id="editorExtender" name="Data Model Editor Extender" schema="schema/editorExtender.exsd"/>
|
|
5 |
|
|
6 |
<extension point="org.eclipse.ui.editors">
|
|
7 |
<editor name="Carbide.c++ UI Design Editor"
|
|
8 |
icon="icons/s60_UI_designer.png"
|
|
9 |
class="com.nokia.sdt.uidesigner.ui.DesignerEditor"
|
|
10 |
contributorClass="com.nokia.sdt.uidesigner.ui.ViewEditorActionBarContributor"
|
|
11 |
id="com.nokia.sdt.uidesigner.viewEditor">
|
|
12 |
<contentTypeBinding contentTypeId="com.nokia.sdt.uimodel.carbideModel"/>
|
|
13 |
</editor>
|
|
14 |
</extension>
|
|
15 |
|
|
16 |
<extension
|
|
17 |
point="org.eclipse.ui.views">
|
|
18 |
<category
|
|
19 |
id="com.nokia.carbide.cpp"
|
|
20 |
name="%carbideCPPCategory"/>
|
|
21 |
<view
|
|
22 |
name="Gallery"
|
|
23 |
allowMultiple="false"
|
|
24 |
category="com.nokia.carbide.cpp"
|
|
25 |
class="com.nokia.sdt.uidesigner.gallery.GalleryView"
|
|
26 |
icon="icons/gallery.png"
|
|
27 |
id="com.nokia.sdt.uidesigner.gallery.GalleryView"/>
|
|
28 |
<view
|
|
29 |
allowMultiple="false"
|
|
30 |
category="com.nokia.carbide.cpp"
|
|
31 |
class="com.nokia.sdt.uidesigner.events.EventView"
|
|
32 |
icon="icons/events_16.png"
|
|
33 |
id="com.nokia.sdt.uidesigner.events.EventView"
|
|
34 |
name="Events"/>
|
|
35 |
</extension>
|
|
36 |
|
|
37 |
<extension
|
|
38 |
point="org.eclipse.ui.perspectiveExtensions">
|
|
39 |
<perspectiveExtension targetID="com.symbian.cdt.SymbianPerspective">
|
|
40 |
<view
|
|
41 |
id="com.nokia.sdt.uidesigner.gallery.GalleryView"
|
|
42 |
relationship="stack"
|
|
43 |
relative="org.eclipse.cdt.ui.CView"/>
|
|
44 |
<viewShortcut id="com.nokia.sdt.uidesigner.gallery.GalleryView"/>
|
|
45 |
<view
|
|
46 |
id="com.nokia.sdt.uidesigner.events.EventView"
|
|
47 |
relationship="stack"
|
|
48 |
relative="org.eclipse.ui.views.PropertySheet"/>
|
|
49 |
<viewShortcut id="com.nokia.sdt.uidesigner.events.EventView"/>
|
|
50 |
</perspectiveExtension>
|
|
51 |
</extension>
|
|
52 |
<extension
|
|
53 |
point="org.eclipse.ui.preferencePages">
|
|
54 |
<page
|
|
55 |
category="com.nokia.carbide.cpp.project.ui.preferences.CarbidePreferencePage"
|
|
56 |
class="com.nokia.sdt.uidesigner.preferences.UIDesignerPreferences"
|
|
57 |
id="com.nokia.sdt.uidesigner.preferences.UIDesignerPreferences"
|
|
58 |
name="UI Designer"/>
|
|
59 |
</extension>
|
|
60 |
</plugin>
|