-
Notifications
You must be signed in to change notification settings - Fork 185
Use the native zoom when setting the cursor in Control #2057 #2071
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
Use the native zoom when setting the cursor in Control #2057 #2071
Conversation
Test Results 539 files - 6 539 suites - 6 25m 16s ⏱️ - 1m 52s For more details on these failures, see this check. Results for commit b750b51. ± Comparison against base commit f92ce76. This pull request removes 37 tests.♻️ This comment has been updated with latest results. |
|
Note that #2057 is without |
The current proposal (using the native zoom) means that the size of the cursor will not be affected by the parameter |
|
I see the following error in the check: Error: Cannot resolve dependencies of project org.eclipse.platform:org.eclipse.swt.svg:eclipse-plugin:3.130.0-SNAPSHOT
Error: with context {osgi.os=linux, org.eclipse.update.install.features=true, org.eclipse.swt.buildtime=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true, osgi.ws=gtk, org.eclipse.jdt.buildtime=true}
Error: Software being installed: org.eclipse.swt.svg 3.130.0.qualifier
Error: Missing requirement: org.eclipse.swt.svg 3.130.0.qualifier requires 'org.eclipse.equinox.p2.iu; org.eclipse.swt.win32.win32.x86_64 0.0.0' but it could not be found: See log for detailsAnd it seems unrelated to these changes. @HeikoKlare all good from your side ✔️ ? |
|
What about all the other places where The version increment check is failing, but I guess version increment is not necessary here? |
I see the places and it could also make sense to apply the same change in all of them, but I'm having trouble testing those changes since I can't find any snippet or execution path in the workbench that runs through them. I was only able to run through 1 other place, namely the one in
Correct. |
FTR this is the error ☝️
|
2297b9c to
b750b51
Compare
|
I ran all the UI tests in Platform and also all the tests in SWT and the other places are not covered, so I assume they are very rare use-cases. In any case, I adapted all invocations of |
|
Test failure is unrelated (#1843) and the failed version check is due to the infrastructure issues. |
Fixes #2057
How to test
-Dswt.autoScalein the next step)Snippet119with the following JVM parameters:-Dswt.autoScale=200(or use another zoom level that doesn't match any of the zooms in your monitors)-Dswt.autoScale.updateOnRuntime=trueExpected: the size of the cursor matches the size of the current monitor and not the one you provided for
-Dswt.autoScaleExpected: the size of the cursor still matches the size of the current monitor and not the one you provided for
-Dswt.autoScale