File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
bundles/org.eclipse.ui.ide Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ PreferenceKeywords.unassociated = unassociated
262
262
PreferenceKeywords.Save = save
263
263
PreferenceKeywords.Open = open
264
264
PreferenceKeywords.Nature = nature
265
+ PreferenceKeywords.HiDPI = hidpi dpi scaling monitor rescaling ui
265
266
266
267
# TODO This stuff is just to help me work on the parsing of the menus extension
267
268
# point. It is likely not in its final form yet.
Original file line number Diff line number Diff line change 565
565
id =" org.eclipse.ui.ide.workspace.build"
566
566
label =" %PreferenceKeywords.Workspace.Build" >
567
567
</keyword >
568
+ <keyword
569
+ label =" %PreferenceKeywords.HiDPI"
570
+ id =" org.eclipse.ui.ide.hidpi" >
571
+ </keyword >
568
572
</extension >
569
573
<extension
570
574
point =" org.eclipse.ui.preferencePages" >
651
655
<keywordReference id =" org.eclipse.ui.ide.tabs" />
652
656
<keywordReference id =" org.eclipse.ui.ide.titles" />
653
657
<keywordReference id =" org.eclipse.ui.ide.apearancepage" />
658
+ <keywordReference id =" org.eclipse.ui.ide.hidpi" />
654
659
</page >
655
660
<page
656
661
name =" %PreferencePages.ColorsAndFonts"
You can’t perform that action at this time.
0 commit comments