Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Aeschlimann2006-03-09 15:14:54 +0000
committerMartin Aeschlimann2006-03-09 15:14:54 +0000
commit59655b67bef294f4f4e8191bdb2119ccda33b791 (patch)
tree5b69bc2d042eece6e4ac1216d9509a347c70fe5d /org.eclipse.search/plugin.properties
parentb0b0d101cb942e134dcf9cccec2e44d6a9ecdefa (diff)
downloadeclipse.platform.text-59655b67bef294f4f4e8191bdb2119ccda33b791.tar.gz
eclipse.platform.text-59655b67bef294f4f4e8191bdb2119ccda33b791.tar.xz
eclipse.platform.text-59655b67bef294f4f4e8191bdb2119ccda33b791.zip
130162 Removing 'new' text search UI: API changes
Diffstat (limited to 'org.eclipse.search/plugin.properties')
-rw-r--r--org.eclipse.search/plugin.properties9
1 files changed, 1 insertions, 8 deletions
diff --git a/org.eclipse.search/plugin.properties b/org.eclipse.search/plugin.properties
index dc33488d44b..b4982a40648 100644
--- a/org.eclipse.search/plugin.properties
+++ b/org.eclipse.search/plugin.properties
@@ -29,11 +29,6 @@ openSearchDialogAction.tooltip= Search
textSearchSubMenu.label= Te&xt
-action.performTextSearch.label= &Last Scope
-action.performTextSearch.tooltip= Search for text in the search scope used by the current search result view
-command.performTextSearch.name= Find Text in Last Scope
-command.performTextSearch.description= Searches the files in the search scope used by the current search result view.
-
action.performTextSearchWorkspace.label= &Workspace
action.performTextSearchWorkspace.tooltip= Search for Text in Workspace
command.performTextSearchWorkspace.name= Find Text in Workspace
@@ -54,8 +49,6 @@ action.performTextSearchWorkingSet.tooltip= Search for Text in a Working Set
command.performTextSearchWorkingSet.name= Find Text in Working Set
command.performTextSearchWorkingSet.description= Searches the files in the working set for specific text.
-RetrieverPage.label= Text Search
-
fileSearch= File Search
searchResultViewName= Classic Search
newSearchResultViewName= Search
@@ -87,5 +80,5 @@ FilteredSearchMarkerPreference.label= Filtered Search Results
searchCategory.name= Search
searchCategory.description= Search command category
-textSearchMatchInformationProvider="Text Search Match Information Provider"
textSearchEngine="Text Search Engine"
+textSearchQueryProvider="Text Search Query Provider"

Back to the top