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.
Platform Changes |
|
SWT Changes |
|
Constructor for Dynamically Scaled, Custom-Drawn Image |
The The API has been extended as follows to address this limitation:
Such an image will call To be prepared for enhanced UI scaling mechanisms, such as the monitor-specific scaling feature on windows (see this news), this new constructor should be preferred for programmatic creation of images instead of the existing constructors using a fixed size. |