Fix for custom parsers
[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
73005152
BH
4 <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
5\r
12c155f5
FC
6 <extension\r
7 point="org.eclipse.ui.perspectives">\r
8 <perspective\r
9 class="org.eclipse.linuxtools.tmf.ui.views.TracingPerspectiveFactory"\r
10 icon="icons/eview16/tracing_pers.gif"\r
11 id="org.eclipse.linuxtools.tmf.ui.perspective"\r
12 name="%perspective.category.name">\r
13 </perspective>\r
14 </extension>\r
abfad0aa
FC
15 <extension\r
16 point="org.eclipse.ui.views">\r
17 <category\r
18 id="org.eclipse.linuxtools.tmf.ui.views.category"\r
b9763f53 19 name="%views.category.name">\r
abfad0aa
FC
20 </category>\r
21 <view\r
22 allowMultiple="false"\r
23 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
12c155f5 24 class="org.eclipse.linuxtools.tmf.ui.views.events.TmfEventsView"\r
db36aadd 25 icon="icons/eview16/events_view.gif"\r
abfad0aa 26 id="org.eclipse.linuxtools.tmf.ui.views.events"\r
b9763f53 27 name="%events.view.name"\r
abfad0aa
FC
28 restorable="true">\r
29 </view>\r
ce62370f
FC
30 <view\r
31 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
32 class="org.eclipse.linuxtools.tmf.ui.views.timechart.TimeChartView"\r
33 icon="icons/eview16/timechart_view.gif"\r
34 id="org.eclipse.linuxtools.tmf.ui.views.timechart"\r
35 name="%timechart.view.name"\r
36 restorable="true">\r
37 </view>\r
ca13a91c
FC
38 <view\r
39 allowMultiple="false"\r
40 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
41 class="org.eclipse.linuxtools.tmf.ui.views.colors.ColorsView"\r
42 icon="icons/eview16/colors_view.gif"\r
43 id="org.eclipse.linuxtools.tmf.ui.views.colors"\r
44 name="%colors.view.name"\r
45 restorable="true">\r
46 </view> \r
90e2b925
FC
47 <view\r
48 allowMultiple="false"\r
49 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
50 class="org.eclipse.linuxtools.tmf.ui.views.filter.FilterView"\r
51 icon="icons/eview16/filters_view.gif"\r
52 id="org.eclipse.linuxtools.tmf.ui.views.filter"\r
53 name="%filters.view.name"\r
54 restorable="true">\r
55 </view>\r
73005152
BH
56 <view\r
57 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
58 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView"\r
59 icon="icons/eview16/sequencediagram_view.gif"\r
60 id="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"\r
61 name="%uml2sd.view.name"\r
62 restorable="true">\r
79e08fd0
BH
63 </view>\r
64 <view\r
65 allowMultiple="false"\r
66 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
67 class="org.eclipse.linuxtools.tmf.ui.views.statistics.TmfStatisticsView"\r
68 icon="icons/eview16/statistics_view.gif"\r
69 id="org.eclipse.linuxtools.tmf.ui.views.statistics"\r
70 name="%statistics.view.name"\r
71 restorable="true">\r
73005152 72 </view>\r
abfad0aa
FC
73 </extension>\r
74 <extension\r
75 point="org.eclipse.ui.editors">\r
76 <editor\r
77 class="org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor"\r
78 default="false"\r
db36aadd 79 icon="icons/eview16/events_view.gif"\r
abfad0aa 80 id="org.eclipse.linuxtools.tmf.ui.editors.events"\r
b9763f53 81 name="%events.editor.name">\r
abfad0aa
FC
82 <contentTypeBinding\r
83 contentTypeId="org.eclipse.linuxtools.tmf.ui.content-type.trace">\r
84 </contentTypeBinding>\r
85 </editor>\r
86 </extension>\r
87 <extension\r
abfad0aa
FC
88 point="org.eclipse.ui.newWizards">\r
89 <category\r
90 id="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
b9763f53 91 name="%wizard.category.name">\r
abfad0aa
FC
92 </category>\r
93 <wizard\r
94 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
9501fb58 95 class="org.eclipse.linuxtools.tmf.ui.project.wizards.NewTmfProjectWizard"\r
12c155f5 96 icon="icons/elcl16/new_tracing_prj.gif"\r
abfad0aa 97 id="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject"\r
b9763f53 98 name="%project.new.wizard.name"\r
abfad0aa
FC
99 project="true">\r
100 <description>\r
b9763f53
FC
101 %project.new.wizard.description\r
102 \r
abfad0aa
FC
103 </description>\r
104 </wizard>\r
911ee550
FC
105 <wizard\r
106 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
12c155f5 107 class="org.eclipse.linuxtools.tmf.ui.parsers.wizards.CustomTxtParserWizard"\r
db36aadd 108 icon="icons/etool16/customparser_wizard.gif"\r
911ee550 109 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.text"\r
b9763f53 110 name="%project.new.wizard.custom.text.parser">\r
911ee550
FC
111 </wizard>\r
112 <wizard\r
113 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
12c155f5 114 class="org.eclipse.linuxtools.tmf.ui.parsers.wizards.CustomXmlParserWizard"\r
db36aadd 115 icon="icons/etool16/customparser_wizard.gif"\r
911ee550 116 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.xml"\r
b9763f53 117 name="%project.new.wizard.custom.xml.parser">\r
911ee550 118 </wizard>\r
abfad0aa 119 </extension>\r
12c155f5
FC
120 <extension\r
121 point="org.eclipse.ui.importWizards">\r
122 <category\r
123 id="org.eclipse.linuxtools.tmf.import.category"\r
124 name="%wizard.category.name">\r
125 </category>\r
126 <wizard\r
127 category="org.eclipse.linuxtools.tmf.import.category"\r
128 class="org.eclipse.linuxtools.tmf.ui.project.wizards.ImportTraceWizard"\r
129 icon="icons/etool16/import.gif"\r
130 id="org.eclipse.linuxtools.tmf.ui.trace.import.wizard"\r
131 name="%project.import.wizard.name">\r
132 </wizard>\r
133 </extension>\r
abfad0aa 134 <extension\r
b9763f53 135 id="org.eclipse.linuxtools.tmf.project.nature"\r
abfad0aa
FC
136 point="org.eclipse.core.resources.natures">\r
137 <runtime>\r
138 <run\r
12c155f5 139 class="org.eclipse.linuxtools.tmf.TmfProjectNature">\r
abfad0aa
FC
140 </run>\r
141 </runtime>\r
142 </extension>\r
143 <extension\r
12c155f5
FC
144 point="org.eclipse.ui.ide.projectNatureImages">\r
145 <image\r
146 icon="icons/ovr16/trace_nature_ovr.gif"\r
147 id="org.eclipse.linuxtools.tmf.ui.nature.image"\r
148 natureId="org.eclipse.linuxtools.tmf.project.nature">\r
149 </image>\r
150 </extension>\r
151 <extension\r
152 point="org.eclipse.ui.navigator.navigatorContent">\r
153 <navigatorContent\r
154 activeByDefault="true"\r
155 contentProvider="org.eclipse.linuxtools.tmf.ui.project.model.TmfNavigatorContentProvider"\r
156 icon="icons/eview16/tracing_pers.gif"\r
157 id="org.eclipse.linuxtools.tmf.ui.navigator.content"\r
158 labelProvider="org.eclipse.linuxtools.tmf.ui.project.model.TmfNavigatorLabelProvider"\r
159 name="%navigatorContent.name"\r
160 priority="normal">\r
161 <enablement>\r
162 <and>\r
163 <instanceof\r
164 value="org.eclipse.core.resources.IProject">\r
165 </instanceof>\r
166 <test\r
167 property="org.eclipse.core.resources.projectNature"\r
168 value="org.eclipse.linuxtools.tmf.project.nature">\r
169 </test>\r
170 </and>\r
171 </enablement>\r
172 <triggerPoints>\r
173 <or>\r
174 <instanceof\r
175 value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement">\r
176 </instanceof>\r
177 </or>\r
178 </triggerPoints>\r
179 <possibleChildren>\r
180 <or>\r
181 <instanceof\r
182 value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement">\r
183 </instanceof>\r
184 </or></possibleChildren>\r
185 <override\r
186 policy="InvokeAlwaysRegardlessOfSuppressedExt"\r
187 suppressedExtensionId="org.eclipse.ui.navigator.resourceContent">\r
188 </override>\r
189 </navigatorContent>\r
190 </extension>\r
191 <extension\r
192 point="org.eclipse.ui.navigator.viewer">\r
193 <viewerContentBinding\r
194 viewerId="org.eclipse.ui.navigator.ProjectExplorer">\r
195 <includes>\r
196 <contentExtension\r
197 pattern="org.eclipse.linuxtools.tmf.ui.navigator.content">\r
198 </contentExtension>\r
199 <contentExtension\r
200 pattern="org.eclipse.ui.navigator.resources.filters.*">\r
201 </contentExtension>\r
202 </includes>\r
203 </viewerContentBinding>\r
204 </extension>\r
205 <extension\r
206 point="org.eclipse.ui.decorators">\r
207 <decorator\r
208 icon="icons/ovr16/trace_folder_ovr.png"\r
209 id="org.eclipse.linuxtools.tmf.ui.trace_folder.decorator"\r
210 label="Trace Folder"\r
211 lightweight="true"\r
212 location="TOP_RIGHT"\r
213 state="true">\r
214 <enablement>\r
215 <objectClass\r
216 name="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder">\r
217 </objectClass>\r
218 </enablement>\r
219 </decorator>\r
220 <decorator\r
221 icon="icons/ovr16/experiment_folder_ovr.png"\r
222 id="org.eclipse.linuxtools.tmf.ui.experiment_folder.decorator"\r
223 label="Trace Experiment Folder"\r
224 lightweight="true"\r
225 location="TOP_RIGHT"\r
226 state="true">\r
227 <enablement>\r
228 <objectClass\r
229 name="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder">\r
230 </objectClass>\r
231 </enablement>\r
232 </decorator>\r
233 <decorator\r
234 icon="icons/ovr16/link_ovr.gif"\r
235 id="org.eclipse.linuxtools.tmf.ui.linked_trace.decorator"\r
236 label="Linked Trace"\r
237 lightweight="true"\r
238 location="BOTTOM_RIGHT"\r
239 state="true">\r
240 <enablement>\r
241 <and>\r
242 <objectClass\r
243 name="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
244 </objectClass>\r
245 <objectState\r
246 name="isLinked"\r
247 value="true">\r
248 </objectState>\r
249 </and>\r
250 </enablement>\r
251 </decorator>\r
252 </extension>\r
253 <extension\r
254 point="org.eclipse.ui.menus">\r
255 <menuContribution\r
256 locationURI="menu:org.eclipse.ui.navigator.ProjectExplorer">\r
257 <command\r
258 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"\r
259 id="org.eclipse.linuxtools.tmf.ui.menu.managecustomparsers"\r
260 style="push">\r
261 </command>\r
262 </menuContribution>\r
263 <menuContribution\r
264 locationURI="popup:org.eclipse.ui.popup.any?after=additions">\r
265 <command\r
266 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
267 disabledIcon="icons/dtool16/import.gif"\r
268 icon="icons/etool16/import.gif"\r
269 label="%commands.trace_folder.import"\r
270 mnemonic="%commands.trace_folder.import.mnemonic"\r
271 style="push">\r
272 <visibleWhen\r
273 checkEnabled="false">\r
274 <with\r
275 variable="selection">\r
276 <count\r
277 value="1">\r
278 </count>\r
279 <iterate>\r
280 <and>\r
281 <instanceof\r
282 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder">\r
283 </instanceof>\r
284 </and>\r
285 </iterate>\r
286 </with>\r
287 </visibleWhen>\r
288 </command>\r
289 <separator\r
290 name="org.eclipse.linuxtools.tmf.ui.separator1"\r
291 visible="true">\r
292 </separator>\r
293 <command\r
294 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh"\r
295 disabledIcon="icons/dlcl16/refresh.gif"\r
296 icon="icons/elcl16/refresh.gif"\r
297 label="%commands.trace_folder.refresh"\r
298 mnemonic="%commands.trace_folder.refresh.mnemonic"\r
299 style="push">\r
300 <visibleWhen\r
301 checkEnabled="false">\r
302 <with\r
303 variable="selection">\r
304 <count\r
305 value="1">\r
306 </count>\r
307 <iterate\r
308 ifEmpty="true"\r
309 operator="and">\r
310 <and>\r
311 <instanceof\r
312 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder">\r
313 </instanceof>\r
314 </and>\r
315 </iterate>\r
316 </with>\r
317 </visibleWhen>\r
318 </command>\r
319 <command\r
320 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
321 disabledIcon="icons/dlcl16/open.gif"\r
322 icon="icons/elcl16/open.gif"\r
323 label="%commands.trace.open"\r
324 mnemonic="%commands.trace.open.mnemonic"\r
325 style="push">\r
326 <visibleWhen\r
327 checkEnabled="false">\r
328 <with\r
329 variable="selection">\r
330 <count\r
331 value="1">\r
332 </count>\r
333 <iterate>\r
334 <and>\r
335 <instanceof\r
336 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
337 </instanceof></and>\r
338 </iterate>\r
339 </with>\r
340 </visibleWhen>\r
341 </command>\r
342 <command\r
343 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy"\r
344 disabledIcon="IMG_TOOL_COPY_DISABLED"\r
345 icon="IMG_TOOL_COPY"\r
346 label="%commands.trace.copy"\r
347 mnemonic="%commands.trace.copy.mnemonic"\r
348 style="push">\r
349 <visibleWhen\r
350 checkEnabled="false">\r
351 <with\r
352 variable="selection">\r
353 <count\r
354 value="1">\r
355 </count>\r
356 <iterate>\r
357 <and>\r
358 <instanceof\r
359 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
360 </instanceof></and>\r
361 </iterate>\r
362 </with>\r
363 </visibleWhen>\r
364 </command>\r
365 <command\r
366 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename"\r
367 disabledIcon="icons/dlcl16/rename.gif"\r
368 icon="icons/elcl16/rename.gif"\r
369 label="%commands.trace.rename"\r
370 mnemonic="%commands.trace.rename.mnemonic"\r
371 style="push">\r
372 <visibleWhen\r
373 checkEnabled="false">\r
374 <with\r
375 variable="selection">\r
376 <count\r
377 value="1">\r
378 </count>\r
379 <iterate\r
380 ifEmpty="false"\r
381 operator="and">\r
382 <and>\r
383 <instanceof\r
384 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
385 </instanceof>\r
386 </and>\r
387 </iterate>\r
388 </with>\r
389 </visibleWhen>\r
390 </command>\r
391 <command\r
392 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
393 disabledIcon="IMG_ETOOL_DELETE_DISABLED"\r
394 icon="IMG_ETOOL_DELETE"\r
395 label="%commands.trace.delete"\r
396 mnemonic="%commands.trace.delete.mnemonic"\r
397 style="push">\r
398 <visibleWhen\r
399 checkEnabled="false">\r
400 <with\r
401 variable="selection">\r
402 <iterate\r
403 ifEmpty="false"\r
404 operator="and">\r
405 <and>\r
406 <instanceof\r
407 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
408 </instanceof>\r
409 </and>\r
410 </iterate>\r
411 </with>\r
412 </visibleWhen>\r
413 </command>\r
414 <separator\r
415 name="org.eclipse.linuxtools.tmf.ui.separator2"\r
416 visible="true">\r
417 </separator>\r
418 <menu\r
419 label="%commands.trace.select_trace_type"\r
420 mnemonic="%commands.trace.select_trace_type.mnemonic">\r
421 <dynamic\r
422 class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTraceTypeContributionItem"\r
423 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type.dynamic">\r
424 </dynamic>\r
425 <visibleWhen\r
426 checkEnabled="false">\r
427 <with\r
428 variable="selection">\r
429 <iterate\r
430 ifEmpty="false"\r
431 operator="and">\r
432 <and>\r
433 <instanceof\r
434 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
435 </instanceof>\r
436 </and>\r
437 </iterate>\r
438 </with>\r
439 </visibleWhen>\r
440 </menu>\r
441 <command\r
442 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new"\r
443 disabledIcon="icons/dtool16/new.gif"\r
444 icon="icons/etool16/new.gif"\r
445 label="%commands.experiment_folder.new"\r
446 mnemonic="%commands.experiment_folder.new.mnemonic"\r
447 style="push">\r
448 <visibleWhen\r
449 checkEnabled="false">\r
450 <with\r
451 variable="selection">\r
452 <count\r
453 value="1">\r
454 </count>\r
455 <iterate\r
456 ifEmpty="false"\r
457 operator="and">\r
458 <and>\r
459 <instanceof\r
460 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder">\r
461 </instanceof>\r
462 </and>\r
463 </iterate>\r
464 </with>\r
465 </visibleWhen>\r
466 </command>\r
467 <separator\r
468 name="org.eclipse.linuxtools.tmf.ui.separator3"\r
469 visible="true">\r
470 </separator>\r
471 <command\r
472 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh"\r
473 disabledIcon="icons/dlcl16/refresh.gif"\r
474 icon="icons/elcl16/refresh.gif"\r
475 label="%commands.experiment_folder.refresh"\r
476 mnemonic="%commands.experiment_folder.refresh.mnemonic"\r
477 style="push">\r
478 <visibleWhen\r
479 checkEnabled="false">\r
480 <with\r
481 variable="selection">\r
482 <count\r
483 value="1">\r
484 </count>\r
485 <iterate\r
486 ifEmpty="true"\r
487 operator="and">\r
488 <and>\r
489 <instanceof\r
490 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder">\r
491 </instanceof>\r
492 </and>\r
493 </iterate>\r
494 </with>\r
495 </visibleWhen>\r
496 </command>\r
497 <command\r
498 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
499 icon="IMG_OBJ_ADD"\r
500 label="%commands.experiment.selecttraces"\r
501 mnemonic="%commands.experiment.selecttraces.mnemonic"\r
502 style="push">\r
503 <visibleWhen\r
504 checkEnabled="false">\r
505 <with\r
506 variable="selection">\r
507 <count\r
508 value="1">\r
509 </count>\r
510 <iterate\r
511 ifEmpty="false"\r
512 operator="and">\r
513 <and>\r
514 <instanceof\r
515 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
516 </instanceof>\r
517 </and>\r
518 </iterate>\r
519 </with>\r
520 </visibleWhen>\r
521 </command>\r
522 <separator\r
523 name="org.eclipse.linuxtools.tmf.ui.separator4"\r
524 visible="true">\r
525 </separator>\r
526 <command\r
527 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
528 icon="icons/elcl16/open.gif"\r
529 label="%commands.experiment.open"\r
530 mnemonic="%commands.experiment.open.mnemonic"\r
531 style="push">\r
532 <visibleWhen\r
533 checkEnabled="false">\r
534 <with\r
535 variable="selection">\r
536 <count\r
537 value="1">\r
538 </count>\r
539 <iterate\r
540 ifEmpty="false"\r
541 operator="and">\r
542 <and>\r
543 <instanceof\r
544 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
545 </instanceof>\r
546 </and>\r
547 </iterate>\r
548 </with>\r
549 </visibleWhen>\r
550 </command>\r
551 <command\r
552 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy"\r
553 disabledIcon="IMG_TOOL_COPY_DISABLED"\r
554 icon="IMG_TOOL_COPY"\r
555 label="%commands.experiment.copy"\r
556 mnemonic="%commands.experiment.copy.mnemonic"\r
557 style="push">\r
558 <visibleWhen\r
559 checkEnabled="false">\r
560 <with\r
561 variable="selection">\r
562 <count\r
563 value="1">\r
564 </count>\r
565 <iterate\r
566 ifEmpty="false"\r
567 operator="and">\r
568 <and>\r
569 <instanceof\r
570 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
571 </instanceof>\r
572 </and>\r
573 </iterate>\r
574 </with>\r
575 </visibleWhen>\r
576 </command>\r
577 <command\r
578 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename"\r
579 icon="icons/elcl16/rename.gif"\r
580 label="%commands.experiment.rename"\r
581 mnemonic="%commands.experiment.rename.mnemonic"\r
582 style="push">\r
583 <visibleWhen\r
584 checkEnabled="false">\r
585 <with\r
586 variable="selection">\r
587 <count\r
588 value="1">\r
589 </count>\r
590 <iterate\r
591 ifEmpty="false"\r
592 operator="and">\r
593 <and>\r
594 <instanceof\r
595 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
596 </instanceof>\r
597 </and>\r
598 </iterate>\r
599 </with>\r
600 </visibleWhen>\r
601 </command>\r
602 <command\r
603 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
604 disabledIcon="IMG_ETOOL_DELETE_DISABLED"\r
605 icon="IMG_ETOOL_DELETE"\r
606 label="%commands.experiment.delete"\r
607 mnemonic="%commands.experiment.delete.mnemonic"\r
608 style="push">\r
609 <visibleWhen\r
610 checkEnabled="false">\r
611 <with\r
612 variable="selection">\r
613 <iterate\r
614 ifEmpty="false"\r
615 operator="and">\r
616 <and>\r
617 <instanceof\r
618 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
619 </instanceof>\r
620 </and>\r
621 </iterate>\r
622 </with>\r
623 </visibleWhen>\r
624 </command>\r
625 <separator\r
626 name="org.eclipse.linuxtools.tmf.ui.separator5"\r
627 visible="true">\r
628 </separator>\r
629 <command\r
630 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh"\r
631 disabledIcon="icons/dlcl16/refresh.gif"\r
632 icon="icons/elcl16/refresh.gif"\r
633 label="%commands.experiment.refresh"\r
634 mnemonic="%commands.experiment.refresh.mnemonic"\r
635 style="push">\r
636 <visibleWhen\r
637 checkEnabled="false">\r
638 <with\r
639 variable="selection">\r
640 <count\r
641 value="1">\r
642 </count>\r
643 <iterate\r
644 ifEmpty="true"\r
645 operator="and">\r
646 <and>\r
647 <instanceof\r
648 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
649 </instanceof>\r
650 </and>\r
651 </iterate>\r
652 </with>\r
653 </visibleWhen>\r
654 </command>\r
655 </menuContribution>\r
abfad0aa
FC
656 </extension>\r
657 <extension\r
abfad0aa
FC
658 point="org.eclipse.ui.commands">\r
659 <category\r
12c155f5
FC
660 description="%commands.trace_folder.category.description"\r
661 id="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category"\r
662 name="%commands.trace_folder.category.name">\r
abfad0aa
FC
663 </category>\r
664 <command\r
12c155f5
FC
665 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category"\r
666 description="%commands.trace_folder.import.description"\r
667 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
668 name="%commands.trace_folder.import">\r
abfad0aa
FC
669 </command>\r
670 <command\r
12c155f5
FC
671 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category"\r
672 description="%commands.trace_folder.refresh.description"\r
673 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh"\r
674 name="%commands.trace_folder.refresh">\r
b9763f53
FC
675 </command>\r
676 <category\r
677 description="%commands.trace.category.description"\r
678 id="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
679 name="%commands.trace.category.name">\r
680 </category>\r
abfad0aa 681 <command\r
b9763f53
FC
682 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
683 description="%commands.trace.open.description"\r
abfad0aa 684 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
b9763f53 685 name="%commands.trace.open">\r
abfad0aa 686 </command>\r
12c155f5
FC
687 <command\r
688 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
689 description="%commands.trace.copy.description"\r
690 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy"\r
691 name="%commands.trace.copy">\r
692 </command>\r
abfad0aa 693 <command\r
b9763f53
FC
694 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
695 description="%commands.trace.rename.description"\r
696 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename"\r
697 name="%commands.trace.rename">\r
698 </command>\r
12c155f5
FC
699 <category\r
700 description="%commands.experiment_folder.category.description"\r
701 id="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category"\r
702 name="%commands.experiment_folder.category.name">\r
703 </category>\r
704 <command\r
705 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category"\r
706 description="%commands.experiment_folder.new.description"\r
707 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new"\r
708 name="%commands.experiment_folder.new">\r
709 </command>\r
710 <command\r
711 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category"\r
712 description="%commands.experiment_folder.refresh.description"\r
713 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh"\r
714 name="%commands.experiment_folder.refresh">\r
715 </command>\r
b9763f53
FC
716 <command\r
717 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
12c155f5
FC
718 description="%commands.trace.select_trace_type.description"\r
719 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type"\r
720 name="%commands.trace.select_trace_type">\r
abfad0aa 721 <commandParameter\r
12c155f5
FC
722 id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.bundle"\r
723 name="%commands.trace.select_trace_type.bundle"\r
724 optional="false">\r
725 </commandParameter>\r
726 <commandParameter\r
727 id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.type"\r
728 name="%commands.trace.select_trace_type.type"\r
729 optional="false">\r
730 </commandParameter>\r
731 <commandParameter\r
732 id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.icon"\r
733 name="%commands.trace.select_trace_type.icon"\r
abfad0aa
FC
734 optional="false">\r
735 </commandParameter>\r
736 </command>\r
737 <command\r
b9763f53
FC
738 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
739 description="%commands.trace.delete.description"\r
abfad0aa 740 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
b9763f53 741 name="%commands.trace.delete">\r
abfad0aa 742 </command>\r
b9763f53
FC
743 <category\r
744 description="%commands.experiment.category.description"\r
745 id="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
746 name="%commands.experiment.category.name">\r
747 </category>\r
abfad0aa 748 <command\r
b9763f53
FC
749 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
750 description="%commands.experiment.selecttraces.description"\r
abfad0aa 751 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
b9763f53 752 name="%commands.experiment.selecttraces">\r
abfad0aa
FC
753 </command>\r
754 <command\r
b9763f53
FC
755 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
756 description="%commands.experiment.open.description"\r
abfad0aa 757 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
b9763f53 758 name="%commands.experiment.open">\r
12c155f5
FC
759 </command>\r
760 <command\r
761 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
762 description="%commands.experiment.copy.description"\r
763 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy"\r
764 name="%commands.experiment.copy">\r
abfad0aa
FC
765 </command>\r
766 <command\r
b9763f53
FC
767 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
768 description="%commands.experiment.rename.description"\r
abfad0aa 769 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename"\r
b9763f53 770 name="%commands.experiment.rename">\r
abfad0aa
FC
771 </command>\r
772 <command\r
b9763f53
FC
773 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
774 description="%commands.experiment.delete.description"\r
abfad0aa 775 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
b9763f53 776 name="%commands.experiment.delete">\r
abfad0aa 777 </command>\r
12c155f5
FC
778 <command\r
779 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
780 description="%commands.experiment.refresh.description"\r
781 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh"\r
782 name="%commands.experiment.refresh">\r
783 </command>\r
b9763f53
FC
784 <category\r
785 description="%commands.parser.category.description"\r
786 id="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
787 name="%commands.parser.category.name">\r
788 </category>\r
911ee550 789 <command\r
b9763f53
FC
790 categoryId="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
791 description="%commands.parser.manage.description"\r
911ee550 792 id="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"\r
b9763f53 793 name="%commands.parser.manage">\r
911ee550 794 </command>\r
73005152
BH
795 <category\r
796 description="%commands.uml2sd.category.name"\r
797 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" \r
798 name="%commands.uml2sd.category.name">\r
799 </category>\r
800 <command\r
801 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
802 description="%commands.uml2sd.goto.description"\r
803 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage"\r
804 name="%commands.uml2sd.goto">\r
805 </command>\r
806 <command\r
807 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
808 description="%commands.uml2sd.showend.description"\r
809 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd"\r
810 name="%commands.uml2sd.showend">\r
811 </command>\r
812 <command\r
813 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
814 description="%commands.uml2sd.showstart.description"\r
815 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart"\r
816 name="%commands.uml2sd.showstart">\r
817 </command> \r
818 <command\r
819 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
820 description="%commands.uml2sd.scrollup.description"\r
821 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp"\r
822 name="%commands.uml2sd.scrollup">\r
823 </command>\r
824 <command\r
825 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
826 description="%commands.uml2sd.scrolldown.description"\r
827 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown"\r
828 name="%commands.uml2sd.scrolldown">\r
829 </command>\r
830 <command\r
831 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
832 description="%commands.uml2sd.scrollleft.description"\r
833 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft"\r
834 name="%commands.uml2sd.scrollleft">\r
835 </command>\r
836 <command\r
837 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
838 description="%commands.uml2sd.scrollright.description"\r
839 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight"\r
840 name="%commands.uml2sd.scrollright">\r
841 </command>\r
842 </extension>\r
843 <extension point="org.eclipse.ui.bindings">\r
844 <key\r
845 sequence="ALT+R"\r
846 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
847 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage"\r
848 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
849 </key> \r
850 <key\r
851 sequence="SHIFT+ALT+END"\r
852 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
853 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd"\r
854 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
855 </key> \r
856 <key\r
857 sequence="SHIFT+ALT+HOME"\r
858 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
859 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart"\r
860 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
861 </key> \r
862 <key\r
863 sequence="SHIFT+ALT+ARROW_UP"\r
864 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
865 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp"\r
866 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
867 </key> \r
868 <key\r
869 sequence="SHIFT+ALT+ARROW_DOWN"\r
870 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
871 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown"\r
872 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
873 </key>\r
874 <key\r
875 sequence="SHIFT+ALT+ARROW_LEFT"\r
876 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
877 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft"\r
878 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
879 </key>\r
880 <key\r
881 sequence="SHIFT+ALT+ARROW_RIGHT"\r
882 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
883 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight"\r
884 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
885 </key> \r
abfad0aa 886 </extension>\r
abfad0aa 887 <extension\r
abfad0aa
FC
888 point="org.eclipse.ui.handlers">\r
889 <handler\r
12c155f5
FC
890 class="org.eclipse.linuxtools.tmf.ui.project.handlers.ImportTraceHandler"\r
891 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import">\r
abfad0aa
FC
892 </handler>\r
893 <handler\r
12c155f5
FC
894 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler"\r
895 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh">\r
abfad0aa
FC
896 </handler>\r
897 <handler\r
12c155f5
FC
898 class="org.eclipse.linuxtools.tmf.ui.project.handlers.OpenTraceHandler"\r
899 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open">\r
abfad0aa
FC
900 </handler>\r
901 <handler\r
12c155f5
FC
902 class="org.eclipse.linuxtools.tmf.ui.project.handlers.CopyTraceHandler"\r
903 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy">\r
abfad0aa
FC
904 </handler>\r
905 <handler\r
12c155f5
FC
906 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RenameTraceHandler"\r
907 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename">\r
abfad0aa
FC
908 </handler>\r
909 <handler\r
12c155f5
FC
910 class="org.eclipse.linuxtools.tmf.ui.project.handlers.DeleteTraceHandler"\r
911 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete">\r
abfad0aa
FC
912 </handler>\r
913 <handler\r
12c155f5
FC
914 class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTraceTypeHandler"\r
915 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type">\r
abfad0aa
FC
916 </handler>\r
917 <handler\r
12c155f5
FC
918 class="org.eclipse.linuxtools.tmf.ui.project.handlers.NewExperimentHandler"\r
919 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new">\r
abfad0aa
FC
920 </handler>\r
921 <handler\r
12c155f5
FC
922 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler"\r
923 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh">\r
abfad0aa
FC
924 </handler>\r
925 <handler\r
12c155f5 926 class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTracesHandler"\r
abfad0aa
FC
927 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select">\r
928 </handler>\r
929 <handler\r
12c155f5 930 class="org.eclipse.linuxtools.tmf.ui.project.handlers.OpenExperimentHandler"\r
abfad0aa
FC
931 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open">\r
932 </handler>\r
933 <handler\r
12c155f5
FC
934 class="org.eclipse.linuxtools.tmf.ui.project.handlers.CopyExperimentHandler"\r
935 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy">\r
abfad0aa
FC
936 </handler>\r
937 <handler\r
12c155f5
FC
938 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RenameExperimentHandler"\r
939 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename">\r
abfad0aa
FC
940 </handler>\r
941 <handler\r
12c155f5
FC
942 class="org.eclipse.linuxtools.tmf.ui.project.handlers.DeleteExperimentHandler"\r
943 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete">\r
abfad0aa
FC
944 </handler>\r
945 <handler\r
12c155f5
FC
946 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler"\r
947 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh">\r
abfad0aa 948 </handler>\r
911ee550
FC
949 <handler\r
950 class="org.eclipse.linuxtools.tmf.ui.commands.ManageCustomParsersCommandHandler"\r
951 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers">\r
952 </handler>\r
e2561baf
FC
953 <handler\r
954 class="org.eclipse.linuxtools.tmf.ui.editors.handlers.AddBookmarkHandler"\r
955 commandId="org.eclipse.ui.edit.addBookmark">\r
956 <activeWhen>\r
957 <with\r
958 variable="activeEditor">\r
959 <instanceof\r
960 value="org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor">\r
961 </instanceof>\r
962 </with>\r
963 </activeWhen>\r
964 </handler>\r
abfad0aa 965 </extension>\r
abfad0aa
FC
966 <extension\r
967 point="org.eclipse.core.contenttype.contentTypes">\r
968 <content-type\r
abfad0aa 969 id="org.eclipse.linuxtools.tmf.ui.content-type.trace"\r
b9763f53 970 name="%contenttype.trace"\r
abfad0aa
FC
971 priority="normal">\r
972 </content-type>\r
973 </extension>\r
73005152
BH
974 <extension\r
975 point="org.eclipse.ui.contexts">\r
976 <context\r
977 id="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
978 name="%contexts.uml2sd">\r
979 </context>\r
980 </extension>\r
981 <extension\r
982 point="org.eclipse.ui.preferencePages">\r
983 <page\r
984 class="org.eclipse.linuxtools.tmf.ui.preferences.TmfTracingPreferencePage"\r
985 id="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences"\r
986 name="%preference.page.trace.name">\r
987 </page>\r
988 <page\r
989 category="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences"\r
990 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewerPage"\r
991 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewerPage"\r
992 name="%preference.page.uml2sd.name">\r
993 </page>\r
994 </extension>\r
995 <extension\r
996 point="org.eclipse.linuxtools.tmf.ui.uml2SDLoader">\r
997 <uml2SDLoader\r
998 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfUml2SDSyncLoader"\r
999 default="true"\r
1000 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfUml2SDSyncLoader"\r
1001 name="TMF UML2SD Loader"\r
1002 view="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView">\r
1003 </uml2SDLoader>\r
1004 </extension>\r
12c155f5
FC
1005 <extension\r
1006 point="org.eclipse.core.expressions.propertyTesters">\r
1007 <propertyTester\r
1008 class="org.eclipse.linuxtools.tmf.ui.project.handlers.PropertyTester"\r
1009 id="org.eclipse.linuxtools.tmf.ui.propertyTester.isInTraceFolder"\r
1010 namespace="org.eclipse.linuxtools.tmf.ui.propertyTester"\r
1011 properties="isInTraceFolder"\r
1012 type="org.eclipse.jface.viewers.ISelection">\r
1013 </propertyTester>\r
1014 </extension>\r
abfad0aa
FC
1015\r
1016</plugin>\r
This page took 0.072356 seconds and 5 git commands to generate.