-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WindowBuilder Editor disabled when using Dark Juno #14
Comments
We are waiting for patch :) use alt + page up |
I too have the same issue with design tab not showing up when using Dark Juno Theme. Is there a plan to update the theme to support Window Builder? At the very least, is there a few lines of code that I may add in the appropriate place for a fix? I really enjoy using the theme, and am grateful for your efforts to put it together. I will await the fix for Window Builder. |
@haku I grabbed the latest master which fixed the issue with the tabs. However, on Ubuntu 12.04 in Eclipse 4.2, Anyway, thanks for the heads up. |
I had a go a reproducing that bug but it seems to work ok for me: https://www.dropbox.com/s/0iu6pvpceepcy4l/window-builder-dark-juno.png . Perhaps it is some form of window manager related issue? I am using Gnome 3 instead of Unity.
Result: https://www.dropbox.com/s/ht7nplugvrz9wtl/com.github.eclipsecolortheme.themes_1.0.0.201207121019.jar As a side note, if you are having issues with CSS themes on GTK, there is another way. GTK is much more themeable than say OSX (where I use this theme). The cleanest way to get a dark Eclipse with GTK is to change the GTK theme. On Ubuntu / Gnome 3 I use my own theme that looks like this: https://www.dropbox.com/s/lymj45ol2rhvzfp/window-builder-gtk-greyShadow3.png . Source for my GTK theme is here: https://github.com/haku/greyShadow3 . To get Eclipse 4.x to use pure GTK theme, just delete all the CSS. Something like this (make backups first):
Hope this helps. |
@haku Installed Gnome Shell and had the same issue. After more research I found that there is a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=368543 The issue seems to be with eclipse on Ubuntu and the use of Cairo in rendering the palette. The bug included some suggestions on the issue. I added the following lines to my eclipse.ini file, restarted Eclipse, and the palette is now rendering correctly. -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false Thanks for your help with the theming. Also, your greyShadow3 theme is nice. I will try it out. By the way, after using Gnome Shell for a bit, I may just stick with it to see how it grows on me. It seems to render elements more cleanly than when using Unity. Thanks again. |
The latest stable WindowBuilder Editor under Windows 7 seems to be disabled when Dark Juno theme is activated. The "Source" and "Design" tabs disappear, even when a file is opened through the "Open With..." menu. I confirmed that Dark Juno is the problem by reverting to "Windows 7" theme and verifying that the tabs do work. Switching back to "Dark Juno" made the tabs disappear.
The text was updated successfully, but these errors were encountered: