Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Aeschlimann2008-04-15 08:15:17 +0000
committerMartin Aeschlimann2008-04-15 08:15:17 +0000
commit95e3d13f7f217c4f03f687f714b013b10f740971 (patch)
tree395066c41c28b08d66fd24b6880430e0eac6b886 /org.eclipse.search/plugin.xml
parent1ff66212a3606cdb3273b419d2bdf43a61caad2e (diff)
downloadeclipse.platform.text-95e3d13f7f217c4f03f687f714b013b10f740971.tar.gz
eclipse.platform.text-95e3d13f7f217c4f03f687f714b013b10f740971.tar.xz
eclipse.platform.text-95e3d13f7f217c4f03f687f714b013b10f740971.zip
226995 Update to use showView command instead of view id
Diffstat (limited to 'org.eclipse.search/plugin.xml')
-rw-r--r--org.eclipse.search/plugin.xml41
1 files changed, 17 insertions, 24 deletions
diff --git a/org.eclipse.search/plugin.xml b/org.eclipse.search/plugin.xml
index 756c54060af..c8f239018ce 100644
--- a/org.eclipse.search/plugin.xml
+++ b/org.eclipse.search/plugin.xml
@@ -81,21 +81,6 @@
name= "%ActionDefinition.openFileSearchPage.name"
description="%ActionDefinition.openFileSearchPage.description"
/>
-
- <command
- categoryId="org.eclipse.ui.category.views"
- id="org.eclipse.search.SearchResultView"
- name="%ViewCommand.searchResultView.name"
- description="%ViewCommand.searchResultView.description"
- />
-
- <command
- categoryId="org.eclipse.ui.category.views"
- id="org.eclipse.search.ui.views.SearchView"
- name="%ViewCommand.searchView.name"
- description="%ViewCommand.searchView.description"
- />
-
<command
categoryId="org.eclipse.search.ui.category.search"
id="org.eclipse.search.ui.performTextSearchWorkingSet"
@@ -131,10 +116,14 @@
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
/>
<key
- sequence="M2+M3+Q S"
- commandId="org.eclipse.search.ui.views.SearchView"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
- />
+ commandId="org.eclipse.ui.views.showView"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
+ sequence="M2+M3+Q S">
+ <parameter
+ id="org.eclipse.ui.views.showView.viewId"
+ value="org.eclipse.search.ui.views.SearchView">
+ </parameter>
+ </key>
<key
platform="carbon"
sequence="M2+M3+Q S"
@@ -142,11 +131,15 @@
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
/>
<key
- platform="carbon"
- sequence="COMMAND+ALT+Q S"
- commandId="org.eclipse.search.ui.views.SearchView"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
- />
+ commandId="org.eclipse.ui.views.showView"
+ platform="carbon"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
+ sequence="COMMAND+ALT+Q S">
+ <parameter
+ id="org.eclipse.ui.views.showView.viewId"
+ value="org.eclipse.search.ui.views.SearchView">
+ </parameter>
+ </key>
<key
sequence="M1+M3+G"
commandId="org.eclipse.search.ui.performTextSearchWorkspace"

Back to the top