guari/eclipse-ui-theme

Android XML files and Graphical Layout

Closed this issue · 6 comments

screenshot on 1 7 2014 at 2 42 40 pm

screenshot on 1 7 2014 at 2 46 47 pm

When working with Android XML files the Graphical Layout and XML file tabs seem to get covered by the Palette options but they are still selectable.

I am on Windows 7 and I have tried both the standalone version and the Eclipse 4 Chrome Theme version but both have the same problem.

This seems an unexpected behavior, on my Win7 (Kepler) the bottom tabs are ok:

image

(there is still a bug when hovering the items on the left but, as far as I known, is an Eclipse/SWT implementation lack in which are hard-coded the colors of CLabel control for the hover state)

I have the same issue. I'm using Windows 8.1, Eclipse 4.2.1

issue

As far as I know, currently there is no way to load different stylesheets for different Windows versions, as a quick workaround you can force the old renderer for tabs by copy-pasting these lines at the end of the two moonrise css for WIN (moonrise-ui-standalone_WIN.css and moonrise-ui_WIN.css):

    CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] {
        swt-tab-renderer: null;
        swt-simple: true;   
    }

Try also if this issue is still present with the last Eclipse release.

@guari thanks for that css fix. It worked. That was the only issue bugging me a little.

Looks much better, thanks for fixing this!