-
Is there any easy way to disable window resizing? for example, using persisted properties, similar to Eclipse e4 with SWT where we can disable the resizing by setting `styleOverride` persisted propert…
-
Is it possible and/or planned to publish the plugin to Maven Central?
-
Unlike SWT, JavaFX supports creating a Node tree outside of the UI Thread. FX Thread is only required when manipulating nodes that already belong to a Scene.
It should be possible to load a diagram…
-
My css autocomplete doesn't work and I get "unknown property" warnings. I've tried a lot already but nothing seems to work. I even reinstalled eclipse, removed all the plugins, and reinstalled all of …
-
I've got multiple ToggleButtons in the same Toolbar. They use different handers and they don't have anything to do with each other.
(1) When I click on the same button repeatedly everything is fine…
-
Hello,
Sorry to bring up an issue on code from 2019 😢
I would really love to get this up and running on my system but have not been able manage a working build with the dependency on your usbmana…
Ralim updated
3 years ago
-
Dear all,
I tried to upgrade our Eclipse RCP product, from Eclipse mars with Csstudio 4.3, to Eclipse Neon/Csstudio 4.5 and Eclipse 2018-12/Csstudio 4.6. We use Maven 3.5.3 and tycho 1.2.0.
I ca…
-
Hi Tom,
I'm getting the following error while trying to run` mvn -U clean install `on 'sample.maven.app' project.
I had to build the maven-osgi-package-plugin from the source and install it manually…
-
I am having trouble extending the sample maven application.
I have efxclipse tooling version 3.7.0.202004170922 installed.
I would like to create a new module that will contribute elements to the UI…
-
I have a Handler defined to be called when clicking the `File>Exit` menu:
```
package sample.mvn.app.handlers;
import org.eclipse.e4.core.di.annotations.Execute;
import org.eclipse.e4.ui.workb…