Christopher Hermann

Results 46 comments of Christopher Hermann

Unfortunately, I'm not able to reproduce the error. I'm running on MacOS where everything works like expected. When I install eclipse on my VM, the preferences looks like this: ![image](https://github.com/eclipse-platform/eclipse.platform.swt/assets/79514265/9b63234a-6644-4174-9f2a-42b610eb5d66)...

As far as I understand the SWT tree control is drawing the selection via the OS. So the OS theme decides about the color of the selection. For example when...

To use my commit you need to follow the description on https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md#contributing-to-eclipse-platform More accurate: 1. Install an eclipse for eclipse development: https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md#creating-an-eclipse-development-environment 2. Check out my commit via a git...

The problem with my commit is that the selection color is overwritten for all TreeViewers. I assume that this will also overwrite the color in viewers with custom coloring which...

I'm still testing the change with all kinds of Tree/Table viewers and custom coloring, cell coloring, etc. Up to now it looks quite promising. The only doubt that is left...

I uploaded a new version of my commit with color support on tree viewer and table viewer. Furthermore you can change the colors in the preferences via Colors and Fonts...

I'm not aware of the Enterprise Explorer view, how can I install this view?

Can you share a screenshot? I don't find a "Enterprise Explorer" view in the Eclipse IDE for Enterprise Java and Web Developers. I assume that this view is appiling a...

> Would it be possible to somehow also fix the auto-completion dialog though? I just looked into this exact issue today, see #1688. I hope I can finish the work...

Not sure about the design of TableOwnerDrawSupport and the sub class CompletionTableDrawSupport. Maybe someone has an better idea how to overwrite the selection color in CompletionTableDrawSupport.