|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <?eclipse version="3.0"?> |
|
3 <plugin> |
|
4 <extension-point id="embeddedEditors" name="Embedded editors" schema="schema/embeddedEditors.exsd"/> |
|
5 <extension-point id="contributors" name="UI contributors" schema="schema/contributors.exsd"/> |
|
6 <extension-point id="showInSubmenu" name="Item contribution for editor's 'Show In' submenu" schema="schema/EditorShowInPopup.exsd"/> |
|
7 <extension-point id="projectResourcesContribution" name="Add resources to project" schema="schema/projectResourcesContribution.exsd"/> |
|
8 |
|
9 <!-- the contributor is not extensible, loading of configuration elements is |
|
10 random, thus for safety reason, we define all categories here --> |
|
11 <extension |
|
12 point="org.eclipse.ui.views.properties.tabbed.propertyContributor"> |
|
13 <propertyContributor |
|
14 contributorId="com.nokia.tools.screen.ui.propertysheet.tabbed.TabbedProperty" |
|
15 typeMapper="com.nokia.tools.screen.ui.propertysheet.tabbed.WidgetTypeMapper" |
|
16 labelProvider="com.nokia.tools.screen.ui.propertysheet.tabbed.WidgetSectionLabelProvider"> |
|
17 <propertyCategory category="general"/> |
|
18 <propertyCategory category="font"/> |
|
19 <propertyCategory category="background"/> |
|
20 <propertyCategory category="text"/> |
|
21 <propertyCategory category="position"/> |
|
22 <propertyCategory category="layout"/> |
|
23 <propertyCategory category="margins"/> |
|
24 <propertyCategory category="borders"/> |
|
25 <propertyCategory category="grid"/> |
|
26 <propertyCategory category="trackster"/> |
|
27 <propertyCategory category="s60"/> |
|
28 <propertyCategory category="other"/> |
|
29 <propertyCategory category="advanced"/> |
|
30 <propertyCategory category="testing"/> |
|
31 <propertyCategory category="databinding"/> |
|
32 </propertyContributor> |
|
33 </extension> |
|
34 |
|
35 <extension |
|
36 point="org.eclipse.ui.views.properties.tabbed.propertyTabs"> |
|
37 <propertyTabs |
|
38 contributorId="com.nokia.tools.screen.ui.propertysheet.tabbed.TabbedProperty"> |
|
39 <propertyTab |
|
40 label="%labelGeneral" |
|
41 category="general" |
|
42 id="com.nokia.tools.screen.ui.propertysheet.tabbed.general"/> |
|
43 <propertyTab |
|
44 label="%labelAdvanced" |
|
45 category="advanced" |
|
46 id="com.nokia.tools.screen.ui.propertysheet.tabbed.advanced"/> |
|
47 </propertyTabs> |
|
48 </extension> |
|
49 <extension point="org.eclipse.ui.views.properties.tabbed.propertySections"> |
|
50 <propertySections contributorId="com.nokia.tools.screen.ui.propertysheet.tabbed.TabbedProperty"> |
|
51 <propertySection |
|
52 class="com.nokia.tools.screen.ui.propertysheet.tabbed.InfoSection" |
|
53 enablesFor="1" |
|
54 filter="com.nokia.tools.screen.ui.propertysheet.tabbed.InfoFilter" |
|
55 id="com.nokia.tools.screen.ui.propertysheet.tabbed.section.info" |
|
56 tab="com.nokia.tools.screen.ui.propertysheet.tabbed.general"/> |
|
57 <propertySection |
|
58 class="com.nokia.tools.screen.ui.propertysheet.tabbed.AdvancedPropertySection" |
|
59 filter="com.nokia.tools.screen.ui.propertysheet.tabbed.AdvancedFilter" |
|
60 id="com.nokia.tools.screen.ui.propertysheet.tabbed.section.advanced" |
|
61 tab="com.nokia.tools.screen.ui.propertysheet.tabbed.advanced"/> |
|
62 </propertySections> |
|
63 </extension> |
|
64 <extension |
|
65 point="com.nokia.tools.media.utils.dynamicTooltip"> |
|
66 <tooltip-item |
|
67 action="PLAY_ALL" |
|
68 actionProvider="com.nokia.tools.media.utils.tooltip.EditorActionTooltipActionProvider" |
|
69 > |
|
70 <enablement |
|
71 context="s60_screen_toolbar" |
|
72 focused="false" |
|
73 unfocused="false"/> |
|
74 </tooltip-item> |
|
75 <tooltip-item |
|
76 action="PLAY_SELECTION" |
|
77 actionProvider="com.nokia.tools.media.utils.tooltip.EditorActionTooltipActionProvider" |
|
78 > |
|
79 <enablement |
|
80 context="s60_screen_toolbar" |
|
81 focused="false" |
|
82 unfocused="false"/> |
|
83 </tooltip-item> |
|
84 <tooltip-item |
|
85 action="STOP_PLAYING" |
|
86 actionProvider="com.nokia.tools.media.utils.tooltip.EditorActionTooltipActionProvider" |
|
87 > |
|
88 <enablement |
|
89 context="s60_screen_toolbar" |
|
90 focused="false" |
|
91 unfocused="false"/> |
|
92 </tooltip-item> |
|
93 <tooltip-item |
|
94 action="com.nokia.tools.media.utils.tooltip.SeparatorAction" |
|
95 actionProvider="com.nokia.tools.media.utils.tooltip.DefaultTooltipActionProvider"> |
|
96 <enablement |
|
97 context="s60_screen_toolbar" |
|
98 focused="false" |
|
99 unfocused="false"/> |
|
100 </tooltip-item> |
|
101 <tooltip-item |
|
102 action="PLAYING_SPEED" |
|
103 actionProvider="com.nokia.tools.media.utils.tooltip.EditorActionTooltipActionProvider"> |
|
104 <enablement |
|
105 context="s60_screen_toolbar" |
|
106 focused="false" |
|
107 unfocused="false"/> |
|
108 </tooltip-item> |
|
109 </extension> |
|
110 |
|
111 <extension-point id="resourceViewerSections" name="Resource viewer section" schema="schema/ResourceViewerSection.exsd"/> |
|
112 <extension-point id="newThemeAdditionalWizardPage" name="newThemeAdditionalWizardPage" schema="schema/newProjectWizardPage.exsd"/> |
|
113 <extension-point id="resourceSections" name="Resource Sections" schema="schema/resourceSections.exsd"/> |
|
114 <extension-point id="advancedproperties" name="advancedproperties" schema="schema/advancedproperties.exsd"/> |
|
115 <extension-point id="wizardValidator" name="wizardValidator" schema="schema/wizardValidator.exsd"/> |
|
116 <extension-point id="packagingPreProcessingAction" name="packagingPreProcessingAction" schema="schema/packagingPreProcessingAction.exsd"/> |
|
117 <!-- |
|
118 <extension |
|
119 point="org.eclipse.ui.views"> |
|
120 <category |
|
121 id="com.nokia.tools" |
|
122 name="Carbide.ui"/> |
|
123 <view |
|
124 category="com.nokia.tools" |
|
125 class="com.nokia.tools.screen.ui.views.ResourceViewPart" |
|
126 icon="icons/resource_view16x16.png" |
|
127 id="com.nokia.tools.screen.ui.views.Resource" |
|
128 name="%ResourceView"/> |
|
129 </extension> |
|
130 --> |
|
131 <extension |
|
132 point="org.eclipse.core.runtime.preferences"> |
|
133 <initializer class="com.nokia.tools.screen.ui.views.IIDEPreferenceInitializer"/> |
|
134 </extension> |
|
135 |
|
136 <extension |
|
137 point="org.eclipse.ui.exportWizards"> |
|
138 <category |
|
139 id="com.nokia.tools.theme.screen.ui.export" |
|
140 name="Carbide.ui"/> |
|
141 <wizard |
|
142 category="com.nokia.tools.theme.screen.ui.export" |
|
143 class="com.nokia.tools.screen.ui.wizards.ExportWizard" |
|
144 icon="icons/exportdir_wiz.gif" |
|
145 id="com.nokia.tools.theme.screen.ui.exportWizard" |
|
146 name="Export"/> |
|
147 </extension> |
|
148 <extension |
|
149 point="org.eclipse.ui.importWizards"> |
|
150 <category |
|
151 id="com.nokia.tools.theme.screen.ui.import" |
|
152 name="Carbide.ui"/> |
|
153 <wizard |
|
154 category="com.nokia.tools.theme.screen.ui.import" |
|
155 class="com.nokia.tools.screen.ui.wizards.ImportWizard" |
|
156 icon="icons/importdir_wiz.gif" |
|
157 id="com.nokia.tools.theme.screen.ui.importWizard" |
|
158 name="Import"/> |
|
159 </extension> |
|
160 <extension |
|
161 point="org.eclipse.ui.startup"> |
|
162 <startup |
|
163 class="com.nokia.tools.screen.ui.utils.EclipseUtilsStartup"></startup> |
|
164 </extension> |
|
165 |
|
166 </plugin> |