blob: c5ded0d58f9e63abfaf0cfe424212f5d704bad31 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, 2015 THALES GLOBAL SERVICES.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Thales - initial API and implementation
-->
<?eclipse version="3.4"?>
<plugin>
<extension-point id="selectionHelper" name="selectionHelper" schema="schema/selectionHelper.exsd"/>
<extension
point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
<propertyContributor
contributorId="org.eclipse.amalgam.explorer.contextual.core.ui.propertyContributorID">
<propertyCategory
category="default">
</propertyCategory>
</propertyContributor>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
defaultHandler="org.eclipse.amalgam.explorer.contextual.core.ui.internal.NavigateBackHandler"
id="org.eclipse.amalgam.explorer.contextual.core.ui.backwardNavigation"
name="%navigateBackwardCommand">
</command>
<command
defaultHandler="org.eclipse.amalgam.explorer.contextual.core.ui.internal.NavigateForwardHandler"
id="org.eclipse.amalgam.explorer.contextual.core.ui.forwardNavigation"
name="%navigateForwardCommand">
</command>
</extension>
<extension
point="org.eclipse.ui.bindings">
<key
commandId="org.eclipse.amalgam.explorer.contextual.core.ui.backwardNavigation"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="CTRL+ARROW_LEFT">
</key>
<key
commandId="org.eclipse.amalgam.explorer.contextual.core.ui.forwardNavigation"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="CTRL+ARROW_RIGHT">
</key>
</extension>
</plugin>