Elsa Zacharia
Elsa Zacharia
This PR adds suppression for deprecation warnings related to getImageDataAtCurrentZoom() in the ClipboardExample code.
`java.io.File.toURL()` is deprecated and marked for removal. Replace it with `file.toURI().toURL()`, where `toURL()` is called on a `java.net.URI` instance, which is not deprecated and handles encoding correctly.
`java.io.File.toURL()` is deprecated and marked for removal. Replace it with `file.toURI().toURL()`, where `toURL()` is called on a `java.net.URI` instance, which is not deprecated and handles encoding correctly.
**Describe the bug** The `test_evaluate_Cookies()` in `org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser` test is failing on GTK x86_64 for both Java 21 and Java 25 in the test results for I-build [I20251120-1800](https://download.eclipse.org/eclipse/downloads/drops4/I20251120-1800). ``` expected: but...
Refs : https://github.com/eclipse-platform/eclipse.platform.ui/issues/194 This PR address one of the feature suggestion in https://github.com/eclipse-platform/eclipse.platform.ui/issues/194. This PR includes an autocomplete feature in the chevron popup filter, making it easier to navigate when...
Add a toggle button near the filter text area in the chevron drop down to show the most recently overflowed editors at the top for easy access. In the workbench,...