<?xml version="1.0" encoding="UTF-8"?> | |
<?eclipse version="3.4"?> | |
<plugin> | |
<extension-point id="org.eclipse.linuxtools.tmf.ui.parserProviders" name="Parser Providers" schema="schema/org.eclipse.linuxtools.tmf.ui.parserprovider.exsd"/> | |
<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"/> | |
<extension | |
point="org.eclipse.ui.perspectives"> | |
<perspective | |
class="org.eclipse.linuxtools.tmf.ui.views.TracingPerspectiveFactory" | |
icon="icons/eview16/tracing_pers.gif" | |
id="org.eclipse.linuxtools.tmf.ui.perspective" | |
name="%perspective.category.name"> | |
</perspective> | |
</extension> | |
<extension | |
point="org.eclipse.ui.views"> | |
<category | |
id="org.eclipse.linuxtools.tmf.ui.views.category" | |
name="%views.category.name"> | |
</category> | |
<view | |
allowMultiple="false" | |
category="org.eclipse.linuxtools.tmf.ui.views.category" | |
class="org.eclipse.linuxtools.tmf.ui.views.events.TmfEventsView" | |
icon="icons/eview16/events_view.gif" | |
id="org.eclipse.linuxtools.tmf.ui.views.events" | |
name="%events.view.name" | |
restorable="true"> | |
</view> | |
<view | |
category="org.eclipse.linuxtools.tmf.ui.views.category" | |
class="org.eclipse.linuxtools.tmf.ui.views.timechart.TimeChartView" | |
icon="icons/eview16/timechart_view.gif" | |
id="org.eclipse.linuxtools.tmf.ui.views.timechart" | |
name="%timechart.view.name" | |
restorable="true"> | |
</view> | |
<view | |
allowMultiple="false" | |
category="org.eclipse.linuxtools.tmf.ui.views.category" | |
class="org.eclipse.linuxtools.tmf.ui.views.colors.ColorsView" | |
icon="icons/eview16/colors_view.gif" | |
id="org.eclipse.linuxtools.tmf.ui.views.colors" | |
name="%colors.view.name" | |
restorable="true"> | |
</view> | |
<view | |
allowMultiple="false" | |
category="org.eclipse.linuxtools.tmf.ui.views.category" | |
class="org.eclipse.linuxtools.tmf.ui.views.filter.FilterView" | |
icon="icons/eview16/filters_view.gif" | |
id="org.eclipse.linuxtools.tmf.ui.views.filter" | |
name="%filters.view.name" | |
restorable="true"> | |
</view> | |
<view | |
category="org.eclipse.linuxtools.tmf.ui.views.category" | |
class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView" | |
icon="icons/eview16/sequencediagram_view.gif" | |
id="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView" | |
name="%uml2sd.view.name" | |
restorable="true"> | |
</view> | |
<view | |
allowMultiple="false" | |
category="org.eclipse.linuxtools.tmf.ui.views.category" | |
class="org.eclipse.linuxtools.tmf.ui.views.statistics.TmfStatisticsView" | |
icon="icons/eview16/statistics_view.gif" | |
id="org.eclipse.linuxtools.tmf.ui.views.statistics" | |
name="%statistics.view.name" | |
restorable="true"> | |
</view> | |
</extension> | |
<extension | |
point="org.eclipse.ui.editors"> | |
<editor | |
class="org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor" | |
default="false" | |
icon="icons/eview16/events_view.gif" | |
id="org.eclipse.linuxtools.tmf.ui.editors.events" | |
name="%events.editor.name"> | |
<contentTypeBinding | |
contentTypeId="org.eclipse.linuxtools.tmf.ui.content-type.trace"> | |
</contentTypeBinding> | |
</editor> | |
</extension> | |
<extension | |
point="org.eclipse.ui.newWizards"> | |
<category | |
id="org.eclipse.linuxtools.tmf.ui.wizards.new" | |
name="%wizard.category.name"> | |
</category> | |
<wizard | |
category="org.eclipse.linuxtools.tmf.ui.wizards.new" | |
class="org.eclipse.linuxtools.tmf.ui.project.wizards.NewTmfProjectWizard" | |
icon="icons/elcl16/new_tracing_prj.gif" | |
id="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject" | |
name="%project.new.wizard.name" | |
project="true"> | |
<description> | |
%project.new.wizard.description | |
</description> | |
</wizard> | |
<wizard | |
category="org.eclipse.linuxtools.tmf.ui.wizards.new" | |
class="org.eclipse.linuxtools.tmf.ui.parsers.wizards.CustomTxtParserWizard" | |
icon="icons/etool16/customparser_wizard.gif" | |
id="org.eclipse.linuxtools.tmf.ui.wizards.custom.text" | |
name="%project.new.wizard.custom.text.parser"> | |
</wizard> | |
<wizard | |
category="org.eclipse.linuxtools.tmf.ui.wizards.new" | |
class="org.eclipse.linuxtools.tmf.ui.parsers.wizards.CustomXmlParserWizard" | |
icon="icons/etool16/customparser_wizard.gif" | |
id="org.eclipse.linuxtools.tmf.ui.wizards.custom.xml" | |
name="%project.new.wizard.custom.xml.parser"> | |
</wizard> | |
</extension> | |
<extension | |
point="org.eclipse.ui.importWizards"> | |
<category | |
id="org.eclipse.linuxtools.tmf.import.category" | |
name="%wizard.category.name"> | |
</category> | |
<wizard | |
category="org.eclipse.linuxtools.tmf.import.category" | |
class="org.eclipse.linuxtools.tmf.ui.project.wizards.ImportTraceWizard" | |
icon="icons/etool16/import.gif" | |
id="org.eclipse.linuxtools.tmf.ui.trace.import.wizard" | |
name="%project.import.wizard.name"> | |
</wizard> | |
</extension> | |
<extension | |
id="org.eclipse.linuxtools.tmf.project.nature" | |
point="org.eclipse.core.resources.natures"> | |
<runtime> | |
<run | |
class="org.eclipse.linuxtools.tmf.TmfProjectNature"> | |
</run> | |
</runtime> | |
</extension> | |
<extension | |
point="org.eclipse.ui.ide.projectNatureImages"> | |
<image | |
icon="icons/ovr16/trace_nature_ovr.gif" | |
id="org.eclipse.linuxtools.tmf.ui.nature.image" | |
natureId="org.eclipse.linuxtools.tmf.project.nature"> | |
</image> | |
</extension> | |
<extension | |
point="org.eclipse.ui.navigator.navigatorContent"> | |
<navigatorContent | |
activeByDefault="true" | |
contentProvider="org.eclipse.linuxtools.tmf.ui.project.model.TmfNavigatorContentProvider" | |
icon="icons/eview16/tracing_pers.gif" | |
id="org.eclipse.linuxtools.tmf.ui.navigator.content" | |
labelProvider="org.eclipse.linuxtools.tmf.ui.project.model.TmfNavigatorLabelProvider" | |
name="%navigatorContent.name" | |
priority="normal"> | |
<enablement> | |
<and> | |
<instanceof | |
value="org.eclipse.core.resources.IProject"> | |
</instanceof> | |
<test | |
property="org.eclipse.core.resources.projectNature" | |
value="org.eclipse.linuxtools.tmf.project.nature"> | |
</test> | |
</and> | |
</enablement> | |
<triggerPoints> | |
<or> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement"> | |
</instanceof> | |
</or> | |
</triggerPoints> | |
<possibleChildren> | |
<or> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement"> | |
</instanceof> | |
</or></possibleChildren> | |
<override | |
policy="InvokeAlwaysRegardlessOfSuppressedExt" | |
suppressedExtensionId="org.eclipse.ui.navigator.resourceContent"> | |
</override> | |
</navigatorContent> | |
</extension> | |
<extension | |
point="org.eclipse.ui.navigator.viewer"> | |
<viewerContentBinding | |
viewerId="org.eclipse.ui.navigator.ProjectExplorer"> | |
<includes> | |
<contentExtension | |
pattern="org.eclipse.linuxtools.tmf.ui.navigator.content"> | |
</contentExtension> | |
<contentExtension | |
pattern="org.eclipse.ui.navigator.resources.filters.*"> | |
</contentExtension> | |
</includes> | |
</viewerContentBinding> | |
</extension> | |
<extension | |
point="org.eclipse.ui.decorators"> | |
<decorator | |
icon="icons/ovr16/trace_folder_ovr.png" | |
id="org.eclipse.linuxtools.tmf.ui.trace_folder.decorator" | |
label="Trace Folder" | |
lightweight="true" | |
location="TOP_RIGHT" | |
state="true"> | |
<enablement> | |
<objectClass | |
name="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder"> | |
</objectClass> | |
</enablement> | |
</decorator> | |
<decorator | |
icon="icons/ovr16/experiment_folder_ovr.png" | |
id="org.eclipse.linuxtools.tmf.ui.experiment_folder.decorator" | |
label="Trace Experiment Folder" | |
lightweight="true" | |
location="TOP_RIGHT" | |
state="true"> | |
<enablement> | |
<objectClass | |
name="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder"> | |
</objectClass> | |
</enablement> | |
</decorator> | |
<decorator | |
icon="icons/ovr16/link_ovr.gif" | |
id="org.eclipse.linuxtools.tmf.ui.linked_trace.decorator" | |
label="Linked Trace" | |
lightweight="true" | |
location="BOTTOM_RIGHT" | |
state="true"> | |
<enablement> | |
<and> | |
<objectClass | |
name="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement"> | |
</objectClass> | |
<objectState | |
name="isLinked" | |
value="true"> | |
</objectState> | |
</and> | |
</enablement> | |
</decorator> | |
</extension> | |
<extension | |
point="org.eclipse.ui.menus"> | |
<menuContribution | |
locationURI="menu:org.eclipse.ui.navigator.ProjectExplorer"> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers" | |
id="org.eclipse.linuxtools.tmf.ui.menu.managecustomparsers" | |
style="push"> | |
</command> | |
</menuContribution> | |
<menuContribution | |
locationURI="popup:org.eclipse.ui.popup.any?after=additions"> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import" | |
disabledIcon="icons/dtool16/import.gif" | |
icon="icons/etool16/import.gif" | |
label="%commands.trace_folder.import" | |
mnemonic="%commands.trace_folder.import.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<separator | |
name="org.eclipse.linuxtools.tmf.ui.separator1" | |
visible="true"> | |
</separator> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh" | |
disabledIcon="icons/dlcl16/refresh.gif" | |
icon="icons/elcl16/refresh.gif" | |
label="%commands.trace_folder.refresh" | |
mnemonic="%commands.trace_folder.refresh.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate | |
ifEmpty="true" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open" | |
disabledIcon="icons/dlcl16/open.gif" | |
icon="icons/elcl16/open.gif" | |
label="%commands.trace.open" | |
mnemonic="%commands.trace.open.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement"> | |
</instanceof></and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy" | |
disabledIcon="IMG_TOOL_COPY_DISABLED" | |
icon="IMG_TOOL_COPY" | |
label="%commands.trace.copy" | |
mnemonic="%commands.trace.copy.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement"> | |
</instanceof></and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename" | |
disabledIcon="icons/dlcl16/rename.gif" | |
icon="icons/elcl16/rename.gif" | |
label="%commands.trace.rename" | |
mnemonic="%commands.trace.rename.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate | |
ifEmpty="false" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete" | |
disabledIcon="IMG_ETOOL_DELETE_DISABLED" | |
icon="IMG_ETOOL_DELETE" | |
label="%commands.trace.delete" | |
mnemonic="%commands.trace.delete.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<iterate | |
ifEmpty="false" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<separator | |
name="org.eclipse.linuxtools.tmf.ui.separator2" | |
visible="true"> | |
</separator> | |
<menu | |
label="%commands.trace.select_trace_type" | |
mnemonic="%commands.trace.select_trace_type.mnemonic"> | |
<dynamic | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTraceTypeContributionItem" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type.dynamic"> | |
</dynamic> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<iterate | |
ifEmpty="false" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</menu> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new" | |
disabledIcon="icons/dtool16/new.gif" | |
icon="icons/etool16/new.gif" | |
label="%commands.experiment_folder.new" | |
mnemonic="%commands.experiment_folder.new.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate | |
ifEmpty="false" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<separator | |
name="org.eclipse.linuxtools.tmf.ui.separator3" | |
visible="true"> | |
</separator> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh" | |
disabledIcon="icons/dlcl16/refresh.gif" | |
icon="icons/elcl16/refresh.gif" | |
label="%commands.experiment_folder.refresh" | |
mnemonic="%commands.experiment_folder.refresh.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate | |
ifEmpty="true" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select" | |
icon="IMG_OBJ_ADD" | |
label="%commands.experiment.selecttraces" | |
mnemonic="%commands.experiment.selecttraces.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate | |
ifEmpty="false" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<separator | |
name="org.eclipse.linuxtools.tmf.ui.separator4" | |
visible="true"> | |
</separator> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open" | |
icon="icons/elcl16/open.gif" | |
label="%commands.experiment.open" | |
mnemonic="%commands.experiment.open.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate | |
ifEmpty="false" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy" | |
disabledIcon="IMG_TOOL_COPY_DISABLED" | |
icon="IMG_TOOL_COPY" | |
label="%commands.experiment.copy" | |
mnemonic="%commands.experiment.copy.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate | |
ifEmpty="false" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename" | |
icon="icons/elcl16/rename.gif" | |
label="%commands.experiment.rename" | |
mnemonic="%commands.experiment.rename.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate | |
ifEmpty="false" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete" | |
disabledIcon="IMG_ETOOL_DELETE_DISABLED" | |
icon="IMG_ETOOL_DELETE" | |
label="%commands.experiment.delete" | |
mnemonic="%commands.experiment.delete.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<iterate | |
ifEmpty="false" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
<separator | |
name="org.eclipse.linuxtools.tmf.ui.separator5" | |
visible="true"> | |
</separator> | |
<command | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh" | |
disabledIcon="icons/dlcl16/refresh.gif" | |
icon="icons/elcl16/refresh.gif" | |
label="%commands.experiment.refresh" | |
mnemonic="%commands.experiment.refresh.mnemonic" | |
style="push"> | |
<visibleWhen | |
checkEnabled="false"> | |
<with | |
variable="selection"> | |
<count | |
value="1"> | |
</count> | |
<iterate | |
ifEmpty="true" | |
operator="and"> | |
<and> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement"> | |
</instanceof> | |
</and> | |
</iterate> | |
</with> | |
</visibleWhen> | |
</command> | |
</menuContribution> | |
</extension> | |
<extension | |
point="org.eclipse.ui.commands"> | |
<category | |
description="%commands.trace_folder.category.description" | |
id="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category" | |
name="%commands.trace_folder.category.name"> | |
</category> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category" | |
description="%commands.trace_folder.import.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.trace.import" | |
name="%commands.trace_folder.import"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category" | |
description="%commands.trace_folder.refresh.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh" | |
name="%commands.trace_folder.refresh"> | |
</command> | |
<category | |
description="%commands.trace.category.description" | |
id="org.eclipse.linuxtools.tmf.ui.commands.trace.category" | |
name="%commands.trace.category.name"> | |
</category> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category" | |
description="%commands.trace.open.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.trace.open" | |
name="%commands.trace.open"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category" | |
description="%commands.trace.copy.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy" | |
name="%commands.trace.copy"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category" | |
description="%commands.trace.rename.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename" | |
name="%commands.trace.rename"> | |
</command> | |
<category | |
description="%commands.experiment_folder.category.description" | |
id="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category" | |
name="%commands.experiment_folder.category.name"> | |
</category> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category" | |
description="%commands.experiment_folder.new.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new" | |
name="%commands.experiment_folder.new"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category" | |
description="%commands.experiment_folder.refresh.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh" | |
name="%commands.experiment_folder.refresh"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category" | |
description="%commands.trace.select_trace_type.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type" | |
name="%commands.trace.select_trace_type"> | |
<commandParameter | |
id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.bundle" | |
name="%commands.trace.select_trace_type.bundle" | |
optional="false"> | |
</commandParameter> | |
<commandParameter | |
id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.type" | |
name="%commands.trace.select_trace_type.type" | |
optional="false"> | |
</commandParameter> | |
<commandParameter | |
id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.icon" | |
name="%commands.trace.select_trace_type.icon" | |
optional="false"> | |
</commandParameter> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category" | |
description="%commands.trace.delete.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete" | |
name="%commands.trace.delete"> | |
</command> | |
<category | |
description="%commands.experiment.category.description" | |
id="org.eclipse.linuxtools.tmf.ui.commands.experiment.category" | |
name="%commands.experiment.category.name"> | |
</category> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category" | |
description="%commands.experiment.selecttraces.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select" | |
name="%commands.experiment.selecttraces"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category" | |
description="%commands.experiment.open.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open" | |
name="%commands.experiment.open"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category" | |
description="%commands.experiment.copy.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy" | |
name="%commands.experiment.copy"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category" | |
description="%commands.experiment.rename.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename" | |
name="%commands.experiment.rename"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category" | |
description="%commands.experiment.delete.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete" | |
name="%commands.experiment.delete"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category" | |
description="%commands.experiment.refresh.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh" | |
name="%commands.experiment.refresh"> | |
</command> | |
<category | |
description="%commands.parser.category.description" | |
id="org.eclipse.linuxtools.tmf.ui.commands.parser.category" | |
name="%commands.parser.category.name"> | |
</category> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.commands.parser.category" | |
description="%commands.parser.manage.description" | |
id="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers" | |
name="%commands.parser.manage"> | |
</command> | |
<category | |
description="%commands.uml2sd.category.name" | |
id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" | |
name="%commands.uml2sd.category.name"> | |
</category> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" | |
description="%commands.uml2sd.goto.description" | |
id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage" | |
name="%commands.uml2sd.goto"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" | |
description="%commands.uml2sd.showend.description" | |
id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd" | |
name="%commands.uml2sd.showend"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" | |
description="%commands.uml2sd.showstart.description" | |
id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart" | |
name="%commands.uml2sd.showstart"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" | |
description="%commands.uml2sd.scrollup.description" | |
id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp" | |
name="%commands.uml2sd.scrollup"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" | |
description="%commands.uml2sd.scrolldown.description" | |
id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown" | |
name="%commands.uml2sd.scrolldown"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" | |
description="%commands.uml2sd.scrollleft.description" | |
id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft" | |
name="%commands.uml2sd.scrollleft"> | |
</command> | |
<command | |
categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" | |
description="%commands.uml2sd.scrollright.description" | |
id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight" | |
name="%commands.uml2sd.scrollright"> | |
</command> | |
</extension> | |
<extension point="org.eclipse.ui.bindings"> | |
<key | |
sequence="ALT+R" | |
contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context" | |
commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage" | |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> | |
</key> | |
<key | |
sequence="SHIFT+ALT+END" | |
contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context" | |
commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd" | |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> | |
</key> | |
<key | |
sequence="SHIFT+ALT+HOME" | |
contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context" | |
commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart" | |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> | |
</key> | |
<key | |
sequence="SHIFT+ALT+ARROW_UP" | |
contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context" | |
commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp" | |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> | |
</key> | |
<key | |
sequence="SHIFT+ALT+ARROW_DOWN" | |
contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context" | |
commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown" | |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> | |
</key> | |
<key | |
sequence="SHIFT+ALT+ARROW_LEFT" | |
contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context" | |
commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft" | |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> | |
</key> | |
<key | |
sequence="SHIFT+ALT+ARROW_RIGHT" | |
contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context" | |
commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight" | |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> | |
</key> | |
</extension> | |
<extension | |
point="org.eclipse.ui.handlers"> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.ImportTraceHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.OpenTraceHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.CopyTraceHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.RenameTraceHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.DeleteTraceHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTraceTypeHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.NewExperimentHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTracesHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.OpenExperimentHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.CopyExperimentHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.RenameExperimentHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.DeleteExperimentHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.commands.ManageCustomParsersCommandHandler" | |
commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"> | |
</handler> | |
<handler | |
class="org.eclipse.linuxtools.tmf.ui.editors.handlers.AddBookmarkHandler" | |
commandId="org.eclipse.ui.edit.addBookmark"> | |
<activeWhen> | |
<with | |
variable="activeEditor"> | |
<instanceof | |
value="org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor"> | |
</instanceof> | |
</with> | |
</activeWhen> | |
</handler> | |
</extension> | |
<extension | |
point="org.eclipse.core.runtime.preferences"> | |
<initializer | |
class="org.eclipse.linuxtools.tmf.ui.TmfUiPreferenceInitializer"> | |
</initializer> | |
</extension> | |
<extension | |
point="org.eclipse.core.contenttype.contentTypes"> | |
<content-type | |
id="org.eclipse.linuxtools.tmf.ui.content-type.trace" | |
name="%contenttype.trace" | |
priority="normal"> | |
</content-type> | |
</extension> | |
<extension | |
point="org.eclipse.linuxtools.tmf.ui.parserProviders"> | |
<parserProvider | |
class="org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomParserProvider"> | |
</parserProvider> | |
</extension> | |
<extension | |
point="org.eclipse.ui.contexts"> | |
<context | |
id="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context" | |
name="%contexts.uml2sd"> | |
</context> | |
</extension> | |
<extension | |
point="org.eclipse.ui.preferencePages"> | |
<page | |
class="org.eclipse.linuxtools.tmf.ui.preferences.TmfTracingPreferencePage" | |
id="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences" | |
name="%preference.page.trace.name"> | |
</page> | |
<page | |
category="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences" | |
class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewerPage" | |
id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewerPage" | |
name="%preference.page.uml2sd.name"> | |
</page> | |
</extension> | |
<extension | |
point="org.eclipse.linuxtools.tmf.ui.uml2SDLoader"> | |
<uml2SDLoader | |
class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfUml2SDSyncLoader" | |
default="true" | |
id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfUml2SDSyncLoader" | |
name="TMF UML2SD Loader" | |
view="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"> | |
</uml2SDLoader> | |
</extension> | |
<extension | |
point="org.eclipse.core.expressions.propertyTesters"> | |
<propertyTester | |
class="org.eclipse.linuxtools.tmf.ui.project.handlers.PropertyTester" | |
id="org.eclipse.linuxtools.tmf.ui.propertyTester.isInTraceFolder" | |
namespace="org.eclipse.linuxtools.tmf.ui.propertyTester" | |
properties="isInTraceFolder" | |
type="org.eclipse.jface.viewers.ISelection"> | |
</propertyTester> | |
</extension> | |
</plugin> |