Skip to content

Commit 570c48c

Browse files
committed
Add Keywords to "Appearance" Preference Page
Add "Icons" and "Titles" as keywords to the preference page so that user can search for the "Hide Icons" and "Show full Titles" settings. Fixes: #2553
1 parent 5930e6b commit 570c48c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bundles/org.eclipse.ui.ide/plugin.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ PreferenceKeywords.ColorLabels = color label
233233
PreferenceKeywords.General = click background heap
234234
PreferenceKeywords.ViewLimit = view limit maximum elements items
235235
PreferenceKeywords.Themes = themes
236+
PreferenceKeywords.Icons = icons
237+
PreferenceKeywords.Titles = titles
236238
PreferenceKeywords.AppearancePage = presentation MRU dark light tabs
237239
PreferenceKeywords.Tabs = tab
238240
PreferenceKeywords.Editors = editors

bundles/org.eclipse.ui.ide/plugin.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,12 @@
461461
<keyword
462462
id="org.eclipse.ui.ide.themes"
463463
label="%PreferenceKeywords.Themes"/>
464+
<keyword
465+
id="org.eclipse.ui.ide.icons"
466+
label="%PreferenceKeywords.Icons"/>
467+
<keyword
468+
id="org.eclipse.ui.ide.titles"
469+
label="%PreferenceKeywords.Titles"/>
464470
<keyword
465471
id="org.eclipse.ui.ide.textFont"
466472
label="%PreferenceKeywords.TextFont"/>
@@ -641,7 +647,9 @@
641647
<keywordReference id="org.eclipse.ui.ide.appearance"/>
642648
<keywordReference id="org.eclipse.ui.ide.colorlabels"/>
643649
<keywordReference id="org.eclipse.ui.ide.themes"/>
650+
<keywordReference id="org.eclipse.ui.ide.icons"/>
644651
<keywordReference id="org.eclipse.ui.ide.tabs"/>
652+
<keywordReference id="org.eclipse.ui.ide.titles"/>
645653
<keywordReference id="org.eclipse.ui.ide.apearancepage"/>
646654
</page>
647655
<page

0 commit comments

Comments
 (0)