Deepika Udayagiri
Deepika Udayagiri
Update legacy switch block with Java 17 switch expression in org.eclipse.ui.workbench.texteditor package.
As suggested from https://github.com/eclipse-platform/eclipse.platform.ui/discussions/2894#discussioncomment-12762699 This pr is result of attempt for the suggested -> option 2 Also I think the surrogate name may be org.eclipse.ui.jnasurrogate , as opposed to com.sun.jna.surrogate...
SWT Javadoc bash for 4.38 Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/2788
Not able to click/double click/right click on the links provided in Link widget in Control example
**Describe the bug** In Control Example, link widget i have 2 links. Unable to click/double click/right click on both the links. I tried the same on SWT Controls -> Link...
SWT Javadoc bash for 4.38 Steps to perform - - [ ] Need to pull the latest changes on master. - - [ ] Make sure the git staging view...
Restores the editor caret to its original position when the Find/Replace overlay search field is cleared. Fixes #1944 This PR introduces logic to restore the original caret/selection position when the...
Mark several unused deprecated methods/constants/classes in org.eclipse.jface package for removal
Fixes #2739 Description: In the Project Explorer, the "Edit > Select All" menu item and Ctrl+A shortcut did not work reliably when a single project was selected. Specifically, pressing Ctrl+A...
Fixes #2316 As suggested tried fixing in destroy(), but looks like we need extra testing to ensure no shutdown regressions considering the below - In shutdown, syncExec might block if...