Contribution for Bug352466: [TMF] Implement UML2 Sequence Diagram
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.xml
CommitLineData
abfad0aa
FC
1<?xml version="1.0" encoding="UTF-8"?>\r
2<?eclipse version="3.4"?>\r
3<plugin>\r
4 <extension-point id="org.eclipse.linuxtools.tmf.ui.parserProviders" name="Parser Providers" schema="schema/org.eclipse.linuxtools.tmf.ui.parserprovider.exsd"/>\r
73005152
BH
5 <extension-point id="org.eclipse.linuxtools.tmf.ui.uml2SDLoader" name="TMF UML 2 Sequence Diagram Loader" schema="schema/org.eclipse.linuxtools.tmf.ui.uml2SDLoader.exsd"/>\r
6\r
abfad0aa
FC
7 <extension\r
8 point="org.eclipse.ui.views">\r
9 <category\r
10 id="org.eclipse.linuxtools.tmf.ui.views.category"\r
b9763f53 11 name="%views.category.name">\r
abfad0aa
FC
12 </category>\r
13 <view\r
14 allowMultiple="false"\r
15 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
16 class="org.eclipse.linuxtools.tmf.ui.views.project.ProjectView"\r
db36aadd 17 icon="icons/eview16/project_view.gif"\r
abfad0aa 18 id="org.eclipse.linuxtools.tmf.ui.views.project"\r
b9763f53 19 name="%project.view.name"\r
abfad0aa
FC
20 restorable="true">\r
21 </view>\r
22 <view\r
23 allowMultiple="false"\r
24 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
25 class="org.eclipse.linuxtools.tmf.ui.views.TmfEventsView"\r
db36aadd 26 icon="icons/eview16/events_view.gif"\r
abfad0aa 27 id="org.eclipse.linuxtools.tmf.ui.views.events"\r
b9763f53 28 name="%events.view.name"\r
abfad0aa
FC
29 restorable="true">\r
30 </view>\r
ce62370f
FC
31 <view\r
32 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
33 class="org.eclipse.linuxtools.tmf.ui.views.timechart.TimeChartView"\r
34 icon="icons/eview16/timechart_view.gif"\r
35 id="org.eclipse.linuxtools.tmf.ui.views.timechart"\r
36 name="%timechart.view.name"\r
37 restorable="true">\r
38 </view>\r
ca13a91c
FC
39 <view\r
40 allowMultiple="false"\r
41 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
42 class="org.eclipse.linuxtools.tmf.ui.views.colors.ColorsView"\r
43 icon="icons/eview16/colors_view.gif"\r
44 id="org.eclipse.linuxtools.tmf.ui.views.colors"\r
45 name="%colors.view.name"\r
46 restorable="true">\r
47 </view> \r
90e2b925
FC
48 <view\r
49 allowMultiple="false"\r
50 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
51 class="org.eclipse.linuxtools.tmf.ui.views.filter.FilterView"\r
52 icon="icons/eview16/filters_view.gif"\r
53 id="org.eclipse.linuxtools.tmf.ui.views.filter"\r
54 name="%filters.view.name"\r
55 restorable="true">\r
56 </view>\r
73005152
BH
57 <view\r
58 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
59 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView"\r
60 icon="icons/eview16/sequencediagram_view.gif"\r
61 id="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"\r
62 name="%uml2sd.view.name"\r
63 restorable="true">\r
64 </view>\r
abfad0aa
FC
65 </extension>\r
66 <extension\r
67 point="org.eclipse.ui.editors">\r
68 <editor\r
69 class="org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor"\r
70 default="false"\r
db36aadd 71 icon="icons/eview16/events_view.gif"\r
abfad0aa 72 id="org.eclipse.linuxtools.tmf.ui.editors.events"\r
b9763f53 73 name="%events.editor.name">\r
abfad0aa
FC
74 <contentTypeBinding\r
75 contentTypeId="org.eclipse.linuxtools.tmf.ui.content-type.trace">\r
76 </contentTypeBinding>\r
77 </editor>\r
78 </extension>\r
79 <extension\r
abfad0aa
FC
80 point="org.eclipse.ui.newWizards">\r
81 <category\r
82 id="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
b9763f53 83 name="%wizard.category.name">\r
abfad0aa
FC
84 </category>\r
85 <wizard\r
86 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
87 class="org.eclipse.linuxtools.tmf.ui.views.project.dialogs.NewProjectWizard"\r
88 id="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject"\r
b9763f53 89 name="%project.new.wizard.name"\r
abfad0aa
FC
90 project="true">\r
91 <description>\r
b9763f53
FC
92 %project.new.wizard.description\r
93 \r
abfad0aa
FC
94 </description>\r
95 </wizard>\r
911ee550
FC
96 <wizard\r
97 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
98 class="org.eclipse.linuxtools.tmf.ui.wizards.CustomTxtParserWizard"\r
db36aadd 99 icon="icons/etool16/customparser_wizard.gif"\r
911ee550 100 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.text"\r
b9763f53 101 name="%project.new.wizard.custom.text.parser">\r
911ee550
FC
102 </wizard>\r
103 <wizard\r
104 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
105 class="org.eclipse.linuxtools.tmf.ui.wizards.CustomXmlParserWizard"\r
db36aadd 106 icon="icons/etool16/customparser_wizard.gif"\r
911ee550 107 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.xml"\r
b9763f53 108 name="%project.new.wizard.custom.xml.parser">\r
911ee550 109 </wizard>\r
abfad0aa
FC
110 </extension>\r
111 <extension\r
b9763f53 112 id="org.eclipse.linuxtools.tmf.project.nature"\r
abfad0aa
FC
113 point="org.eclipse.core.resources.natures">\r
114 <runtime>\r
115 <run\r
116 class="org.eclipse.linuxtools.tmf.ui.views.project.TmfProjectNature">\r
117 </run>\r
118 </runtime>\r
119 </extension>\r
120 <extension\r
abfad0aa
FC
121 point="org.eclipse.ui.actionSets">\r
122 <actionSet\r
b9763f53 123 description="%action.set.description"\r
abfad0aa 124 id="org.eclipse.linuxtools.tmf.ui.actionSet"\r
b9763f53 125 label="%action.set.label"\r
abfad0aa
FC
126 visible="true">\r
127 </actionSet>\r
128 </extension>\r
129 <extension\r
abfad0aa
FC
130 point="org.eclipse.ui.commands">\r
131 <category\r
b9763f53 132 description="%commands.project.category.description"\r
abfad0aa 133 id="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 134 name="%commands.project.category.name">\r
abfad0aa
FC
135 </category>\r
136 <command\r
137 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 138 description="%commands.project.new.description"\r
abfad0aa 139 id="org.eclipse.linuxtools.tmf.ui.command.project.new"\r
b9763f53 140 name="%commands.project.new">\r
abfad0aa
FC
141 </command>\r
142 <command\r
143 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 144 description="%commands.project.open.description"\r
abfad0aa 145 id="org.eclipse.linuxtools.tmf.ui.command.project.open"\r
b9763f53 146 name="%commands.project.open">\r
abfad0aa
FC
147 </command>\r
148 <command\r
149 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 150 description="%commands.project.close.description"\r
abfad0aa 151 id="org.eclipse.linuxtools.tmf.ui.command.project.close"\r
b9763f53 152 name="%commands.project.close">\r
abfad0aa
FC
153 </command>\r
154 <command\r
155 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 156 description="%commands.project.rename.description"\r
abfad0aa 157 id="org.eclipse.linuxtools.tmf.ui.command.project.rename"\r
b9763f53 158 name="%commands.project.rename">\r
abfad0aa
FC
159 </command>\r
160 <command\r
161 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 162 description="%commands.project.delete.description"\r
abfad0aa 163 id="org.eclipse.linuxtools.tmf.ui.command.project.delete"\r
b9763f53 164 name="%commands.project.delete">\r
abfad0aa
FC
165 </command>\r
166 <command\r
167 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53
FC
168 description="%commands.project.refresh.description"\r
169 id="org.eclipse.linuxtools.tmf.ui.command.project.refresh"\r
170 name="%commands.project.refresh">\r
171 </command>\r
172 <category\r
173 description="%commands.trace.category.description"\r
174 id="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
175 name="%commands.trace.category.name">\r
176 </category>\r
177 <command\r
178 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
179 description="%commands.trace.import.description"\r
abfad0aa 180 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
b9763f53 181 name="%commands.trace.import">\r
abfad0aa
FC
182 </command>\r
183 <command\r
b9763f53
FC
184 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
185 description="%commands.trace.open.description"\r
abfad0aa 186 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
b9763f53 187 name="%commands.trace.open">\r
abfad0aa
FC
188 </command>\r
189 <command\r
b9763f53
FC
190 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
191 description="%commands.trace.rename.description"\r
192 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename"\r
193 name="%commands.trace.rename">\r
194 </command>\r
195 <command\r
196 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
197 description="%commands.trace.selectparser.description"\r
abfad0aa 198 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.selectparser"\r
b9763f53 199 name="%commands.trace.selectparser">\r
abfad0aa
FC
200 <commandParameter\r
201 id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.selectparser.parser"\r
b9763f53 202 name="%commands.trace.selectparser.parser"\r
abfad0aa
FC
203 optional="false">\r
204 </commandParameter>\r
205 </command>\r
206 <command\r
b9763f53
FC
207 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
208 description="%commands.trace.delete.description"\r
abfad0aa 209 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
b9763f53 210 name="%commands.trace.delete">\r
abfad0aa 211 </command>\r
b9763f53
FC
212 <category\r
213 description="%commands.experiment.category.description"\r
214 id="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
215 name="%commands.experiment.category.name">\r
216 </category>\r
abfad0aa 217 <command\r
b9763f53
FC
218 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
219 description="%commands.experiment.new.description"\r
abfad0aa 220 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.new"\r
b9763f53 221 name="%commands.experiment.new">\r
abfad0aa
FC
222 </command>\r
223 <command\r
b9763f53
FC
224 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
225 description="%commands.experiment.selecttraces.description"\r
abfad0aa 226 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
b9763f53 227 name="%commands.experiment.selecttraces">\r
abfad0aa
FC
228 </command>\r
229 <command\r
b9763f53
FC
230 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
231 description="%commands.experiment.open.description"\r
abfad0aa 232 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
b9763f53 233 name="%commands.experiment.open">\r
abfad0aa
FC
234 </command>\r
235 <command\r
b9763f53
FC
236 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
237 description="%commands.experiment.rename.description"\r
abfad0aa 238 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename"\r
b9763f53 239 name="%commands.experiment.rename">\r
abfad0aa
FC
240 </command>\r
241 <command\r
b9763f53
FC
242 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
243 description="%commands.experiment.delete.description"\r
abfad0aa 244 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
b9763f53 245 name="%commands.experiment.delete">\r
abfad0aa 246 </command>\r
b9763f53
FC
247 <category\r
248 description="%commands.parser.category.description"\r
249 id="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
250 name="%commands.parser.category.name">\r
251 </category>\r
911ee550 252 <command\r
b9763f53
FC
253 categoryId="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
254 description="%commands.parser.manage.description"\r
911ee550 255 id="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"\r
b9763f53 256 name="%commands.parser.manage">\r
911ee550 257 </command>\r
73005152
BH
258 <category\r
259 description="%commands.uml2sd.category.name"\r
260 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" \r
261 name="%commands.uml2sd.category.name">\r
262 </category>\r
263 <command\r
264 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
265 description="%commands.uml2sd.goto.description"\r
266 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage"\r
267 name="%commands.uml2sd.goto">\r
268 </command>\r
269 <command\r
270 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
271 description="%commands.uml2sd.showend.description"\r
272 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd"\r
273 name="%commands.uml2sd.showend">\r
274 </command>\r
275 <command\r
276 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
277 description="%commands.uml2sd.showstart.description"\r
278 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart"\r
279 name="%commands.uml2sd.showstart">\r
280 </command> \r
281 <command\r
282 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
283 description="%commands.uml2sd.scrollup.description"\r
284 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp"\r
285 name="%commands.uml2sd.scrollup">\r
286 </command>\r
287 <command\r
288 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
289 description="%commands.uml2sd.scrolldown.description"\r
290 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown"\r
291 name="%commands.uml2sd.scrolldown">\r
292 </command>\r
293 <command\r
294 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
295 description="%commands.uml2sd.scrollleft.description"\r
296 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft"\r
297 name="%commands.uml2sd.scrollleft">\r
298 </command>\r
299 <command\r
300 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
301 description="%commands.uml2sd.scrollright.description"\r
302 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight"\r
303 name="%commands.uml2sd.scrollright">\r
304 </command>\r
305 </extension>\r
306 <extension point="org.eclipse.ui.bindings">\r
307 <key\r
308 sequence="ALT+R"\r
309 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
310 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage"\r
311 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
312 </key> \r
313 <key\r
314 sequence="SHIFT+ALT+END"\r
315 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
316 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd"\r
317 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
318 </key> \r
319 <key\r
320 sequence="SHIFT+ALT+HOME"\r
321 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
322 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart"\r
323 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
324 </key> \r
325 <key\r
326 sequence="SHIFT+ALT+ARROW_UP"\r
327 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
328 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp"\r
329 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
330 </key> \r
331 <key\r
332 sequence="SHIFT+ALT+ARROW_DOWN"\r
333 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
334 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown"\r
335 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
336 </key>\r
337 <key\r
338 sequence="SHIFT+ALT+ARROW_LEFT"\r
339 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
340 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft"\r
341 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
342 </key>\r
343 <key\r
344 sequence="SHIFT+ALT+ARROW_RIGHT"\r
345 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
346 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight"\r
347 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
348 </key> \r
abfad0aa
FC
349 </extension>\r
350 <extension\r
abfad0aa
FC
351 point="org.eclipse.ui.menus">\r
352 <menuContribution\r
353 locationURI="popup:org.eclipse.linuxtools.tmf.ui.views.project?after=additions">\r
354 <command\r
355 commandId="org.eclipse.linuxtools.tmf.ui.command.project.new"\r
356 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.new"\r
b9763f53 357 label="%commands.project.new"\r
abfad0aa
FC
358 style="push">\r
359 </command>\r
360 <command\r
361 commandId="org.eclipse.linuxtools.tmf.ui.command.project.open"\r
362 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.open"\r
b9763f53 363 label="%commands.project.open"\r
abfad0aa
FC
364 style="push">\r
365 </command>\r
366 <command\r
367 commandId="org.eclipse.linuxtools.tmf.ui.command.project.close"\r
368 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.close"\r
b9763f53 369 label="%commands.project.close"\r
abfad0aa
FC
370 style="push">\r
371 </command>\r
372 <command\r
373 commandId="org.eclipse.linuxtools.tmf.ui.command.project.delete"\r
374 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.delete"\r
b9763f53 375 label="%commands.project.delete"\r
abfad0aa
FC
376 style="push">\r
377 </command>\r
378 <separator\r
379 name="org.eclipse.linuxtools.tmf.ui.menu.popup.project.separator1"\r
380 visible="true">\r
381 </separator>\r
382 <command\r
383 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.new"\r
384 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.new"\r
b9763f53 385 label="%commands.experiment.new"\r
abfad0aa
FC
386 style="push">\r
387 </command>\r
388 <command\r
389 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
390 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.select"\r
b9763f53 391 label="%commands.experiment.selecttraces"\r
abfad0aa
FC
392 style="push">\r
393 </command>\r
394 <command\r
395 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
396 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.open"\r
b9763f53 397 label="%commands.experiment.open"\r
abfad0aa
FC
398 style="push">\r
399 </command>\r
400 <command\r
401 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
402 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.delete"\r
b9763f53 403 label="%commands.experiment.delete"\r
abfad0aa
FC
404 style="push">\r
405 </command>\r
406 <separator\r
407 name="org.eclipse.linuxtools.tmf.ui.menu.popup.project.separator2"\r
408 visible="true">\r
409 </separator>\r
410 <command\r
411 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
412 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.trace.import"\r
b9763f53 413 label="%commands.trace.import"\r
abfad0aa
FC
414 style="push">\r
415 </command>\r
416 <command\r
417 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
418 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.trace.open"\r
b9763f53 419 label="%commands.trace.open"\r
abfad0aa
FC
420 style="push">\r
421 </command>\r
422 <menu\r
423 id="org.eclipse.linuxtools.tmf.ui.menu.project.trace.selectparser"\r
b9763f53 424 label="%commands.trace.selectparser">\r
abfad0aa
FC
425 <dynamic\r
426 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.SelectParserContributionItem"\r
427 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.selectparser.dynamic">\r
428 </dynamic>\r
429 </menu>\r
430 <command\r
431 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
432 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.trace.delete"\r
b9763f53 433 label="%commands.trace.delete"\r
abfad0aa
FC
434 style="push">\r
435 </command>\r
436 <separator\r
437 name="org.eclipse.linuxtools.tmf.ui.menu.popup.project.separator3"\r
438 visible="true">\r
439 </separator>\r
440 <command\r
441 commandId="org.eclipse.linuxtools.tmf.ui.command.project.refresh"\r
442 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.refresh"\r
b9763f53 443 label="%commands.project.refresh"\r
abfad0aa
FC
444 style="push">\r
445 </command>\r
446 </menuContribution>\r
911ee550
FC
447 <menuContribution\r
448 locationURI="menu:org.eclipse.linuxtools.tmf.ui.views.project">\r
449 <command\r
450 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"\r
451 id="org.eclipse.linuxtools.tmf.ui.menu.managecustomparsers"\r
452 style="push">\r
453 </command>\r
454 </menuContribution>\r
abfad0aa
FC
455 </extension>\r
456 <extension\r
abfad0aa
FC
457 point="org.eclipse.ui.handlers">\r
458 <handler\r
459 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.NewProjectHandler"\r
460 commandId="org.eclipse.linuxtools.tmf.ui.command.project.new">\r
461 </handler>\r
462 <handler\r
463 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.OpenProjectHandler"\r
464 commandId="org.eclipse.linuxtools.tmf.ui.command.project.open">\r
465 </handler>\r
466 <handler\r
467 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.CloseProjectHandler"\r
468 commandId="org.eclipse.linuxtools.tmf.ui.command.project.close">\r
469 </handler>\r
470 <handler\r
471 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.RenameProjectHandler"\r
472 commandId="org.eclipse.linuxtools.tmf.ui.command.project.rename">\r
473 </handler>\r
474 <handler\r
475 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.DeleteProjectHandler"\r
476 commandId="org.eclipse.linuxtools.tmf.ui.command.project.delete">\r
477 </handler>\r
478 <handler\r
479 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.ImportTraceHandler"\r
480 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import">\r
481 </handler>\r
482 <handler\r
483 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.OpenTraceHandler"\r
484 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open">\r
485 </handler>\r
486 <handler\r
487 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.RenameTraceHandler"\r
488 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename">\r
489 </handler>\r
490 <handler\r
491 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.DeleteTraceHandler"\r
492 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete">\r
493 </handler>\r
494 <handler\r
495 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.NewExperimentHandler"\r
496 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.new">\r
497 </handler>\r
498 <handler\r
499 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.SelectTracesHandler"\r
500 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select">\r
501 </handler>\r
502 <handler\r
503 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.OpenExperimentHandler"\r
504 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open">\r
505 </handler>\r
506 <handler\r
507 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.RenameExperimentHandler"\r
508 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename">\r
509 </handler>\r
510 <handler\r
511 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.DeleteExperimentHandler"\r
512 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete">\r
513 </handler>\r
514 <handler\r
515 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.RefreshHandler"\r
516 commandId="org.eclipse.linuxtools.tmf.ui.command.project.refresh">\r
517 </handler>\r
518 <handler\r
519 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.SelectParserHandler"\r
520 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.selectparser">\r
521 </handler>\r
911ee550
FC
522 <handler\r
523 class="org.eclipse.linuxtools.tmf.ui.commands.ManageCustomParsersCommandHandler"\r
524 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers">\r
525 </handler>\r
e2561baf
FC
526 <handler\r
527 class="org.eclipse.linuxtools.tmf.ui.editors.handlers.AddBookmarkHandler"\r
528 commandId="org.eclipse.ui.edit.addBookmark">\r
529 <activeWhen>\r
530 <with\r
531 variable="activeEditor">\r
532 <instanceof\r
533 value="org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor">\r
534 </instanceof>\r
535 </with>\r
536 </activeWhen>\r
537 </handler>\r
abfad0aa
FC
538 </extension>\r
539 <extension\r
540 point="org.eclipse.core.runtime.preferences">\r
541 <initializer\r
542 class="org.eclipse.linuxtools.tmf.ui.TmfUiPreferenceInitializer">\r
543 </initializer>\r
544 </extension>\r
545 <extension\r
546 point="org.eclipse.core.contenttype.contentTypes">\r
547 <content-type\r
abfad0aa 548 id="org.eclipse.linuxtools.tmf.ui.content-type.trace"\r
b9763f53 549 name="%contenttype.trace"\r
abfad0aa
FC
550 priority="normal">\r
551 </content-type>\r
552 </extension>\r
911ee550
FC
553 <extension\r
554 point="org.eclipse.linuxtools.tmf.ui.parserProviders">\r
555 <parserProvider\r
556 class="org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomParserProvider">\r
557 </parserProvider>\r
558 </extension>\r
73005152
BH
559 <extension\r
560 point="org.eclipse.ui.contexts">\r
561 <context\r
562 id="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
563 name="%contexts.uml2sd">\r
564 </context>\r
565 </extension>\r
566 <extension\r
567 point="org.eclipse.ui.preferencePages">\r
568 <page\r
569 class="org.eclipse.linuxtools.tmf.ui.preferences.TmfTracingPreferencePage"\r
570 id="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences"\r
571 name="%preference.page.trace.name">\r
572 </page>\r
573 <page\r
574 category="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences"\r
575 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewerPage"\r
576 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewerPage"\r
577 name="%preference.page.uml2sd.name">\r
578 </page>\r
579 </extension>\r
580 <extension\r
581 point="org.eclipse.linuxtools.tmf.ui.uml2SDLoader">\r
582 <uml2SDLoader\r
583 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfUml2SDSyncLoader"\r
584 default="true"\r
585 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfUml2SDSyncLoader"\r
586 name="TMF UML2SD Loader"\r
587 view="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView">\r
588 </uml2SDLoader>\r
589 </extension>\r
abfad0aa
FC
590\r
591</plugin>\r
This page took 0.052591 seconds and 5 git commands to generate.