Christoph Läubrich
Christoph Läubrich
There is another Issue reported for Table for Ubuntu 24 here: - https://github.com/eclipse-platform/eclipse.platform.swt/issues/1606 that shows events are sometimes processed for disposed items.
A while back there was an attempt to bring [chromium](https://bitbucket.org/chromiumembedded/cef/src/master/) to SWT (natively) and it seems there are example to use it with GTK3/4 here: - https://github.com/chromiumembedded/cef/issues/3922 So maybe that...
> Providing an embeddable browser engine is a task for the Operating System nowadays as they are almost an operating system themselves IMO But isn't the discussion often to have...
> Explicitly use the eclipse.ico icon for the Windows executable, even though the executable binary produced by Equinox contains that icon already by default What is the benefit here? This...
> I'd say consistency across platforms. It's more difficult to understand why Windows is different It is not consistent between platforms anyways, e.g. windows embeds the icon, other OS require...
A while back I use FFM to use Opengl with SW directly without require a native java opengl binding: - https://github.com/eclipse-platform/eclipse.platform.swt/pull/571 This was only an experiment and the binding is...
The recommendation was to access this reflectively and not to make any public API here.
There seem to be some other issue around nil as well: https://github.com/eclipse-ee4j/jaxb-ri/issues?q=is%3Aissue%20state%3Aopen%20nil
@asbachb yes I agree with > So checking for nil is not the same as checking for a value. and this is of course important for the case of validation...
That would be very handy to have! I recently cam across the issue that there is no "nice" way to format values thats also a bit missing from my point...