diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index b73f5c4128f..457ea7d8050 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -263,6 +263,8 @@ ParentNameSorter.label= &Parent Name ParentNameSorter.tooltip= Sort the view by C Element Parent Name PathNameSorter.label= P&ath PathNameSorter.tooltip= Sort the view by Resource Path +CSearch.color.match_highlight= Match background highlight +CSearch.color.match_write_highlight= Write match background highlight # Action sets CSearchActionSet.label= C/C++ Search @@ -608,6 +610,7 @@ preferenceKeywords.templates=editor templates snippet macros preferenceKeywords.folding=editor folding section comment header function method statement preprocessor preferenceKeywords.markoccurrences=editor occurrence mark highlight preferenceKeywords.smarttyping=editor typing type close comment tabs indentation indent imports wrap escape semicolons braces brackets parenthesis parentheses strings literals paste pasting tabulator automatically +preferenceKeywords.colored_labels=search colors highlight matching historyAction.label = History... diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index b1129604480..5f6a8f0e287 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -627,14 +627,16 @@ - + + + + +