Christoph Läubrich
Christoph Läubrich
Products can take up considerable amounts of space on the harddisk (e.g. CIs / local clones) as they are currently effectively there twice 1. A product is materialized into folders...
I now have poked around the spec, checked the API and some reference implementaion for Jakarta Websockets. For the Sake of an OSGi Whiteboard Service it seems feasable to support...
I see a lot of > warning: URL https://docs.oracle.com/javase/8/docs/api/element-list was redirected to https://docs.oracle.com/javase/8/docs/api/ -- Update the command-line options to suppress this warning. 1 warning when building OSGi repository.
If there are updates to the target contents there is some chance we need a review. This now adds a job that when a PR is created or updated calls...
Currently we use fixed strings that regularly needs to be updated, but the contents could actually be computed automatically. This replace fixed strings with using properties making it needless to...
Currently we only have the information about the current release name but at some places the version of the previous one would be useful. This adds a new property 'previousReleaseVersion'...
When running with GTK4 it shows the following error (see for example [here](https://github.com/eclipse-platform/eclipse.platform.swt/actions/runs/13343028564/job/37270069171?pr=1832)) ``` java.lang.UnsatisfiedLinkError: 'void org.eclipse.swt.internal.gtk3.GTK3.gtk_editable_paste_clipboard(long)' at org.eclipse.swt.internal.gtk3.GTK3.gtk_editable_paste_clipboard(Native Method) at org.eclipse.swt.widgets.Combo.paste(Combo.java:1975) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo.test_copy(Test_org_eclipse_swt_widgets_Combo.java:236) ``` ``` java.lang.UnsatisfiedLinkError: 'long org.eclipse.swt.internal.gtk3.GTK3.gtk_entry_get_text(long)' at...
Originally reported here https://bugs.eclipse.org/bugs/show_bug.cgi?id=573274 I have an Event handler (reacting to mouse move/click) and add the following: System.out.println(event.stateMask + " --> " + (event.stateMask & SWT.MODIFIER_MASK)); the result is always...
There are several cases where one want to run some code in an headless way that might has references to UI code. AWT offers for this purpose the [java.awt.headless](https://www.oracle.com/technical-resources/articles/javase/headless.html) system...
I have created the E4 Example project and modified it to use a perspective, then I added a perspective trim bar  Starting the application now looks the same as...