selundqma
selundqma
The "finishedJobs" variable isn´t injected, thus is always null, when used from a progress dialog. Since the `@Optional` field in combination with `@Inject` only refers to already created instances of...
My progress monitor dialog throws a NPE when cancelling a sub job in the details view (the red button). I have traced the issue down to the ProgressServiceImpl class where...
I miss a way to set a custom icon for the Preferences dialog in the class E4PreferencesHandler. ``` // Can display the standard dialog. PreferenceDialog dialog = new PreferenceDialog(shell, pm);...
**Describe the bug** Strange line breaking behavior when using the SWT.WRAP flag in a SWT Label and the text contains Swedish characters (åäö). Seen so far only on Windows (11)....