culmat / eExplorer

Eclipse Plugin to embed Windows Explorer and keep it in sync with your work.
10 stars 4 forks source link

[minor] Can it support black background? #11

Closed paulvi closed 10 years ago

paulvi commented 10 years ago

Black theme is bundle with Eclipse 4.4 (based on Moonrise)

Is it possible to changes colors?

explorer

P.S. Yes, using Chinese Windows :-|

culmat commented 10 years ago

well, we are using a windows OLE component. it knows nothing about RCP and RCP know little about MS Explorer. I doubt there is an easy way to achieve this. If anyone has an idea - please help ;-)

paulvi commented 10 years ago

I think it can be configured in OS preferences. Then Eclipse should have option to apply theme closer to OS theme.

Breadcrump #14 is good now even without theme applying.

eexplorer-1

@guari What do you think?

guari commented 10 years ago

Yes 'org.eclipse.swt.browser.WebSite' widget cannot be injected with platform CSS. If you want it to be integrated with eclipse platform theme colors, need to look a way to use other widgets to build the explorer UI (eg. a custom 'org.eclipse.swt.widgets.Tree' or something better...). Unfortunately, I don't see a quick or easy way to fix it.