Skip to content

Commit 858095e

Browse files
committed
Add keywords for the HiDPI configuration in preference pages.
1 parent f0ddda8 commit 858095e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ PreferenceKeywords.unassociated = unassociated
262262
PreferenceKeywords.Save = save
263263
PreferenceKeywords.Open = open
264264
PreferenceKeywords.Nature = nature
265+
PreferenceKeywords.HiDPI = hidpi dpi scaling monitor rescaling ui
265266

266267
# TODO This stuff is just to help me work on the parsing of the menus extension
267268
# point. It is likely not in its final form yet.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,10 @@
565565
id="org.eclipse.ui.ide.workspace.build"
566566
label="%PreferenceKeywords.Workspace.Build">
567567
</keyword>
568+
<keyword
569+
label="%PreferenceKeywords.HiDPI"
570+
id="org.eclipse.ui.ide.hidpi">
571+
</keyword>
568572
</extension>
569573
<extension
570574
point="org.eclipse.ui.preferencePages">
@@ -651,6 +655,7 @@
651655
<keywordReference id="org.eclipse.ui.ide.tabs"/>
652656
<keywordReference id="org.eclipse.ui.ide.titles"/>
653657
<keywordReference id="org.eclipse.ui.ide.apearancepage"/>
658+
<keywordReference id="org.eclipse.ui.ide.hidpi"/>
654659
</page>
655660
<page
656661
name="%PreferencePages.ColorsAndFonts"

0 commit comments

Comments
 (0)