| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?><!-- |
| Copyright (c) 2009 Tasktop Technologies and others. |
| 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: |
| Tasktop Technologies - initial API and implementation |
| --> |
| |
| <plugin> |
| |
| <extension point="org.eclipse.ui.viewActions"> |
| <viewContribution |
| id="org.eclipse.mylyn.ui.projectexplorer.filter" |
| targetID="org.eclipse.ui.navigator.ProjectExplorer"> |
| <action |
| class="org.eclipse.mylyn.internal.ide.ui.actions.FocusProjectExplorerAction" |
| disabledIcon="icons/elcl16/focus-disabled.gif" |
| enablesFor="*" |
| icon="icons/elcl16/focus.gif" |
| id="org.eclipse.mylyn.ide.ui.actions.focus.projectExplorer" |
| label="%FocusProjectExplorerAction.label" |
| menubarPath="mylyn" |
| style="toggle" |
| toolbarPath="mylyn" |
| tooltip="%FocusProjectExplorerAction.tooltip"> |
| <enablement> |
| <systemProperty |
| name="org.eclipse.mylyn.context.core.context.active" |
| value="true"> |
| </systemProperty> |
| </enablement> |
| </action> |
| </viewContribution> |
| |
| <viewContribution |
| id="org.eclipse.mylyn.ui.search.contribution" |
| targetID="org.eclipse.search.ui.views.SearchView"> |
| <action |
| class="org.eclipse.mylyn.internal.ide.ui.actions.FocusSearchResultsViewAction" |
| disabledIcon="icons/elcl16/focus-disabled.gif" |
| enablesFor="*" |
| icon="icons/elcl16/focus.gif" |
| id="org.eclipse.mylyn.ide.ui.actions.focus.search.results" |
| label="%FocusSearchResultsViewAction.label" |
| menubarPath="mylyn" |
| style="toggle" |
| toolbarPath="mylyn" |
| tooltip="%FocusSearchResultsViewAction.tooltip"> |
| <enablement> |
| <systemProperty |
| name="org.eclipse.mylyn.context.core.context.active" |
| value="true"> |
| </systemProperty> |
| </enablement> |
| </action> |
| </viewContribution> |
| |
| <viewContribution |
| id="org.eclipse.mylyn.ui.resource.navigator.filter" |
| targetID="org.eclipse.ui.views.ResourceNavigator"> |
| <action |
| class="org.eclipse.mylyn.internal.ide.ui.actions.FocusResourceNavigatorAction" |
| disabledIcon="icons/elcl16/focus-disabled.gif" |
| enablesFor="*" |
| icon="icons/elcl16/focus.gif" |
| id="org.eclipse.mylyn.ide.ui.actions.focus.resourceNavigator" |
| label="%FocusResourceNavigatorAction.label" |
| menubarPath="mylyn" |
| style="toggle" |
| toolbarPath="mylyn" |
| tooltip="%FocusResourceNavigatorAction.tooltip"> |
| <enablement> |
| <systemProperty |
| name="org.eclipse.mylyn.context.core.context.active" |
| value="true"> |
| </systemProperty> |
| </enablement> |
| </action> |
| </viewContribution> |
| <viewContribution |
| id="org.eclipse.mylyn.problems.contribution" |
| targetID="org.eclipse.ui.views.ProblemView"> |
| <action |
| class="org.eclipse.mylyn.internal.ide.ui.actions.FocusProblemsListAction" |
| disabledIcon="icons/elcl16/focus-disabled.gif" |
| enablesFor="*" |
| icon="icons/elcl16/focus.gif" |
| id="org.eclipse.mylyn.ide.ui.actions.focus.markers.problems" |
| label="%FocusProblemsListAction.label" |
| menubarPath="mylyn" |
| style="toggle" |
| toolbarPath="mylyn" |
| tooltip="%FocusProblemsListAction.tooltip"> |
| <enablement> |
| <systemProperty |
| name="org.eclipse.mylyn.context.core.context.active" |
| value="true"> |
| </systemProperty> |
| </enablement> |
| </action> |
| </viewContribution> |
| |
| <viewContribution |
| id="org.eclipse.mylyn.markers.all.contribution" |
| targetID="org.eclipse.ui.views.AllMarkersView"> |
| <action |
| class="org.eclipse.mylyn.internal.ide.ui.actions.FocusAllMarkersViewAction" |
| disabledIcon="icons/elcl16/focus-disabled.gif" |
| enablesFor="*" |
| icon="icons/elcl16/focus.gif" |
| id="org.eclipse.mylyn.ide.ui.actions.focus.markers.all" |
| label="%FocusAllMarkersViewAction.label" |
| menubarPath="mylyn" |
| style="toggle" |
| toolbarPath="mylyn" |
| tooltip="%FocusAllMarkersViewAction.tooltip"> |
| <enablement> |
| <systemProperty |
| name="org.eclipse.mylyn.context.core.context.active" |
| value="true"> |
| </systemProperty> |
| </enablement> |
| </action> |
| </viewContribution> |
| |
| <viewContribution |
| id="org.eclipse.mylyn.markers.tasks.contribution" |
| targetID="org.eclipse.ui.views.TaskList"> |
| <action |
| class="org.eclipse.mylyn.internal.ide.ui.actions.FocusTaskMarkersViewAction" |
| disabledIcon="icons/elcl16/focus-disabled.gif" |
| enablesFor="*" |
| icon="icons/elcl16/focus.gif" |
| id="org.eclipse.mylyn.ide.ui.actions.focus.markers.tasks" |
| label="%FocusTaskMarkersViewAction.label" |
| menubarPath="mylyn" |
| style="toggle" |
| toolbarPath="mylyn" |
| tooltip="%FocusTaskMarkersViewAction.tooltip"> |
| <enablement> |
| <systemProperty |
| name="org.eclipse.mylyn.context.core.context.active" |
| value="true"> |
| </systemProperty> |
| </enablement> |
| </action> |
| </viewContribution> |
| <viewContribution |
| id="org.eclipse.mylyn.markers.bookmarks.contribution" |
| targetID="org.eclipse.ui.views.BookmarkView"> |
| <action |
| class="org.eclipse.mylyn.internal.ide.ui.actions.FocusBookmarkMarkersViewAction" |
| disabledIcon="icons/elcl16/focus-disabled.gif" |
| enablesFor="*" |
| icon="icons/elcl16/focus.gif" |
| id="org.eclipse.mylyn.ide.ui.actions.focus.markers.bookmarks" |
| label="%FocusBookmarkMarkersViewAction.label" |
| menubarPath="mylyn" |
| style="toggle" |
| toolbarPath="mylyn" |
| tooltip="%FocusBookmarkMarkersViewAction.tooltip"> |
| <enablement> |
| <systemProperty |
| name="org.eclipse.mylyn.context.core.context.active" |
| value="true"> |
| </systemProperty> |
| </enablement> |
| </action> |
| </viewContribution> |
| </extension> |
| <extension |
| point="org.eclipse.mylyn.context.ui.startup"> |
| <startup |
| class="org.eclipse.mylyn.internal.ide.ui.IdeUiBridgePlugin$IdeUiBridgeStartup"> |
| </startup> |
| </extension> |
| <extension |
| point="org.eclipse.ui.perspectiveExtensions"> |
| <perspectiveExtension |
| targetID="org.eclipse.mtj.pulsar.ui.PulsarPerspective"> |
| <viewShortcut |
| id="org.eclipse.mylyn.tasks.ui.views.tasks"> |
| </viewShortcut> |
| <view |
| closeable="true" |
| id="org.eclipse.mylyn.tasks.ui.views.tasks" |
| minimized="false" |
| relationship="stack" |
| relative="org.eclipse.ui.views.ContentOutline"> |
| </view> |
| <newWizardShortcut |
| id="org.eclipse.mylyn.tasks.ui.wizards.new.repository.task"> |
| </newWizardShortcut> |
| </perspectiveExtension> |
| <perspectiveExtension |
| targetID="org.eclipse.pde.ui.PDEPerspective"> |
| <viewShortcut |
| id="org.eclipse.mylyn.tasks.ui.views.tasks"> |
| </viewShortcut> |
| <view |
| closeable="true" |
| id="org.eclipse.mylyn.tasks.ui.views.tasks" |
| minimized="false" |
| relationship="stack" |
| relative="org.eclipse.ui.views.ContentOutline"> |
| </view> |
| <newWizardShortcut |
| id="org.eclipse.mylyn.tasks.ui.wizards.new.repository.task"> |
| </newWizardShortcut> |
| </perspectiveExtension> |
| <perspectiveExtension |
| targetID="org.eclipse.cdt.ui.CPerspective"> |
| <viewShortcut |
| id="org.eclipse.mylyn.tasks.ui.views.tasks"> |
| </viewShortcut> |
| <view |
| closeable="true" |
| id="org.eclipse.mylyn.tasks.ui.views.tasks" |
| minimized="false" |
| relationship="stack" |
| relative="org.eclipse.ui.views.ContentOutline"> |
| </view> |
| <newWizardShortcut |
| id="org.eclipse.mylyn.tasks.ui.wizards.new.repository.task"> |
| </newWizardShortcut> |
| </perspectiveExtension> |
| <perspectiveExtension |
| targetID="org.eclipse.php.perspective"> |
| <viewShortcut |
| id="org.eclipse.mylyn.tasks.ui.views.tasks"> |
| </viewShortcut> |
| <view |
| closeable="true" |
| id="org.eclipse.mylyn.tasks.ui.views.tasks" |
| minimized="false" |
| relationship="stack" |
| relative="org.eclipse.ui.views.ContentOutline"> |
| </view> |
| <newWizardShortcut |
| id="org.eclipse.mylyn.tasks.ui.wizards.new.repository.task"> |
| </newWizardShortcut> |
| </perspectiveExtension> |
| </extension> |
| |
| </plugin> |