eobrien

Results 10 issues of 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...

![filterDialog](https://user-images.githubusercontent.com/58333578/186390333-1eb3394f-0111-4c2e-b2a9-1f138b05ae11.png) ![ProblemView](https://user-images.githubusercontent.com/58333578/186390339-21b742f2-3404-4457-9ebe-305fbdff125e.png) 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...

bug

- [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...

bug

The FiltersConfigurationDialog has a 'Restore Defaults' button to restore the dialog to its default state. ![image](https://github.com/user-attachments/assets/f294d085-4284-471a-923c-4ddcbfa13e4f) If USE_MARKER_LIMITS preference is false then 'items per group' is restored to 1000. `int...

bug

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...

enhancement

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...

stale