Phil Beauvoir
Phil Beauvoir
These lines block the `Shift+Del` combination in the `Text` control: https://github.com/eclipse-platform/eclipse.platform.swt/blob/925a294b8028e9d26593c6105efce56f95dc9b56/bundles/org.eclipse.swt/Eclipse%20SWT/win32/org/eclipse/swt/widgets/Text.java#L1802-L1814 I don't know what the workaround would be, maybe check for Shift+Del? ```java if ((stateMask & (SWT.ALT | SWT.SHIFT...
> The problem is that I have currently no idea how to integrate a hyperlink into the message of a message box. I don't think you can. A sub-class of...
> Unfortunatly, `MessageDialog` is in JFace Damn, so it is! Sorry about that. Perhaps, then, it gets too complicated and a button would suffice as in the original proposal?
You manually have to install it on some versions of Windows 10. I had to do this on W10 but not W11. See https://developer.microsoft.com/en-gb/microsoft-edge/webview2?form=MA13LH#download
Same for me also on Eclipse 2024-12 (4.34) and 2024-06 (4.32): [crash.txt](https://github.com/user-attachments/files/19566112/crash.txt) - Eclipse 2024-12 (4.34) or 2024-06 (4.32) - OpenJDK 64-Bit Server VM Temurin-21.0.6+7 - macOS 15.4 Sequoia (not...
> Switch zu external Browser (General->Webbrowser) and save often. Then you can work with some crashes. This won't help. Webkit is used internally for the Javadoc. Eclipse is crashing for...
Different way to reproduce 1. Ensure Javadoc View is open 2. In a Java Editor hover over code so that the Javadoc displays in a popup, and ensure to hover...
I think a key thing here is to ensure that the vertical scroll bar appears in the Javadoc hover **and** the Javadoc View gets updated. The crash log suggests this...
> Temporary fix, so it should no longer crash from the JavaDoc: disable the hover tooltips (Preferences -> Java -> Editor -> Hovers -> Untick Combined Hover) Seems to be...
I guess we need to figure out if the crash is only happening with the Javadoc hover popups or in other uses of WebKit on Mac. I'm testing a simple...