Here are descriptions of some of the changes of interest to plug-in developers made to the Eclipse Platform and SWT for the 4.34 release of Eclipse.
New features oriented towards end-users of the platform can be viewed in the What's New section of the Eclipse Platform User Guide.
SWT Changes |
|
Monitor-Specific UI Rescaling in Display Class (Windows only) |
The API methods
Note that in order to work as expected, enabling the rescaling at runtime functionality will also set the DPI awareness of the Display's thread to PerMonitorV2. This happens even if the DPI awareness of the Java process itself is set to some different value.
To ensure backwards compatibility, this feature is disabled by default. The feature has to be enabled for a
Note: Those methods will currently only have an effect on Windows. |