analysis: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <extension-point id="org.eclipse.linuxtools.tmf.ui.uml2SDLoader" name="%extensionpoint.sequence_diagram_loader.name" schema="schema/org.eclipse.linuxtools.tmf.ui.uml2SDLoader.exsd"/>
5 <extension-point id="org.eclipse.linuxtools.tmf.ui.tracetypeui" name="%extensionpoint.trace_type_ui.name" schema="schema/org.eclipse.linuxtools.tmf.ui.tracetypeui.exsd"/>
6
7 <extension
8 point="org.eclipse.ui.perspectives">
9 <perspective
10 class="org.eclipse.tracecompass.tmf.ui.views.TracingPerspectiveFactory"
11 icon="icons/eview16/tracing_pers.gif"
12 id="org.eclipse.linuxtools.tmf.ui.perspective"
13 name="%perspective.category.name">
14 </perspective>
15 </extension>
16 <extension
17 point="org.eclipse.ui.views">
18 <category
19 id="org.eclipse.linuxtools.tmf.ui.views.category"
20 name="%views.category.name">
21 </category>
22 <view
23 category="org.eclipse.linuxtools.tmf.ui.views.category"
24 class="org.eclipse.tracecompass.tmf.ui.views.timechart.TimeChartView"
25 icon="icons/eview16/timechart_view.gif"
26 id="org.eclipse.linuxtools.tmf.ui.views.timechart"
27 name="%timechart.view.name"
28 restorable="true">
29 </view>
30 <view
31 allowMultiple="false"
32 category="org.eclipse.linuxtools.tmf.ui.views.category"
33 class="org.eclipse.tracecompass.tmf.ui.views.statesystem.TmfStateSystemExplorer"
34 icon="icons/eview16/events_view.gif"
35 id="org.eclipse.linuxtools.tmf.ui.views.ssvisualizer"
36 name="%ssvisualizer.view.name"
37 restorable="true">
38 </view>
39 <view
40 allowMultiple="false"
41 category="org.eclipse.linuxtools.tmf.ui.views.category"
42 class="org.eclipse.tracecompass.tmf.ui.views.colors.ColorsView"
43 icon="icons/eview16/colors_view.gif"
44 id="org.eclipse.linuxtools.tmf.ui.views.colors"
45 name="%colors.view.name"
46 restorable="true">
47 </view>
48 <view
49 allowMultiple="false"
50 category="org.eclipse.linuxtools.tmf.ui.views.category"
51 class="org.eclipse.tracecompass.tmf.ui.views.filter.FilterView"
52 icon="icons/eview16/filters_view.gif"
53 id="org.eclipse.linuxtools.tmf.ui.views.filter"
54 name="%filters.view.name"
55 restorable="true">
56 </view>
57 <view
58 category="org.eclipse.linuxtools.tmf.ui.views.category"
59 class="org.eclipse.tracecompass.tmf.ui.views.uml2sd.SDView"
60 icon="icons/eview16/sequencediagram_view.gif"
61 id="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"
62 name="%uml2sd.view.name"
63 restorable="true">
64 </view>
65 <view
66 allowMultiple="false"
67 category="org.eclipse.linuxtools.tmf.ui.views.category"
68 class="org.eclipse.tracecompass.tmf.ui.views.statistics.TmfStatisticsView"
69 icon="icons/eview16/statistics_view.gif"
70 id="org.eclipse.linuxtools.tmf.ui.views.statistics"
71 name="%statistics.view.name"
72 restorable="true">
73 </view>
74 <view
75 allowMultiple="false"
76 category="org.eclipse.linuxtools.tmf.ui.views.category"
77 class="org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView"
78 icon="icons/eview16/histogram.gif"
79 id="org.eclipse.linuxtools.tmf.ui.views.histogram"
80 name="%histogram.view.name"
81 restorable="true">
82 </view>
83 <view
84 category="org.eclipse.linuxtools.tmf.ui.views.category"
85 class="org.eclipse.tracecompass.tmf.ui.views.callstack.CallStackView"
86 icon="icons/eview16/callstack_view.gif"
87 id="org.eclipse.linuxtools.tmf.ui.views.callstack"
88 name="%callstack.view.name"
89 restorable="true">
90 </view>
91 <view
92 allowMultiple="false"
93 category="org.eclipse.linuxtools.tmf.ui.views.category"
94 class="org.eclipse.tracecompass.tmf.ui.views.synchronization.TmfSynchronizationView"
95 icon="icons/eview16/synced.gif"
96 id="org.eclipse.linuxtools.tmf.ui.views.synchronization"
97 name="%synchronization.view.name"
98 restorable="true">
99 </view>
100 </extension>
101 <extension
102 point="org.eclipse.ui.editors">
103 <editor
104 class="org.eclipse.tracecompass.tmf.ui.editors.TmfEventsEditor"
105 default="false"
106 icon="icons/eview16/events_view.gif"
107 id="org.eclipse.linuxtools.tmf.ui.editors.events"
108 name="%events.editor.name">
109 <contentTypeBinding
110 contentTypeId="org.eclipse.linuxtools.tmf.ui.content-type.trace">
111 </contentTypeBinding>
112 </editor>
113 </extension>
114 <extension
115 point="org.eclipse.ui.newWizards">
116 <category
117 id="org.eclipse.linuxtools.tmf.ui.wizards.new"
118 name="%project.new.category.name">
119 </category>
120 <wizard
121 category="org.eclipse.linuxtools.tmf.ui.wizards.new"
122 class="org.eclipse.tracecompass.tmf.ui.project.wizards.NewTmfProjectWizard"
123 icon="icons/elcl16/new_tracing_prj.gif"
124 id="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject"
125 name="%project.new.wizard.name"
126 project="true">
127 <description>
128 %project.new.wizard.description
129
130 </description>
131 </wizard>
132 <wizard
133 category="org.eclipse.linuxtools.tmf.ui.wizards.new"
134 class="org.eclipse.tracecompass.internal.tmf.ui.parsers.wizards.CustomTxtParserWizard"
135 icon="icons/etool16/customparser_wizard.gif"
136 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.text"
137 name="%project.new.wizard.custom.text.parser">
138 </wizard>
139 <wizard
140 category="org.eclipse.linuxtools.tmf.ui.wizards.new"
141 class="org.eclipse.tracecompass.internal.tmf.ui.parsers.wizards.CustomXmlParserWizard"
142 icon="icons/etool16/customparser_wizard.gif"
143 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.xml"
144 name="%project.new.wizard.custom.xml.parser">
145 </wizard>
146 </extension>
147 <extension
148 point="org.eclipse.ui.importWizards">
149 <category
150 id="org.eclipse.linuxtools.tmf.import.category"
151 name="%project.new.category.name">
152 </category>
153 <wizard
154 category="org.eclipse.linuxtools.tmf.import.category"
155 class="org.eclipse.tracecompass.internal.tmf.ui.project.wizards.importtrace.ImportTraceWizard"
156 icon="icons/etool16/import.gif"
157 id="org.eclipse.linuxtools.tmf.ui.trace.import.wizard"
158 name="%project.import.wizard.name">
159 </wizard>
160 <wizard
161 category="org.eclipse.linuxtools.tmf.import.category"
162 class="org.eclipse.tracecompass.internal.tmf.ui.project.wizards.tracepkg.importexport.ImportTracePackageWizard"
163 icon="icons/etool16/import.gif"
164 id="org.eclipse.linuxtools.tmf.ui.trace.import.package.wizard"
165 name="%project.import.wizard.name.tracepkg">
166 </wizard>
167 </extension>
168 <extension
169 id="org.eclipse.linuxtools.tmf.project.nature"
170 point="org.eclipse.core.resources.natures">
171 <runtime>
172 <run
173 class="org.eclipse.tracecompass.tmf.core.TmfProjectNature">
174 </run>
175 </runtime>
176 </extension>
177 <extension
178 point="org.eclipse.ui.ide.projectNatureImages">
179 <image
180 icon="icons/ovr16/trace_nature_ovr.gif"
181 id="org.eclipse.linuxtools.tmf.ui.nature.image"
182 natureId="org.eclipse.linuxtools.tmf.project.nature">
183 </image>
184 </extension>
185 <extension
186 point="org.eclipse.ui.navigator.navigatorContent">
187 <navigatorContent
188 activeByDefault="true"
189 contentProvider="org.eclipse.tracecompass.tmf.ui.project.model.TmfNavigatorContentProvider"
190 icon="icons/eview16/tracing_pers.gif"
191 id="org.eclipse.linuxtools.tmf.ui.navigator.content"
192 labelProvider="org.eclipse.tracecompass.tmf.ui.project.model.TmfNavigatorLabelProvider"
193 name="%navigatorContent.name"
194 priority="normal">
195 <triggerPoints>
196 <or>
197 <and>
198 <instanceof
199 value="org.eclipse.core.resources.IProject">
200 </instanceof>
201 <test
202 property="org.eclipse.core.resources.projectNature"
203 value="org.eclipse.linuxtools.tmf.project.nature">
204 </test>
205 </and>
206 <instanceof
207 value="org.eclipse.tracecompass.tmf.ui.project.model.ITmfProjectModelElement">
208 </instanceof>
209 </or>
210 </triggerPoints>
211 <possibleChildren>
212 <or>
213 <instanceof
214 value="org.eclipse.tracecompass.tmf.ui.project.model.ITmfProjectModelElement">
215 </instanceof>
216 <instanceof
217 value="org.eclipse.core.resources.IResource">
218 </instanceof>
219 </or></possibleChildren>
220 <override
221 policy="InvokeAlwaysRegardlessOfSuppressedExt"
222 suppressedExtensionId="org.eclipse.ui.navigator.resourceContent">
223 </override>
224 <actionProvider
225 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.TmfActionProvider"
226 id="org.eclipse.linuxtools.tmf.ui.navigator.actions.provider">
227 <enablement>
228 <or>
229 <instanceof
230 value="org.eclipse.tracecompass.tmf.ui.project.model.ITmfProjectModelElement">
231 </instanceof>
232 </or>
233 </enablement>
234 </actionProvider>
235 <dropAssistant
236 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.DropAdapterAssistant"
237 id="org.eclipse.linuxtools.tmf.ui.navigator.dropAssistant">
238 <possibleDropTargets>
239 <or>
240 <and>
241 <instanceof
242 value="org.eclipse.core.resources.IProject">
243 </instanceof>
244 <test
245 property="org.eclipse.core.resources.projectNature"
246 value="org.eclipse.linuxtools.tmf.project.nature">
247 </test>
248 </and>
249 <instanceof
250 value="org.eclipse.tracecompass.tmf.ui.project.model.ITmfProjectModelElement">
251 </instanceof>
252 </or>
253 </possibleDropTargets>
254 </dropAssistant>
255 <commonWizard
256 menuGroupId="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.menuGroupId"
257 type="new"
258 wizardId="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject">
259 <enablement>
260 <with variable="activeWorkbenchWindow.activePerspective">
261 <equals
262 value="org.eclipse.linuxtools.tmf.ui.perspective">
263 </equals>
264 </with>
265 </enablement>
266 </commonWizard>
267 <commonSorter
268 class="org.eclipse.tracecompass.tmf.ui.project.model.TmfViewerSorter"
269 id="org.eclipse.linuxtools.tmf.ui.navigator.viewerSorter">
270 </commonSorter>
271 </navigatorContent>
272 </extension>
273 <extension
274 point="org.eclipse.ui.navigator.viewer">
275 <viewerContentBinding
276 viewerId="org.eclipse.ui.navigator.ProjectExplorer">
277 <includes>
278 <contentExtension
279 pattern="org.eclipse.linuxtools.tmf.ui.navigator.content">
280 </contentExtension>
281 <contentExtension
282 pattern="org.eclipse.ui.navigator.resources.filters.*">
283 </contentExtension>
284 <contentExtension
285 pattern="org.eclipse.linuxtools.internal.tmf.ui.project.model.TmfEditorLinkHelper">
286 </contentExtension>
287 </includes>
288 </viewerContentBinding>
289 </extension>
290 <extension
291 point="org.eclipse.ui.decorators">
292 <decorator
293 icon="icons/ovr16/trace_folder_ovr.png"
294 id="org.eclipse.linuxtools.tmf.ui.trace_folder.decorator"
295 label="%project.model.trace_folder"
296 lightweight="true"
297 location="TOP_RIGHT"
298 state="true">
299 <enablement>
300 <objectClass
301 name="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
302 </objectClass>
303 </enablement>
304 </decorator>
305 <decorator
306 icon="icons/ovr16/experiment_folder_ovr.png"
307 id="org.eclipse.linuxtools.tmf.ui.experiment_folder.decorator"
308 label="%project.model.experiment_folder"
309 lightweight="true"
310 location="TOP_RIGHT"
311 state="true">
312 <enablement>
313 <objectClass
314 name="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentFolder">
315 </objectClass>
316 </enablement>
317 </decorator>
318 <decorator
319 icon="icons/ovr16/link_ovr.gif"
320 id="org.eclipse.linuxtools.tmf.ui.linked_trace.decorator"
321 label="%project.model.linked_trace"
322 lightweight="true"
323 location="BOTTOM_RIGHT"
324 state="true">
325 <enablement>
326 <and>
327 <objectClass
328 name="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
329 </objectClass>
330 <objectState
331 name="isLinked"
332 value="true">
333 </objectState>
334 </and>
335 </enablement>
336 </decorator>
337 </extension>
338 <extension
339 point="org.eclipse.ui.menus">
340 <menuContribution
341 allPopups="false"
342 locationURI="popup:org.eclipse.ui.popup.any?after=group.open">
343 <command
344 commandId="org.eclipse.linuxtools.tmf.ui.openFile"
345 label="%command.OpenFile.label"
346 style="push">
347 <visibleWhen
348 checkEnabled="false">
349 <with
350 variable="selection">
351 <count
352 value="1">
353 </count>
354 <iterate
355 operator="and">
356 <instanceof
357 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
358 </instanceof>
359 </iterate>
360 </with>
361 </visibleWhen>
362 </command>
363 <command
364 commandId="org.eclipse.ui.navigate.openResource"
365 disabledIcon="/icons/dlcl16/open.gif"
366 icon="/icons/elcl16/open.gif"
367 label="%command.open"
368 mnemonic="%command.open.mnemonic"
369 style="push">
370 <visibleWhen
371 checkEnabled="false">
372 <with
373 variable="selection">
374 <count
375 value="1">
376 </count>
377 <iterate
378 ifEmpty="false"
379 operator="and">
380 <or>
381 <instanceof
382 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
383 </instanceof>
384 <instanceof
385 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
386 </instanceof>
387 <instanceof
388 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfAnalysisOutputElement">
389 </instanceof>
390 </or>
391 </iterate>
392 </with>
393 </visibleWhen>
394 </command>
395 </menuContribution>
396 <menuContribution
397 locationURI="popup:org.eclipse.ui.popup.any?after=additions">
398 <separator
399 name="org.eclipse.linuxtools.tmf.ui.separator1"
400 visible="true">
401 </separator>
402 <command
403 commandId="org.eclipse.linuxtools.tmf.ui.import"
404 label="%command.import"
405 mnemonic="%command.import.mnemonic"
406 style="push">
407 <visibleWhen
408 checkEnabled="false">
409 <with
410 variable="selection">
411 <count
412 value="1">
413 </count>
414 <iterate
415 operator="and">
416 <instanceof
417 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
418 </instanceof>
419 </iterate>
420 </with>
421 </visibleWhen>
422 </command>
423 <separator
424 name="org.eclipse.linuxtools.tmf.ui.separator0"
425 visible="true">
426 </separator>
427 <command
428 commandId="org.eclipse.linuxtools.tmf.ui.command.new_folder"
429 icon="icons/etool16/newfolder_wiz.gif"
430 label="%command.new_folder"
431 mnemonic="%command.new_folder.mnemonic"
432 style="push"
433 tooltip="%command.new_folder.description">
434 <visibleWhen
435 checkEnabled="false">
436 <with
437 variable="selection">
438 <count
439 value="1">
440 </count>
441 <iterate
442 ifEmpty="false"
443 operator="or">
444 <or>
445 <instanceof
446 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
447 </instanceof>
448 </or>
449 </iterate>
450 </with>
451 </visibleWhen>
452 </command>
453 <command
454 commandId="org.eclipse.ui.edit.copy"
455 disabledIcon="icons/dtool16/copy_edit.gif"
456 icon="icons/etool16/copy_edit.gif"
457 label="%command.copy"
458 mnemonic="%command.copy.mnemonic"
459 style="push">
460 <visibleWhen
461 checkEnabled="false">
462 <and>
463 <with
464 variable="activePart">
465 <instanceof
466 value="org.eclipse.ui.navigator.CommonNavigator">
467 </instanceof>
468 </with>
469 <count
470 value="1">
471 </count>
472 <iterate
473 ifEmpty="false"
474 operator="and">
475 <or>
476 <instanceof
477 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
478 </instanceof>
479 <instanceof
480 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
481 </instanceof>
482 </or>
483 </iterate>
484 </and>
485 </visibleWhen>
486 </command>
487 <command
488 commandId="org.eclipse.ui.edit.rename"
489 disabledIcon="/icons/dlcl16/rename.gif"
490 icon="/icons/elcl16/rename.gif"
491 label="%command.rename"
492 mnemonic="%command.rename.mnemonic"
493 style="push">
494 <visibleWhen
495 checkEnabled="false">
496 <with
497 variable="selection">
498 <count
499 value="1">
500 </count>
501 <iterate
502 ifEmpty="false"
503 operator="and">
504 <or>
505 <instanceof
506 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
507 </instanceof>
508 <instanceof
509 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
510 </instanceof>
511 <and>
512 <not>
513 <instanceof
514 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTracesFolder">
515 </instanceof>
516 </not>
517 <instanceof
518 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
519 </instanceof>
520 </and>
521 </or>
522 </iterate>
523 </with>
524 </visibleWhen>
525 </command>
526 <command
527 commandId="org.eclipse.ui.edit.delete"
528 disabledIcon="icons/dtool16/delete.gif"
529 icon="icons/etool16/delete.gif"
530 label="%command.delete"
531 mnemonic="%command.delete.mnemonic"
532 style="push">
533 <visibleWhen
534 checkEnabled="false">
535 <with
536 variable="selection">
537 <and>
538 <or>
539 <iterate
540 ifEmpty="false"
541 operator="and">
542 <instanceof
543 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
544 </instanceof>
545 </iterate>
546 <iterate
547 ifEmpty="false"
548 operator="and">
549 <or>
550 <instanceof
551 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
552 </instanceof>
553 <and>
554 <instanceof
555 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
556 </instanceof>
557 <not>
558 <test
559 forcePluginActivation="true"
560 property="org.eclipse.linuxtools.tmf.ui.isExperimentTrace">
561 </test>
562 </not>
563 </and>
564 </or>
565 </iterate>
566 </or>
567 <not>
568 <with
569 variable="selection">
570 <iterate
571 ifEmpty="false"
572 operator="and">
573 <instanceof
574 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTracesFolder">
575 </instanceof>
576 </iterate>
577 </with>
578 </not>
579 </and>
580 </with>
581 </visibleWhen>
582 </command>
583 <command
584 commandId="org.eclipse.ui.edit.delete"
585 disabledIcon="icons/dtool16/delete.gif"
586 icon="icons/etool16/delete.gif"
587 label="%command.clear"
588 mnemonic="%command.clear.mnemonic"
589 style="push">
590 <visibleWhen
591 checkEnabled="false">
592 <with
593 variable="selection">
594 <iterate
595 ifEmpty="false"
596 operator="and">
597 <instanceof
598 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTracesFolder">
599 </instanceof>
600 </iterate>
601 </with>
602 </visibleWhen>
603 </command>
604 <command
605 commandId="org.eclipse.ui.edit.delete"
606 disabledIcon="icons/dtool16/delete.gif"
607 icon="icons/etool16/delete.gif"
608 label="%command.remove"
609 mnemonic="%command.remove.mnemonic"
610 style="push">
611 <visibleWhen
612 checkEnabled="false">
613 <with
614 variable="selection">
615 <iterate
616 ifEmpty="false"
617 operator="and">
618 <and>
619 <instanceof
620 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
621 </instanceof>
622 <test
623 forcePluginActivation="true"
624 property="org.eclipse.linuxtools.tmf.ui.isExperimentTrace">
625 </test>
626 </and>
627 </iterate>
628 </with>
629 </visibleWhen>
630 </command>
631 <separator
632 name="org.eclipse.linuxtools.tmf.ui.separator2"
633 visible="true">
634 </separator>
635 <command
636 commandId="org.eclipse.linuxtools.tmf.ui.command.new_experiment"
637 disabledIcon="icons/dtool16/new.gif"
638 icon="icons/etool16/new.gif"
639 label="%command.new_experiment"
640 mnemonic="%command.new_experiment.mnemonic"
641 style="push"
642 tooltip="%command.new_experiment.description">
643 <visibleWhen
644 checkEnabled="false">
645 <with
646 variable="selection">
647 <count
648 value="1">
649 </count>
650 <iterate
651 ifEmpty="false"
652 operator="and">
653 <instanceof
654 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentFolder">
655 </instanceof>
656 </iterate>
657 </with>
658 </visibleWhen>
659 </command>
660 <command
661 commandId="org.eclipse.linuxtools.tmf.ui.command.delete_suppl_files"
662 label="%command.delete_suppl_files"
663 mnemonic="%command.delete_suppl_files.mnemonic"
664 style="push"
665 tooltip="%command.delete_suppl_files.description">
666 <visibleWhen
667 checkEnabled="false">
668 <with
669 variable="selection">
670 <and>
671 <iterate
672 ifEmpty="false"
673 operator="and">
674 <or>
675 <instanceof
676 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
677 </instanceof>
678 <instanceof
679 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
680 </instanceof>
681 </or>
682 </iterate>
683 <iterate
684 ifEmpty="false"
685 operator="or">
686 <test
687 forcePluginActivation="true"
688 property="org.eclipse.linuxtools.tmf.ui.hasSupplementaryFiles">
689 </test>
690 </iterate>
691 </and>
692 </with>
693 </visibleWhen>
694 </command>
695 <command
696 commandId="org.eclipse.linuxtools.tmf.ui.command.importtracepkg"
697 label="%command.import_trace_package"
698 mnemonic="%command.import_trace_package.mnemonic"
699 style="push"
700 tooltip="%command.import_trace_package.description">
701 <visibleWhen
702 checkEnabled="false">
703 <with
704 variable="selection">
705 <and>
706 <count
707 value="1">
708 </count>
709 <iterate
710 ifEmpty="false"
711 operator="and">
712 <instanceof
713 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
714 </instanceof>
715 </iterate>
716 </and>
717 </with>
718 </visibleWhen>
719 </command>
720 <separator
721 name="org.eclipse.linuxtools.tmf.ui.export.separator"
722 visible="true">
723 </separator>
724 <command
725 commandId="org.eclipse.linuxtools.tmf.ui.command.exporttracepkg"
726 icon="icons/etool16/export.gif"
727 label="%command.export_trace_package"
728 mnemonic="%command.export_trace_package.mnemonic"
729 style="push"
730 tooltip="%command.export_trace_package.description">
731 <visibleWhen
732 checkEnabled="false">
733 <with
734 variable="selection">
735 <or>
736 <iterate
737 ifEmpty="false"
738 operator="and">
739 <instanceof
740 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
741 </instanceof>
742 </iterate>
743 <and>
744 <count
745 value="1">
746 </count>
747 <iterate
748 operator="and">
749 <instanceof
750 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
751 </instanceof>
752 </iterate>
753 </and>
754 </or>
755 </with>
756 </visibleWhen>
757 </command>
758 <separator
759 name="org.eclipse.linuxtools.tmf.ui.separator3"
760 visible="true">
761 </separator>
762 <command
763 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"
764 icon="icons/etool16/customparser_wizard.gif"
765 id="org.eclipse.linuxtools.tmf.ui.menu.managecustomparsers"
766 style="push">
767 <visibleWhen
768 checkEnabled="false">
769 <with
770 variable="selection">
771 <count
772 value="1">
773 </count>
774 <iterate
775 operator="and">
776 <instanceof
777 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
778 </instanceof>
779 </iterate>
780 </with>
781 </visibleWhen>
782 </command>
783 <menu
784 label="%command.select_trace_type"
785 mnemonic="%command.select_trace_type.mnemonic"
786 tooltip="%command.select_trace_type.description">
787 <dynamic
788 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.SelectElementTypeContributionItem"
789 id="org.eclipse.linuxtools.tmf.ui.command.select_trace_type.dynamic">
790 </dynamic>
791 <separator
792 name="org.eclipse.linuxtools.tmf.ui.separator6"
793 visible="true">
794 </separator>
795 <command
796 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"
797 icon="icons/etool16/customparser_wizard.gif"
798 style="push">
799 </command>
800 <visibleWhen
801 checkEnabled="false">
802 <with
803 variable="selection">
804 <iterate
805 ifEmpty="false"
806 operator="and">
807 <instanceof
808 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
809 </instanceof>
810 </iterate>
811 </with>
812 </visibleWhen>
813 </menu>
814 <menu
815 label="%command.select_experiment_type"
816 mnemonic="%command.select_experiment_type.mnemonic"
817 tooltip="%command.select_experiment_type.description">
818 <dynamic
819 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.SelectElementTypeContributionItem"
820 id="org.eclipse.linuxtools.tmf.ui.command.select_trace_type.dynamic">
821 </dynamic>
822 <visibleWhen
823 checkEnabled="false">
824 <with
825 variable="selection">
826 <iterate
827 ifEmpty="false"
828 operator="and">
829 <instanceof
830 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
831 </instanceof>
832 </iterate>
833 </with>
834 </visibleWhen>
835 </menu>
836 <separator
837 name="org.eclipse.linuxtools.tmf.ui.separator4"
838 visible="true">
839 </separator>
840 <command
841 commandId="org.eclipse.linuxtools.tmf.ui.command.select_traces"
842 icon="icons/obj16/add_obj.gif"
843 label="%command.select_traces"
844 mnemonic="%command.select_traces.mnemonic"
845 style="push"
846 tooltip="%command.select_traces.description">
847 <visibleWhen
848 checkEnabled="false">
849 <with
850 variable="selection">
851 <count
852 value="1">
853 </count>
854 <iterate
855 ifEmpty="false"
856 operator="and">
857 <instanceof
858 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
859 </instanceof>
860 </iterate>
861 </with>
862 </visibleWhen>
863 </command>
864 <command
865 commandId="org.eclipse.linuxtools.tmf.ui.command.synchronize_traces"
866 icon="icons/obj16/add_obj.gif"
867 label="%command.synchronize_traces"
868 mnemonic="%command.synchronize_traces.mnemonic"
869 style="push"
870 tooltip="%command.synchronize_traces.description">
871 <visibleWhen
872 checkEnabled="false">
873 <with
874 variable="selection">
875 <count
876 value="1">
877 </count>
878 <iterate
879 ifEmpty="false"
880 operator="and">
881 <instanceof
882 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
883 </instanceof>
884 </iterate>
885 </with>
886 </visibleWhen>
887 </command>
888 <command
889 commandId="org.eclipse.linuxtools.tmf.ui.command.offset_traces"
890 label="%command.offset_traces"
891 style="push"
892 tooltip="%command.offset_traces.description">
893 <visibleWhen
894 checkEnabled="true">
895 </visibleWhen>
896 </command>
897 <command
898 commandId="org.eclipse.linuxtools.tmf.ui.command.clear_offset"
899 label="%command.clear_offset"
900 style="push"
901 tooltip="%command.clear_offset.description">
902 <visibleWhen
903 checkEnabled="true">
904 </visibleWhen>
905 </command>
906 <separator
907 name="org.eclipse.linuxtools.tmf.ui.separator5"
908 visible="true">
909 </separator>
910 <command
911 commandId="org.eclipse.ui.file.refresh"
912 label="%command.refresh"
913 mnemonic="%command.refresh.mnemonic"
914 style="push">
915 <visibleWhen
916 checkEnabled="false">
917 <with
918 variable="selection">
919 <count
920 value="1">
921 </count>
922 <iterate
923 ifEmpty="false"
924 operator="and">
925 <or>
926 <instanceof
927 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
928 </instanceof>
929 <instanceof
930 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentFolder">
931 </instanceof>
932 <instanceof
933 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
934 </instanceof>
935 </or>
936 </iterate>
937 </with>
938 </visibleWhen>
939 </command>
940 <command
941 commandId="org.eclipse.linuxtools.tmf.ui.command.analysis_help"
942 icon="icons/dlcl16/open.gif"
943 label="%command.analysis_help"
944 mnemonic="%command.analysis_help.mnemonic"
945 style="push"
946 tooltip="%command.analysis_help.description">
947 <visibleWhen
948 checkEnabled="false">
949 <with
950 variable="selection">
951 <count
952 value="1">
953 </count>
954 <iterate
955 ifEmpty="false"
956 operator="and">
957 <instanceof
958 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfAnalysisElement">
959 </instanceof>
960 </iterate>
961 </with>
962 </visibleWhen>
963 </command>
964 </menuContribution>
965 <menuContribution
966 allPopups="false"
967 locationURI="toolbar:org.eclipse.linuxtools.tmf.ui.views.filter?after=add_delete">
968 <command
969 commandId="org.eclipse.ui.edit.delete"
970 style="push">
971 </command>
972 </menuContribution>
973 <menuContribution
974 allPopups="false"
975 locationURI="toolbar:org.eclipse.linuxtools.tmf.ui.views.filter?after=edit">
976 <command
977 commandId="org.eclipse.ui.edit.cut"
978 style="push">
979 </command>
980 </menuContribution>
981 <menuContribution
982 allPopups="false"
983 locationURI="toolbar:org.eclipse.linuxtools.tmf.ui.views.filter?after=edit">
984 <command
985 commandId="org.eclipse.ui.edit.copy"
986 style="push">
987 </command>
988 </menuContribution>
989 <menuContribution
990 allPopups="false"
991 locationURI="toolbar:org.eclipse.linuxtools.tmf.ui.views.filter?after=edit">
992 <command
993 commandId="org.eclipse.ui.edit.paste"
994 style="push">
995 </command>
996 </menuContribution>
997 <menuContribution
998 allPopups="false"
999 locationURI="popup:org.eclipse.linuxtools.tmf.ui.views.filter?after=delete">
1000 <command
1001 commandId="org.eclipse.ui.edit.delete"
1002 style="push">
1003 </command>
1004 </menuContribution>
1005 <menuContribution
1006 allPopups="false"
1007 locationURI="popup:org.eclipse.linuxtools.tmf.ui.views.filter?after=edit">
1008 <command
1009 commandId="org.eclipse.ui.edit.paste"
1010 style="push">
1011 </command>
1012 </menuContribution>
1013 <menuContribution
1014 allPopups="false"
1015 locationURI="popup:org.eclipse.linuxtools.tmf.ui.views.filter?after=edit">
1016 <command
1017 commandId="org.eclipse.ui.edit.copy"
1018 style="push">
1019 </command>
1020 </menuContribution>
1021 <menuContribution
1022 allPopups="false"
1023 locationURI="popup:org.eclipse.linuxtools.tmf.ui.views.filter?after=edit">
1024 <command
1025 commandId="org.eclipse.ui.edit.cut"
1026 style="push">
1027 </command>
1028 </menuContribution>
1029 </extension>
1030 <extension
1031 point="org.eclipse.ui.commands">
1032 <category
1033 description="%commands.category.description"
1034 id="org.eclipse.linuxtools.tmf.ui.commands.category"
1035 name="%commands.category.name">
1036 </category>
1037 <command
1038 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1039 description="%command.new_folder.description"
1040 id="org.eclipse.linuxtools.tmf.ui.command.new_folder"
1041 name="%command.new_folder">
1042 </command>
1043 <command
1044 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1045 description="%command.new_experiment.description"
1046 id="org.eclipse.linuxtools.tmf.ui.command.new_experiment"
1047 name="%command.new_experiment">
1048 </command>
1049 <command
1050 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1051 description="%command.analysis_help.description"
1052 id="org.eclipse.linuxtools.tmf.ui.command.analysis_help"
1053 name="%command.analysis_help">
1054 </command>
1055 <command
1056 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1057 description="%command.select_trace_type.description"
1058 id="org.eclipse.linuxtools.tmf.ui.command.select_trace_type"
1059 name="%command.select_trace_type">
1060 <commandParameter
1061 id="org.eclipse.linuxtools.tmf.ui.commandparameter.select_trace_type.bundle"
1062 name="%command.select_trace_type.bundle"
1063 optional="false">
1064 </commandParameter>
1065 <commandParameter
1066 id="org.eclipse.linuxtools.tmf.ui.commandparameter.select_trace_type.type"
1067 name="%command.select_trace_type.type"
1068 optional="false">
1069 </commandParameter>
1070 <commandParameter
1071 id="org.eclipse.linuxtools.tmf.ui.commandparameter.select_trace_type.icon"
1072 name="%command.select_trace_type.icon"
1073 optional="false">
1074 </commandParameter>
1075 </command>
1076 <command
1077 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1078 id="org.eclipse.linuxtools.tmf.ui.command.delete_suppl_files"
1079 name="%command.delete_suppl_files">
1080 </command>
1081 <command
1082 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1083 id="org.eclipse.linuxtools.tmf.ui.command.exporttracepkg"
1084 name="%command.export_trace_package">
1085 </command>
1086 <command
1087 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1088 id="org.eclipse.linuxtools.tmf.ui.command.importtracepkg"
1089 name="%command.import_trace_package">
1090 </command>
1091 <command
1092 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1093 description="%command.select_traces.description"
1094 id="org.eclipse.linuxtools.tmf.ui.command.select_traces"
1095 name="%command.select_traces">
1096 </command>
1097 <command
1098 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1099 description="%command.synchronize_traces.description"
1100 id="org.eclipse.linuxtools.tmf.ui.command.synchronize_traces"
1101 name="%command.synchronize_traces">
1102 </command>
1103 <category
1104 description="%commands.parser.category.description"
1105 id="org.eclipse.linuxtools.tmf.ui.commands.parser.category"
1106 name="%commands.parser.category.name">
1107 </category>
1108 <command
1109 categoryId="org.eclipse.linuxtools.tmf.ui.commands.parser.category"
1110 description="%commands.parser.manage.description"
1111 id="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"
1112 name="%commands.parser.manage">
1113 </command>
1114 <category
1115 description="%commands.uml2sd.category.name"
1116 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"
1117 name="%commands.uml2sd.category.name">
1118 </category>
1119 <command
1120 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"
1121 description="%commands.uml2sd.goto.description"
1122 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage"
1123 name="%commands.uml2sd.goto">
1124 </command>
1125 <command
1126 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"
1127 description="%commands.uml2sd.showend.description"
1128 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd"
1129 name="%commands.uml2sd.showend">
1130 </command>
1131 <command
1132 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"
1133 description="%commands.uml2sd.showstart.description"
1134 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart"
1135 name="%commands.uml2sd.showstart">
1136 </command>
1137 <command
1138 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"
1139 description="%commands.uml2sd.scrollup.description"
1140 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp"
1141 name="%commands.uml2sd.scrollup">
1142 </command>
1143 <command
1144 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"
1145 description="%commands.uml2sd.scrolldown.description"
1146 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown"
1147 name="%commands.uml2sd.scrolldown">
1148 </command>
1149 <command
1150 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"
1151 description="%commands.uml2sd.scrollleft.description"
1152 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft"
1153 name="%commands.uml2sd.scrollleft">
1154 </command>
1155 <command
1156 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"
1157 description="%commands.uml2sd.scrollright.description"
1158 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight"
1159 name="%commands.uml2sd.scrollright">
1160 </command>
1161 <command
1162 description="%command.import.description"
1163 id="org.eclipse.linuxtools.tmf.ui.import"
1164 name="%command.import">
1165 </command>
1166 <command
1167 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1168 description="%command.copy_to_clipboard.description"
1169 id="org.eclipse.tracecompass.tmf.ui.copy_to_clipboard"
1170 name="%command.copy_to_clipboard">
1171 </command>
1172 <command
1173 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1174 description="%command.export_to_text.description"
1175 id="org.eclipse.linuxtools.tmf.ui.exportToText"
1176 name="%command.export_to_text">
1177 </command>
1178 <command
1179 categoryId="org.eclipse.ui.category.file"
1180 defaultHandler="org.eclipse.tracecompass.internal.tmf.ui.commands.OpenFileHandler"
1181 description="%command.OpenFile.description"
1182 id="org.eclipse.linuxtools.tmf.ui.openFile"
1183 name="%command.OpenFile.name">
1184 </command>
1185 <command
1186 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1187 description="%command.offset_traces.description"
1188 id="org.eclipse.linuxtools.tmf.ui.command.offset_traces"
1189 name="%command.offset_traces">
1190 </command>
1191 <command
1192 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
1193 description="%command.clear_offset.description"
1194 id="org.eclipse.linuxtools.tmf.ui.command.clear_offset"
1195 name="%command.clear_offset">
1196 </command>
1197 </extension>
1198 <extension
1199 point="org.eclipse.ui.handlers">
1200 <handler
1201 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.ImportTraceHandler"
1202 commandId="org.eclipse.linuxtools.tmf.ui.import">
1203 </handler>
1204 <handler
1205 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.RefreshHandler"
1206 commandId="org.eclipse.ui.file.refresh">
1207 <activeWhen>
1208 <and>
1209 <count
1210 value="1">
1211 </count>
1212 <iterate
1213 ifEmpty="false"
1214 operator="and">
1215 <or>
1216 <instanceof
1217 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
1218 </instanceof>
1219 <instanceof
1220 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentFolder">
1221 </instanceof>
1222 <instanceof
1223 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
1224 </instanceof>
1225 </or>
1226 </iterate>
1227 </and>
1228 </activeWhen>
1229 </handler>
1230 <handler
1231 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.OpenTraceHandler"
1232 commandId="org.eclipse.ui.navigate.openResource">
1233 <activeWhen>
1234 <and>
1235 <count
1236 value="1">
1237 </count>
1238 <iterate
1239 operator="and">
1240 <instanceof
1241 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
1242 </instanceof>
1243 </iterate>
1244 </and>
1245 </activeWhen>
1246 </handler>
1247 <handler
1248 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.OpenExperimentHandler"
1249 commandId="org.eclipse.ui.navigate.openResource">
1250 <activeWhen>
1251 <and>
1252 <count
1253 value="1">
1254 </count>
1255 <iterate
1256 operator="and">
1257 <instanceof
1258 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
1259 </instanceof>
1260 </iterate>
1261 </and>
1262 </activeWhen>
1263 </handler>
1264 <handler
1265 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.OpenAnalysisHelpHandler"
1266 commandId="org.eclipse.linuxtools.tmf.ui.command.analysis_help">
1267 <activeWhen>
1268 <and>
1269 <count
1270 value="1">
1271 </count>
1272 <iterate
1273 operator="and">
1274 <instanceof
1275 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfAnalysisElement">
1276 </instanceof>
1277 </iterate>
1278 </and>
1279 </activeWhen>
1280 </handler>
1281 <handler
1282 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.OpenAnalysisOutputHandler"
1283 commandId="org.eclipse.ui.navigate.openResource">
1284 <activeWhen>
1285 <and>
1286 <count
1287 value="1">
1288 </count>
1289 <iterate
1290 operator="and">
1291 <instanceof
1292 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfAnalysisOutputElement">
1293 </instanceof>
1294 </iterate>
1295 </and>
1296 </activeWhen>
1297 </handler>
1298 <handler
1299 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.CopyTraceHandler"
1300 commandId="org.eclipse.ui.edit.copy">
1301 <activeWhen>
1302 <and>
1303 <with
1304 variable="activePart">
1305 <instanceof
1306 value="org.eclipse.ui.navigator.CommonNavigator">
1307 </instanceof>
1308 </with>
1309 <count
1310 value="1">
1311 </count>
1312 <iterate
1313 operator="and">
1314 <instanceof
1315 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
1316 </instanceof>
1317 <not>
1318 <test
1319 forcePluginActivation="true"
1320 property="org.eclipse.linuxtools.tmf.ui.isExperimentTrace">
1321 </test>
1322 </not>
1323 </iterate>
1324 </and>
1325 </activeWhen>
1326 </handler>
1327 <handler
1328 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.CopyExperimentHandler"
1329 commandId="org.eclipse.ui.edit.copy">
1330 <activeWhen>
1331 <and>
1332 <with
1333 variable="activePart">
1334 <instanceof
1335 value="org.eclipse.ui.navigator.CommonNavigator">
1336 </instanceof>
1337 </with>
1338 <count
1339 value="1">
1340 </count>
1341 <iterate
1342 operator="and">
1343 <instanceof
1344 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
1345 </instanceof>
1346 </iterate>
1347 </and>
1348 </activeWhen>
1349 </handler>
1350 <handler
1351 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.RenameTraceHandler"
1352 commandId="org.eclipse.ui.edit.rename">
1353 <activeWhen>
1354 <and>
1355 <count
1356 value="1">
1357 </count>
1358 <iterate
1359 operator="and">
1360 <instanceof
1361 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
1362 </instanceof>
1363 </iterate>
1364 </and>
1365 </activeWhen>
1366 </handler>
1367 <handler
1368 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.RenameExperimentHandler"
1369 commandId="org.eclipse.ui.edit.rename">
1370 <activeWhen>
1371 <and>
1372 <count
1373 value="1">
1374 </count>
1375 <iterate
1376 operator="and">
1377 <instanceof
1378 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
1379 </instanceof>
1380 </iterate>
1381 </and>
1382 </activeWhen>
1383 </handler>
1384 <handler
1385 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.RenameFolderHandler"
1386 commandId="org.eclipse.ui.edit.rename">
1387 <activeWhen>
1388 <and>
1389 <count
1390 value="1">
1391 </count>
1392 <iterate
1393 operator="and">
1394 <and>
1395 <not>
1396 <instanceof
1397 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTracesFolder">
1398 </instanceof>
1399 </not>
1400 <instanceof
1401 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
1402 </instanceof>
1403 </and>
1404 </iterate>
1405 </and>
1406 </activeWhen>
1407 </handler>
1408 <handler
1409 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.DeleteExperimentHandler"
1410 commandId="org.eclipse.ui.edit.delete">
1411 <activeWhen>
1412 <iterate
1413 ifEmpty="false"
1414 operator="and">
1415 <instanceof
1416 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
1417 </instanceof>
1418 </iterate>
1419 </activeWhen>
1420 </handler>
1421 <handler
1422 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.DeleteTraceFolderElementHandler"
1423 commandId="org.eclipse.ui.edit.delete">
1424 <activeWhen>
1425 <iterate
1426 ifEmpty="false"
1427 operator="and">
1428 <or>
1429 <instanceof
1430 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
1431 </instanceof>
1432 <instanceof
1433 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
1434 </instanceof>
1435 </or>
1436 </iterate>
1437 </activeWhen>
1438 </handler>
1439 <handler
1440 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.NewFolderHandler"
1441 commandId="org.eclipse.linuxtools.tmf.ui.command.new_folder">
1442 <activeWhen>
1443 <and>
1444 <count
1445 value="1">
1446 </count>
1447 <iterate
1448 ifEmpty="false"
1449 operator="or">
1450 <instanceof
1451 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
1452 </instanceof>
1453 </iterate>
1454 </and>
1455 </activeWhen>
1456 </handler>
1457 <handler
1458 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.DeleteTraceSupplementaryFilesHandler"
1459 commandId="org.eclipse.linuxtools.tmf.ui.command.delete_suppl_files">
1460 </handler>
1461 <handler
1462 class="org.eclipse.tracecompass.internal.tmf.ui.project.wizards.tracepkg.importexport.ExportTracePackageHandler"
1463 commandId="org.eclipse.linuxtools.tmf.ui.command.exporttracepkg">
1464 </handler>
1465 <handler
1466 class="org.eclipse.tracecompass.internal.tmf.ui.project.wizards.tracepkg.importexport.ImportTracePackageHandler"
1467 commandId="org.eclipse.linuxtools.tmf.ui.command.importtracepkg">
1468 <activeWhen>
1469 <and>
1470 <count
1471 value="1">
1472 </count>
1473 <iterate
1474 operator="and">
1475 <instanceof
1476 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
1477 </instanceof>
1478 </iterate>
1479 </and>
1480 </activeWhen>
1481 </handler>
1482 <handler
1483 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.NewExperimentHandler"
1484 commandId="org.eclipse.linuxtools.tmf.ui.command.new_experiment">
1485 <activeWhen>
1486 <and>
1487 <count
1488 value="1">
1489 </count>
1490 <iterate
1491 operator="and">
1492 <instanceof
1493 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentFolder">
1494 </instanceof>
1495 </iterate>
1496 </and>
1497 </activeWhen>
1498 </handler>
1499 <handler
1500 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.SelectTraceTypeHandler"
1501 commandId="org.eclipse.linuxtools.tmf.ui.command.select_trace_type">
1502 <activeWhen>
1503 <iterate
1504 ifEmpty="false"
1505 operator="and">
1506 <or>
1507 <instanceof
1508 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
1509 </instanceof>
1510 <instanceof
1511 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
1512 </instanceof>
1513 </or>
1514 </iterate>
1515 </activeWhen>
1516 </handler>
1517 <handler
1518 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.SelectTracesHandler"
1519 commandId="org.eclipse.linuxtools.tmf.ui.command.select_traces">
1520 <activeWhen>
1521 <and>
1522 <count
1523 value="1">
1524 </count>
1525 <iterate
1526 operator="and">
1527 <instanceof
1528 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
1529 </instanceof>
1530 </iterate>
1531 </and>
1532 </activeWhen>
1533 </handler>
1534 <handler
1535 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.SynchronizeTracesHandler"
1536 commandId="org.eclipse.linuxtools.tmf.ui.command.synchronize_traces">
1537 <activeWhen>
1538 <and>
1539 <count
1540 value="1">
1541 </count>
1542 <iterate
1543 operator="and">
1544 <instanceof
1545 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
1546 </instanceof>
1547 </iterate>
1548 </and>
1549 </activeWhen>
1550 </handler>
1551 <handler
1552 class="org.eclipse.tracecompass.internal.tmf.ui.commands.ManageCustomParsersCommandHandler"
1553 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers">
1554 </handler>
1555 <handler
1556 class="org.eclipse.tracecompass.internal.tmf.ui.editors.handlers.AddBookmarkHandler"
1557 commandId="org.eclipse.ui.edit.addBookmark">
1558 <activeWhen>
1559 <and>
1560 <with
1561 variable="activePart">
1562 <instanceof
1563 value="org.eclipse.tracecompass.tmf.ui.editors.TmfEventsEditor">
1564 </instanceof>
1565 </with>
1566 <count
1567 value="1">
1568 </count>
1569 <iterate
1570 ifEmpty="false"
1571 operator="and">
1572 <instanceof
1573 value="org.eclipse.tracecompass.tmf.core.event.ITmfEvent">
1574 </instanceof>
1575 </iterate>
1576 </and>
1577 </activeWhen>
1578 </handler>
1579 <handler
1580 class="org.eclipse.tracecompass.internal.tmf.ui.commands.ExportToTextCommandHandler"
1581 commandId="org.eclipse.linuxtools.tmf.ui.exportToText">
1582 </handler>
1583 <handler
1584 class="org.eclipse.tracecompass.tmf.ui.views.filter.CopyHandler"
1585 commandId="org.eclipse.ui.edit.copy">
1586 <activeWhen>
1587 <with
1588 variable="activePart">
1589 <instanceof
1590 value="org.eclipse.tracecompass.tmf.ui.views.filter.FilterView">
1591 </instanceof>
1592 </with>
1593 </activeWhen>
1594 </handler>
1595 <handler
1596 class="org.eclipse.tracecompass.tmf.ui.views.filter.PasteHandler"
1597 commandId="org.eclipse.ui.edit.paste">
1598 <activeWhen>
1599 <with
1600 variable="activePart">
1601 <instanceof
1602 value="org.eclipse.tracecompass.tmf.ui.views.filter.FilterView">
1603 </instanceof>
1604 </with>
1605 </activeWhen>
1606 </handler>
1607 <handler
1608 class="org.eclipse.tracecompass.tmf.ui.views.filter.CutHandler"
1609 commandId="org.eclipse.ui.edit.cut">
1610 <activeWhen>
1611 <with
1612 variable="activePart">
1613 <instanceof
1614 value="org.eclipse.tracecompass.tmf.ui.views.filter.FilterView">
1615 </instanceof>
1616 </with>
1617 </activeWhen>
1618 </handler>
1619 <handler
1620 class="org.eclipse.tracecompass.tmf.ui.views.filter.DeleteHandler"
1621 commandId="org.eclipse.ui.edit.delete">
1622 <activeWhen>
1623 <with
1624 variable="activePart">
1625 <instanceof
1626 value="org.eclipse.tracecompass.tmf.ui.views.filter.FilterView">
1627 </instanceof>
1628 </with>
1629 </activeWhen>
1630 </handler>
1631 <handler
1632 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.OffsetTraceHandler"
1633 commandId="org.eclipse.linuxtools.tmf.ui.command.offset_traces">
1634 <activeWhen>
1635 <with
1636 variable="selection">
1637 <iterate
1638 ifEmpty="false"
1639 operator="and">
1640 <or>
1641 <instanceof
1642 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
1643 </instanceof>
1644 <instanceof
1645 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
1646 </instanceof>
1647 <instanceof
1648 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
1649 </instanceof>
1650 </or>
1651 </iterate>
1652 </with>
1653 </activeWhen>
1654 </handler>
1655 <handler
1656 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.ClearTraceOffsetHandler"
1657 commandId="org.eclipse.linuxtools.tmf.ui.command.clear_offset">
1658 <activeWhen>
1659 <with
1660 variable="selection">
1661 <iterate
1662 ifEmpty="false"
1663 operator="and">
1664 <or>
1665 <instanceof
1666 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
1667 </instanceof>
1668 <instanceof
1669 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
1670 </instanceof>
1671 <instanceof
1672 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
1673 </instanceof>
1674 </or>
1675 </iterate>
1676 </with>
1677 </activeWhen>
1678 </handler>
1679 </extension>
1680 <extension point="org.eclipse.ui.bindings">
1681 <key
1682 sequence="ALT+R"
1683 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"
1684 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage"
1685 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
1686 </key>
1687 <key
1688 sequence="SHIFT+ALT+END"
1689 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"
1690 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd"
1691 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
1692 </key>
1693 <key
1694 sequence="SHIFT+ALT+HOME"
1695 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"
1696 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart"
1697 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
1698 </key>
1699 <key
1700 sequence="SHIFT+ALT+ARROW_UP"
1701 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"
1702 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp"
1703 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
1704 </key>
1705 <key
1706 sequence="SHIFT+ALT+ARROW_DOWN"
1707 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"
1708 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown"
1709 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
1710 </key>
1711 <key
1712 sequence="SHIFT+ALT+ARROW_LEFT"
1713 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"
1714 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft"
1715 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
1716 </key>
1717 <key
1718 sequence="SHIFT+ALT+ARROW_RIGHT"
1719 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"
1720 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight"
1721 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
1722 </key>
1723 </extension>
1724 <extension
1725 point="org.eclipse.core.contenttype.contentTypes">
1726 <content-type
1727 id="org.eclipse.linuxtools.tmf.ui.content-type.trace"
1728 name="%contenttype.trace"
1729 priority="normal">
1730 </content-type>
1731 </extension>
1732 <extension
1733 point="org.eclipse.ui.contexts">
1734 <context
1735 id="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"
1736 name="%contexts.uml2sd">
1737 </context>
1738 </extension>
1739 <extension
1740 point="org.eclipse.ui.preferencePages">
1741 <page
1742 class="org.eclipse.tracecompass.internal.tmf.ui.preferences.TmfTracingPreferencePage"
1743 id="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences"
1744 name="%preference.page.trace.name">
1745 </page>
1746 <page
1747 category="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences"
1748 class="org.eclipse.tracecompass.tmf.ui.views.uml2sd.preferences.SDViewerPage"
1749 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewerPage"
1750 name="%preference.page.uml2sd.name">
1751 </page>
1752 <page
1753 category="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences"
1754 class="org.eclipse.tracecompass.tmf.ui.properties.TmfTimestampFormatPage"
1755 id="org.eclipse.linuxtools.tmf.ui.preferences.timestamp.format"
1756 name="%preferences.page.timestamp.format">
1757 </page>
1758 </extension>
1759 <extension
1760 point="org.eclipse.linuxtools.tmf.ui.uml2SDLoader">
1761 <uml2SDLoader
1762 class="org.eclipse.tracecompass.tmf.ui.views.uml2sd.loader.TmfUml2SDSyncLoader"
1763 default="true"
1764 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfUml2SDSyncLoader"
1765 name="TMF UML2SD Loader"
1766 view="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView">
1767 </uml2SDLoader>
1768 </extension>
1769 <!--extension
1770 point="org.eclipse.core.expressions.propertyTesters">
1771 <propertyTester
1772 class="org.eclipse.linuxtools.tmf.ui.project.handlers.PropertyTester"
1773 id="org.eclipse.linuxtools.tmf.ui.propertyTester.isInTraceFolder"
1774 namespace="org.eclipse.linuxtools.tmf.ui.propertyTester"
1775 properties="isInTraceFolder"
1776 type="org.eclipse.jface.viewers.ISelection">
1777 </propertyTester>
1778 </extension -->
1779 <extension
1780 point="org.eclipse.core.expressions.propertyTesters">
1781 <propertyTester
1782 class="org.eclipse.tracecompass.internal.tmf.ui.project.handlers.TracePropertyTester"
1783 id="org.eclipse.linuxtools.tmf.ui.tracePropertyTester"
1784 namespace="org.eclipse.linuxtools.tmf.ui"
1785 properties="isExperimentTrace,hasSupplementaryFiles,traceType"
1786 type="org.eclipse.tracecompass.tmf.ui.project.model.TmfProjectModelElement">
1787 </propertyTester>
1788 </extension>
1789 <extension
1790 point="org.eclipse.ui.navigator.linkHelper">
1791 <linkHelper
1792 class="org.eclipse.tracecompass.internal.tmf.ui.project.model.TmfEditorLinkHelper"
1793 id="org.eclipse.linuxtools.internal.tmf.ui.project.model.TmfEditorLinkHelper">
1794 <editorInputEnablement>
1795 <instanceof value="org.eclipse.ui.IFileEditorInput"/>
1796 </editorInputEnablement>
1797 <selectionEnablement>
1798 <or>
1799 <instanceof
1800 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceElement">
1801 </instanceof>
1802 <instanceof
1803 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentElement">
1804 </instanceof>
1805 </or>
1806 </selectionEnablement>
1807 </linkHelper>
1808 </extension>
1809 <extension
1810 point="org.eclipse.ui.exportWizards">
1811 <wizard
1812 category="org.eclipse.linuxtools.tmf.export.category"
1813 class="org.eclipse.tracecompass.internal.tmf.ui.project.wizards.tracepkg.importexport.ExportTracePackageWizard"
1814 icon="icons/etool16/export.gif"
1815 id="org.eclipse.linuxtools.tmf.ui.trace.export.package.wizard"
1816 name="%project.export.wizard.name.tracepkg">
1817 </wizard>
1818 <category
1819 id="org.eclipse.linuxtools.tmf.export.category"
1820 name="%project.new.category.name">
1821 </category>
1822 </extension>
1823 <extension
1824 point="org.eclipse.linuxtools.tmf.core.analysis">
1825 <output
1826 class="org.eclipse.tracecompass.tmf.ui.analysis.TmfAnalysisViewOutput"
1827 id="org.eclipse.linuxtools.tmf.ui.views.statistics">
1828 <analysisId
1829 id="org.eclipse.linuxtools.tmf.core.statistics.analysis">
1830 </analysisId>
1831 </output>
1832 </extension>
1833 <extension
1834 point="org.eclipse.linuxtools.tmf.ui.tracetypeui">
1835 <experiment
1836 tracetype="org.eclipse.linuxtools.tmf.core.experiment.generic"
1837 icon="icons/elcl16/experiment.gif">
1838 </experiment>
1839 </extension>
1840 <extension
1841 point="org.eclipse.ui.themes">
1842 <themeElementCategory
1843 id="org.eclipse.tracecompass.tmf.ui.theme.category"
1844 label="%themes.category.label">
1845 </themeElementCategory>
1846 <fontDefinition
1847 categoryId="org.eclipse.tracecompass.tmf.ui.theme.category"
1848 id="org.eclipse.tracecompass.tmf.ui.font.eventtable"
1849 isEditable="true"
1850 label="%font.eventtable.label">
1851 <description>
1852 %font.eventtable.description
1853 </description>
1854 </fontDefinition>
1855 <fontDefinition
1856 categoryId="org.eclipse.tracecompass.tmf.ui.theme.category"
1857 defaultsTo="org.eclipse.jface.textfont"
1858 id="org.eclipse.tracecompass.tmf.ui.font.eventraw"
1859 isEditable="true"
1860 label="%font.eventraw.label">
1861 <description>
1862 %font.eventraw.description
1863 </description>
1864 </fontDefinition>
1865 <colorDefinition
1866 categoryId="org.eclipse.tracecompass.tmf.ui.theme.category"
1867 id="org.eclipse.tracecompass.tmf.ui.color.eventtable.highlight"
1868 isEditable="true"
1869 label="%color.eventtable.highlight.label"
1870 value="COLOR_YELLOW">
1871 <description>
1872 %color.eventtable.highlight.description
1873 </description>
1874 </colorDefinition>
1875 <colorDefinition
1876 categoryId="org.eclipse.tracecompass.tmf.ui.theme.category"
1877 id="org.eclipse.tracecompass.tmf.ui.color.eventraw.highlight"
1878 isEditable="true"
1879 label="%color.eventraw.highlight.label"
1880 value="246,252,255">
1881 <description>
1882 %color.eventraw.highlight.description
1883 </description>
1884 </colorDefinition>
1885 <colorDefinition
1886 categoryId="org.eclipse.tracecompass.tmf.ui.theme.category"
1887 id="org.eclipse.tracecompass.tmf.ui.color.eventraw.selection"
1888 isEditable="true"
1889 label="%color.eventraw.selection.label"
1890 value="231,246,254">
1891 <description>
1892 %color.eventraw.selection.description
1893 </description>
1894 </colorDefinition>
1895 </extension>
1896 </plugin>
This page took 0.089208 seconds and 5 git commands to generate.