Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bundles/org.eclipse.ui.ide/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ PreferenceKeywords.ColorLabels = color label
PreferenceKeywords.General = click background heap
PreferenceKeywords.ViewLimit = view limit maximum elements items
PreferenceKeywords.Themes = themes
PreferenceKeywords.Icons = icons
PreferenceKeywords.Titles = titles
PreferenceKeywords.AppearancePage = presentation MRU dark light tabs
PreferenceKeywords.Tabs = tab
PreferenceKeywords.Editors = editors
Expand Down
8 changes: 8 additions & 0 deletions bundles/org.eclipse.ui.ide/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,12 @@
<keyword
id="org.eclipse.ui.ide.themes"
label="%PreferenceKeywords.Themes"/>
<keyword
id="org.eclipse.ui.ide.icons"
label="%PreferenceKeywords.Icons"/>
<keyword
id="org.eclipse.ui.ide.titles"
label="%PreferenceKeywords.Titles"/>
<keyword
id="org.eclipse.ui.ide.textFont"
label="%PreferenceKeywords.TextFont"/>
Expand Down Expand Up @@ -641,7 +647,9 @@
<keywordReference id="org.eclipse.ui.ide.appearance"/>
<keywordReference id="org.eclipse.ui.ide.colorlabels"/>
<keywordReference id="org.eclipse.ui.ide.themes"/>
<keywordReference id="org.eclipse.ui.ide.icons"/>
<keywordReference id="org.eclipse.ui.ide.tabs"/>
<keywordReference id="org.eclipse.ui.ide.titles"/>
<keywordReference id="org.eclipse.ui.ide.apearancepage"/>
</page>
<page
Expand Down
Loading