author | TasneemS@US-TASNEEMS |
Mon, 11 Jan 2010 14:17:48 -0800 | |
changeset 18 | f887dc7c2ae0 |
parent 10 | 2652c361b0b3 |
child 20 | f627bee5c4fb |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<?eclipse version="3.4"?> |
|
3 |
<plugin> |
|
4 |
||
5 |
<extension |
|
6 |
point="org.eclipse.ui.commands"> |
|
7 |
<category |
|
8 |
name="Sample Category" |
|
9 |
id="org.symbian.tools.wrttools.jseditors.commands.category"> |
|
10 |
</category> |
|
11 |
</extension> |
|
12 |
<extension |
|
13 |
point="org.eclipse.ui.bindings"> |
|
14 |
<key |
|
15 |
commandId="org.symbian.tools.wrttools.jseditors.commands.sampleCommand" |
|
16 |
contextId="org.eclipse.ui.contexts.window" |
|
17 |
sequence="M1+6" |
|
18 |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
|
19 |
</key> |
|
20 |
</extension> |
|
10 | 21 |
|
0 | 22 |
<extension |
23 |
point="org.eclipse.ui.propertyPages"> |
|
24 |
<page |
|
25 |
name="Sample Page" |
|
26 |
nameFilter="*.*" |
|
27 |
class="org.symbian.tools.wrttools.jseditors.properties.SamplePropertyPage" |
|
28 |
id="org.symbian.tools.wrttools.jseditors.properties.samplePropertyPage"> |
|
29 |
<enabledWhen> |
|
30 |
<instanceof |
|
31 |
value="org.eclipse.core.resources.IFile"> |
|
32 |
</instanceof> |
|
33 |
</enabledWhen> |
|
34 |
</page> |
|
35 |
</extension> |
|
36 |
<extension |
|
37 |
point="org.eclipse.ui.editors"> |
|
38 |
<editor |
|
39 |
name="Sample XML File" |
|
40 |
extensions="xml" |
|
41 |
icon="icons/sample.gif" |
|
42 |
contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor" |
|
43 |
class="org.symbian.tools.wrttools.jseditors.editors.XMLEditor" |
|
44 |
id="org.symbian.tools.wrttools.jseditors.editors.XMLEditor"> |
|
45 |
</editor> |
|
46 |
<editor |
|
47 |
name="Sample Multi-page Editor" |
|
48 |
extensions="mpe" |
|
49 |
icon="icons/sample.gif" |
|
50 |
contributorClass="jstesteditor2.editors.MultiPageEditorContributor" |
|
51 |
class="org.symbian.tools.wrttools.jseditors.editors.MultiPageEditor" |
|
52 |
id="org.symbian.tools.wrttools.jseditors.editors.MultiPageEditor"> |
|
53 |
</editor> |
|
54 |
<editor |
|
55 |
name="Sample JavaScript File" |
|
56 |
extensions="js" |
|
57 |
icon="icons/sample.gif" |
|
58 |
contributorClass="org.symbian.tools.wrttools.jseditors.editors.JSEditorContributor" |
|
59 |
class="net.sf.wdte.js.ui.editors.JSEditor" |
|
60 |
id="net.sf.wdte.js.ui.editors.JSEditor"> |
|
61 |
</editor> |
|
62 |
</extension> |
|
63 |
<extension |
|
64 |
point="org.eclipse.ui.popupMenus"> |
|
65 |
<objectContribution |
|
66 |
objectClass="org.eclipse.core.resources.IFile" |
|
67 |
id="org.symbian.tools.wrttools.jseditors.contribution1"> |
|
68 |
<menu |
|
69 |
label="New Submenu" |
|
70 |
path="additions" |
|
71 |
id="org.symbian.tools.wrttools.jseditors.menu1"> |
|
72 |
<separator |
|
73 |
name="group1"> |
|
74 |
</separator> |
|
75 |
</menu> |
|
76 |
<action |
|
77 |
label="New Action" |
|
78 |
class="org.symbian.tools.wrttools.jseditors.popup.actions.NewAction" |
|
79 |
menubarPath="org.symbian.tools.wrttools.jseditors.menu1/group1" |
|
80 |
enablesFor="1" |
|
81 |
id="org.symbian.tools.wrttools.jseditors.newAction"> |
|
82 |
</action> |
|
83 |
</objectContribution> |
|
84 |
<objectContribution |
|
85 |
adaptable="true" |
|
86 |
objectClass="org.eclipse.core.resources.IProject" |
|
87 |
nameFilter="*" |
|
88 |
id="org.symbian.tools.wrttools.jseditors.contribution1"> |
|
89 |
<action |
|
90 |
label="Add/Remove Sample Nature" |
|
91 |
class="org.symbian.tools.wrttools.jseditors.builder.ToggleNatureAction" |
|
92 |
menubarPath="additions" |
|
93 |
enablesFor="+" |
|
94 |
id="org.symbian.tools.wrttools.jseditors.addRemoveNatureAction"> |
|
95 |
</action> |
|
96 |
</objectContribution> |
|
97 |
</extension> |
|
10 | 98 |
|
0 | 99 |
<extension |
100 |
point="org.eclipse.ui.navigator.viewer"> |
|
101 |
<viewerActionBinding |
|
102 |
viewerId="com.example.test"> |
|
103 |
<includes> |
|
104 |
<actionExtension |
|
105 |
pattern="org.eclipse.ui.navigator.resources.*"> |
|
106 |
</actionExtension> |
|
107 |
</includes> |
|
108 |
</viewerActionBinding> |
|
109 |
<viewerContentBinding |
|
110 |
viewerId="com.example.test"> |
|
111 |
<includes> |
|
112 |
<contentExtension |
|
113 |
pattern="org.eclipse.ui.navigator.resourceContent"> |
|
114 |
</contentExtension> |
|
115 |
<contentExtension |
|
116 |
pattern="org.eclipse.ui.navigator.resources.filters.*"> |
|
117 |
</contentExtension> |
|
118 |
<contentExtension |
|
119 |
pattern="org.eclipse.ui.navigator.resources.linkHelper"> |
|
120 |
</contentExtension> |
|
121 |
<contentExtension |
|
122 |
pattern="org.eclipse.ui.navigator.resources.workingSets"> |
|
123 |
</contentExtension> |
|
124 |
</includes> |
|
125 |
</viewerContentBinding> |
|
126 |
</extension> |
|
18
f887dc7c2ae0
Fixed exception in org.eclipse.ui.internal.PageLayout.stackView.
TasneemS@US-TASNEEMS
parents:
10
diff
changeset
|
127 |
|
0 | 128 |
<extension |
129 |
point="org.eclipse.help.contexts"> |
|
130 |
<contexts |
|
131 |
file="contexts.xml"> |
|
132 |
</contexts> |
|
133 |
</extension> |
|
134 |
<extension |
|
135 |
point="org.eclipse.ui.newWizards"> |
|
136 |
<category |
|
8
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
137 |
id="org.symbian.tools.wrttools.jseditors.category" |
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
138 |
name="WRT Files"> |
0 | 139 |
</category> |
140 |
<wizard |
|
141 |
name="XML File" |
|
8
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
142 |
icon="icons/new_xml.gif" |
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
143 |
category="org.symbian.tools.wrttools.jseditors.category" |
0 | 144 |
class="org.symbian.tools.wrttools.jseditors.wizards.NewXMLWizard" |
145 |
id="org.symbian.tools.wrttools.jseditors.wizards.NewXMLWizard"> |
|
146 |
</wizard> |
|
8
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
147 |
<wizard |
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
148 |
name="HTML File" |
9 | 149 |
icon="icons/newhtml_wiz.gif" |
8
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
150 |
category="org.symbian.tools.wrttools.jseditors.category" |
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
151 |
class="org.symbian.tools.wrttools.jseditors.wizards.NewHTMLWizard" |
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
152 |
id="org.symbian.tools.wrttools.jseditors.wizards.NewHTMLWizard"> |
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
153 |
</wizard> |
0 | 154 |
<wizard |
155 |
name="JavaScript File" |
|
8
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
156 |
icon="icons/newjscript_wiz.gif" |
683bdcbc3ebd
Added HTML Wizard. Changed category to Web Runtime(WRT). Sanitized for licenses. Fixed category for WRT files. General cleanup.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
157 |
category="org.symbian.tools.wrttools.jseditors.category" |
0 | 158 |
class="org.symbian.tools.wrttools.jseditors.wizards.NewJSWizard" |
159 |
id="org.symbian.tools.wrttools.jseditors.wizards.NewJSWizard"> |
|
160 |
</wizard> |
|
161 |
</extension> |
|
162 |
<extension |
|
163 |
point="org.eclipse.ui.preferencePages"> |
|
164 |
<page |
|
165 |
name="Sample Preferences" |
|
166 |
class="org.symbian.tools.wrttools.jseditors.preferences.SamplePreferencePage" |
|
167 |
id="org.symbian.tools.wrttools.jseditors.preferences.SamplePreferencePage"> |
|
168 |
</page> |
|
169 |
</extension> |
|
170 |
<extension |
|
171 |
point="org.eclipse.core.runtime.preferences"> |
|
172 |
<initializer |
|
173 |
class="org.symbian.tools.wrttools.jseditors.preferences.PreferenceInitializer"> |
|
174 |
</initializer> |
|
175 |
</extension> |
|
176 |
<extension |
|
177 |
point="org.eclipse.help.toc"> |
|
178 |
<toc |
|
179 |
file="toc.xml"> |
|
180 |
</toc> |
|
181 |
<toc |
|
182 |
file="testToc.xml" |
|
183 |
primary="true"> |
|
184 |
</toc> |
|
185 |
</extension> |
|
186 |
<extension |
|
187 |
point="org.eclipse.ui.decorators"> |
|
188 |
<decorator |
|
189 |
lightweight="true" |
|
190 |
location="BOTTOM_RIGHT" |
|
191 |
adaptable="true" |
|
192 |
label="Resource Decorator" |
|
193 |
icon="icons/sample_decorator.gif" |
|
194 |
state="true" |
|
195 |
id="org.symbian.tools.wrttools.jseditors.decorator"> |
|
196 |
<enablement> |
|
197 |
<and> |
|
198 |
<objectClass |
|
199 |
name="org.eclipse.core.resources.IResource"> |
|
200 |
</objectClass> |
|
201 |
<or> |
|
202 |
<objectClass |
|
203 |
name="org.eclipse.core.resources.IProject"> |
|
204 |
</objectClass> |
|
205 |
<objectClass |
|
206 |
name="org.eclipse.core.resources.IFile"> |
|
207 |
</objectClass> |
|
208 |
</or> |
|
209 |
</and> |
|
210 |
</enablement> |
|
211 |
</decorator> |
|
212 |
</extension> |
|
213 |
<extension |
|
214 |
point="org.eclipse.ui.importWizards"> |
|
215 |
<category |
|
216 |
name="Sample File Import" |
|
217 |
id="org.symbian.tools.wrttools.jseditors.importWizards.sampleCategory"> |
|
218 |
</category> |
|
219 |
<wizard |
|
220 |
name="Import File" |
|
221 |
icon="icons/sample.gif" |
|
222 |
category="org.symbian.tools.wrttools.jseditors.importWizards.sampleCategory" |
|
223 |
class="org.symbian.tools.wrttools.jseditors.importWizards.ImportWizard" |
|
224 |
id="org.symbian.tools.wrttools.jseditors.importWizards.ImportWizard"> |
|
225 |
<description> |
|
226 |
Import a file from the local file system into the workspace. |
|
227 |
</description> |
|
228 |
</wizard> |
|
229 |
</extension> |
|
230 |
<extension |
|
231 |
point="org.eclipse.ui.intro.configExtension"> |
|
232 |
<configExtension |
|
233 |
content="intro/sample.xml" |
|
234 |
configId="org.eclipse.ui.intro.universalConfig"> |
|
235 |
</configExtension> |
|
236 |
</extension> |
|
237 |
<extension |
|
238 |
point="org.eclipse.ui.perspectives"> |
|
239 |
<perspective |
|
240 |
name="Release Engineering" |
|
241 |
icon="icons/releng_gears.gif" |
|
242 |
class="org.symbian.tools.wrttools.jseditors.perspectives.RelEngPerspective" |
|
243 |
id="org.symbian.tools.wrttools.jseditors.perspectives.RelEngPerspective"> |
|
244 |
</perspective> |
|
245 |
</extension> |
|
246 |
<extension |
|
247 |
id="org.symbian.tools.wrttools.jseditors.builders.SampleBuilder" |
|
248 |
name="Sample Project Builder" |
|
249 |
point="org.eclipse.core.resources.builders"> |
|
250 |
<builder |
|
251 |
hasNature="true"> |
|
252 |
<run |
|
253 |
class="org.symbian.tools.wrttools.jseditors.builder.SampleBuilder"> |
|
254 |
</run> |
|
255 |
</builder> |
|
256 |
</extension> |
|
257 |
<extension |
|
258 |
id="org.symbian.tools.wrttools.jseditors.builders.SampleNature" |
|
259 |
name="Sample Project Nature" |
|
260 |
point="org.eclipse.core.resources.natures"> |
|
261 |
<runtime> |
|
262 |
<run |
|
263 |
class="org.symbian.tools.wrttools.jseditors.builders.SampleNature"> |
|
264 |
</run> |
|
265 |
</runtime> |
|
266 |
<builder |
|
267 |
id="org.symbian.tools.wrttools.jseditors.builders.SampleBuilder"> |
|
268 |
</builder> |
|
269 |
</extension> |
|
270 |
<extension |
|
271 |
id="org.symbian.tools.wrttools.jseditors.xmlProblem" |
|
272 |
name="XML Problem" |
|
273 |
point="org.eclipse.core.resources.markers"> |
|
274 |
<super |
|
275 |
type="org.eclipse.core.resources.problemmarker"> |
|
276 |
</super> |
|
277 |
<persistent |
|
278 |
value="true"> |
|
279 |
</persistent> |
|
280 |
</extension> |
|
281 |
<extension |
|
282 |
id="org.symbian.tools.wrttools.jseditors.jsProblem" |
|
283 |
name="JS Problem" |
|
284 |
point="org.eclipse.core.resources.markers"> |
|
285 |
<super |
|
286 |
type="org.eclipse.core.resources.problemmarker"> |
|
287 |
</super> |
|
288 |
<persistent |
|
289 |
value="true"> |
|
290 |
</persistent> |
|
291 |
</extension> |
|
292 |
<extension |
|
293 |
point="org.eclipse.ui.splashHandlers"> |
|
294 |
<splashHandler |
|
295 |
class="org.symbian.tools.wrttools.jseditors.splashHandlers.InteractiveSplashHandler" |
|
296 |
id="org.symbian.tools.wrttools.jseditors.splashHandlers.interactive"> |
|
297 |
</splashHandler> |
|
298 |
<splashHandlerProductBinding |
|
299 |
splashId="org.symbian.tools.wrttools.jseditors.splashHandlers.interactive" |
|
300 |
productId="org.eclipse.epp.package.rcp.product"> |
|
301 |
</splashHandlerProductBinding> |
|
302 |
</extension> |
|
303 |
||
304 |
</plugin> |