Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-08-27 21:56:55 +0000
committermkersten2007-08-27 21:56:55 +0000
commit3a9223611fd99f9db822a5dca33929a00f9511d2 (patch)
tree3f99c878110b957ed1a71a8223c2ed7e1d3adfd6 /org.eclipse.mylyn.tasks.ui/plugin.xml
parentc439da2f06e4326e0d56902acf7f688d883a36d0 (diff)
downloadorg.eclipse.mylyn.tasks-3a9223611fd99f9db822a5dca33929a00f9511d2.tar.gz
org.eclipse.mylyn.tasks-3a9223611fd99f9db822a5dca33929a00f9511d2.tar.xz
org.eclipse.mylyn.tasks-3a9223611fd99f9db822a5dca33929a00f9511d2.zip
REOPENED - bug 193423: merge Open Repository Task dialog and Search functionality
https://bugs.eclipse.org/bugs/show_bug.cgi?id=193423
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml22
1 files changed, 19 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index ce69ef375..039985de3 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -676,6 +676,14 @@
style="push"
toolbarPath="org.eclipse.search.searchActionSet/Search"
tooltip="Open Task"/>
+ <action
+ class="org.eclipse.mylyn.internal.tasks.ui.actions.SearchForRepositoryTask"
+ definitionId="org.eclipse.mylyn.tasks.ui.command.searchForTask"
+ icon="icons/etool16/open-repository-task.gif"
+ id="org.eclipse.mylyn.tasks.ui.open.task.remote"
+ label="Search for Repository Task..."
+ style="push"
+ tooltip="Search for Repository Task"/>
</actionSet>
</extension>
@@ -741,8 +749,8 @@
id="org.eclipse.mylyn.tasks.ui.open.task.remote"
label="Open &amp;Repository Task..."
menubarPath="navigate/open.ext3"
- style="push"
- tooltip="Open Repository Task"/>
+ style="push"
+ tooltip="Open Repository Task"/>
</actionSet>
</extension>
@@ -754,6 +762,10 @@
name="Open Task"/>
<command
categoryId="org.eclipse.ui.category.navigate"
+ id="org.eclipse.mylyn.tasks.ui.command.searchForTask"
+ name="Search Repository for Task"/>
+ <command
+ categoryId="org.eclipse.ui.category.navigate"
id="org.eclipse.mylyn.tasks.ui.command.openRemoteTask"
name="Open Remote Task"/>
<command
@@ -772,10 +784,14 @@
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+F12"/>
<key
- commandId="org.eclipse.mylyn.tasks.ui.command.openRemoteTask"
+ commandId="org.eclipse.mylyn.tasks.ui.command.searchForTask"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+F12"/>
<key
+ commandId="org.eclipse.mylyn.tasks.ui.command.openRemoteTask"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
+ sequence="M1+M2+M3+F12"/>
+ <key
commandId="org.eclipse.mylyn.tasks.ui.command.activateTask"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+F9"/>

Back to the top