-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Originally posted by @fedejeanne in eclipse-platform/eclipse.platform.ui#3138 (comment)
It would be nice to have a notification that tells the user that the High Contrast mode has been activated and offers him to restart the application. This already happens on Windows:
Here's the code that shows the dialog:
How to test
Activate the High Contrast setting in the OS. A proper SWT.Settings event should be fired and (if you're using Eclipse) the dialog offering to restart the application should appear.
On Mac the dialog will not appear until the method org.eclipse.swt.widgets.Display.getHighContrast() returns something other than false.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request