Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2010-11-08 11:43:20 +0000
committerDani Megert2010-11-08 11:43:20 +0000
commit0314fccb79770ec38fe20a6a215c1139ffe3c649 (patch)
treecec6c9a1a8f7f0415d4f4a2a38f7ccfda05f2045 /org.eclipse.search/plugin.properties
parentc593e9a55058e255c330579114fcdc416643a004 (diff)
downloadeclipse.platform.text-0314fccb79770ec38fe20a6a215c1139ffe3c649.tar.gz
eclipse.platform.text-0314fccb79770ec38fe20a6a215c1139ffe3c649.tar.xz
eclipse.platform.text-0314fccb79770ec38fe20a6a215c1139ffe3c649.zip
Fixed bug 329533: Keywords is not highlighted in the "search view"
Diffstat (limited to 'org.eclipse.search/plugin.properties')
-rw-r--r--org.eclipse.search/plugin.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.search/plugin.properties b/org.eclipse.search/plugin.properties
index f7cfcefb52d..5bd1f8002e8 100644
--- a/org.eclipse.search/plugin.properties
+++ b/org.eclipse.search/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
+# Copyright (c) 2000, 2010 IBM Corporation 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
@@ -77,3 +77,6 @@ searchCategory.description= Search command category
textSearchEngine="Text Search Engine"
textSearchQueryProvider="Text Search Query Provider"
+
+match_highlight.label= Match highlight background color
+match_highlight.description The background color used to highlight matches in the Search view when colored labels are enabled.

Back to the top