eobrien
eobrien
This is a patch submission for the bugzilla issue here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=578581 The proposal is to have an API equivalent of the ContributionItem for Marker groups. This will allow clients to...
  We have a customized problem view for our application. It displays markers of our own type pilzproblemmarker i.e. Defined like this. ` ....... ` We associate it with...
2 Failing tests to demonstrate the problem described in issue #345 : https://github.com/eclipse-platform/eclipse.platform.ui/issues/345
If a tree labelprovider is providing an Image and the tree has a SWT.EraseItem listener then the last character of the text in the first column is not completely drawn....
## Steps to reproduce To reproduce you will need to define an editor part in an e4 fragment. It should be marked as closable and given the 'Editor' tag. Run...
- [x ] I verified I can reproduce this issue against latest Integration Build of Eclipse SDK (4.33) If a tree labelprovider is providing an Image and the tree has...
The FiltersConfigurationDialog has a 'Restore Defaults' button to restore the dialog to its default state.  If USE_MARKER_LIMITS preference is false then 'items per group' is restored to 1000. `int...
Proposed fix for issue #2323 is to use 100 as the default value on first launch and also on pressing the 'Restore Defaults' button.
- [x] I verified [latest Integration Build of Eclipse SDK](https://download.eclipse.org/eclipse/downloads/) doesn't provide the feature. FiltersConfigurationDialog and many associated classes are public but unfortunately also internal. Many of these can be...
Hi, It looks like the org.eclipse.gef bundle in eclipse 2024-12 release has the wrong version number. i.e. 3.20 instead of 3.22 Looking at the history of pom.xml it goes straight...