-
Notifications
You must be signed in to change notification settings - Fork 58
Update N&N: Clarify rationale for Cursor constructor deprecation in SWT #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be in platform_isv.md
19a9a1f to
c024dd8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, we're developing 4.38 not 4.37.
c024dd8 to
7e6bfee
Compare
|
@merks moved to 4.38 |
|
Having read the PR it's 100% unclear to me how I would replace what I have with two arguments with a single argument. The referenced PR is completely unhelpful as a point of reference in this regard. How exactly does an image provider represent the mask and what specifically should be done? Note the instructions https://eclipse.dev/eclipse/markdown/?f=news/instructions.md#news-item-title-and-description Say this:
Maybe an issue link would be okay if it's helpful but this is a PR and it definitely is unhelpful. |
7e6bfee to
2658892
Compare
aabcb5b to
71781c4
Compare
71781c4 to
582006b
Compare
|
@merks is the current state OK for you too? |
|
I generally much prefer each sentence on a new line. It helps make future edits modify one short line rather than an entire paragraph. |
582006b to
f121a6d
Compare
Done |
f121a6d to
d8f5865
Compare
@merks ? |
- Updated the news and noteworthy entry for the deprecation of Cursor(Device, ImageData, ImageData, int, int)` in SWT. - Clarified that the constructor was deprecated due to limited DPI support. - Explained that the new Cursor(Device, ImageDataProvider, int, int) constructor provides the best image for all zoom levels, ensuring proper support for high-DPI displays.
d8f5865 to
a112556
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine now.

Cursor(Device, ImageData, ImageData, int, int)in SWT.Cursor(Device, ImageDataProvider, int, int)constructor provides the best image for all zoom levels, ensuring proper support for high-DPI displays.