Giter Site home page Giter Site logo

eclipse-ui-theme's People

Contributors

13rac1 avatar bitdeli-chef avatar guari avatar paulvi avatar teohhanhui avatar vexatos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eclipse-ui-theme's Issues

Option to disable shadows

Hi!
Thank you for a dark theme that works on Eclipse Kepler!
Can you please add an option or turn off by default shadows. This option is available in Chrome Theme, but it doesn't work when MoonRise theme is enabled. It's called there "Sash width" - "Thin Sash (Classic, No shadows)":
snapshot1

Otherwise the shadows make too much distracting gradients:
snapshot2

Thank you!

Arrows are almost invisible

Hi guys,

Firstly... Great Template... Great Work :)

Ive just noticed that the little arrows at the left in the Window -> Preferences Menu
are almost invisible.

Could somebody tell me which line i need to adjust in the source files in order to change the color ?

THX :)))

arrow_fail

[build] "Unable to satisfy dependency from com.github.eclipseuitheme.themes.feature.feature.group 0.8.5 to com.github.eclipseuitheme.themes.moonrise-ui [0.8.5,0.8.6)."

[INFO] Cannot complete the request.  Generating details.
[INFO] Cannot complete the request.  Generating details.
[INFO] {osgi.ws=win32, osgi.os=win32, osgi.arch=x86_64, org.eclipse.update.install.features=true}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: com.github.eclipseuitheme.themes.feature.feature.group 0.8.5
[ERROR]   Missing requirement: com.github.eclipseuitheme.themes.feature.feature.group 0.8.5 requires 'com.github.eclipseuitheme.themes.moonrise-ui [0.8.5,0.8.6)' but it could not be found
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from com.github.eclipseuitheme.themes.feature.feature.group 0.8.5 to com.github.eclipseuitheme.themes.moonrise-ui [0.8.5,0.8.6).", "No solution found because the problem is unsatisfiable."] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from com.github.eclipseui
theme.themes.feature.feature.group 0.8.5 to com.github.eclipseuitheme.themes.moonrise-ui [0.8.5,0.8.6).", "No solution found because the problem is unsatisfiable."]
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)

There are no categorized items

Hi

i entered the update site. But i am not getting any opetions for installations. What i get is "There are no categorized items" message.

I am on ubuntu 12.04 , 64bit , kepler sr1

What am i doing wrong?

Question - Panels padding

How can one change padding between panels ? I found it is too big on laptop screen. I've previously used Dark Juno which don't have so much space between panels. I've tried to configure this via css of Moonrise but i failed.
untitled

Colors in search window

capture

(using eclipse kepler c/c++ edition, if makes any difference)

the colors in this window are completely unusable.
Tried to change them, but could not figure how.

It is possible to change this? (or at least the foreground color to gray-ish)

Also the colors used as "selected item" for lists (seen in image as the selected_line) are very difficult to read. :(
(happens the same in project "Explorer Window" for the selected/highlighted line/item)

Apart from this, I'm loving your theme =D

Android XML files and Graphical Layout

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.

A bug in Console

When I run a java web application, an Exception occurs in the Console like this all the time, only in moonrise theme on Mac OS X:

java.lang.IllegalStateException
at org.apache.batik.css.parser.CSSLexicalUnit.getFloatValue(Unknown Source)
at org.eclipse.e4.ui.css.core.impl.dom.Measure.getFloatValue(Measure.java:38)
at org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelper.getFontData(CSSSWTFontHelper.java:153)
at org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontDataConverterImpl.convert(CSSValueSWTFontDataConverterImpl.java:72)
at org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontConverterImpl.convert(CSSValueSWTFontConverterImpl.java:33)
at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.convert(AbstractCSSEngine.java:1125)
at org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyFontSWTHandler$FontSelectionListener.applyStyles(CSSPropertyFontSWTHandler.java:298)
at org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyFontSWTHandler$FontSelectionListener.styleUnselected(CSSPropertyFontSWTHandler.java:321)
at org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyFontSWTHandler$FontSelectionListener.handleEvent(CSSPropertyFontSWTHandler.java:367)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4166)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1489)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474)
at org.eclipse.swt.widgets.Control.drawWidget(Control.java:1244)
at org.eclipse.swt.widgets.Widget.drawRect(Widget.java:749)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5534)
at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:4918)
at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5296)
at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
at org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask(NSApplication.java:94)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3645)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)

Issues installing on Kepler?

I see that Kepler is supposedly supported, but when I click the Moonrise theme option in the dropdown, nothing happens. It seems to apply some of the styles, but everything else is largely unchanged. Restarting does nothing, either. I've also tried the Chrome Theme varietal.

Am I missing something?
Eclipse Kepler - theme not applied

Font in tabs unchangable

I love the theme! I have no idea how to send a message through github, but I wanted to request a modification (or maybe even a rebuilt jar) for a slightly more... standard tab font. I'm talking about this:

image

The italics/cursive font just doesn't look good and the plugin comes in a jar, so I can't modify the CSS myself. Is there something that can be done about this?

No Moonrise Listed under Window > Preferences > General > Appearance

Hello,

I like the Moonrise screenshot on your landing page. So I installed the theme, restarted Eclipse and went to Window > Preferences > General > Appearance;
The Moonrise was not in the list.

By the way, I am using Eclipse Kepler. I have gone back to the Eclipse Color Theme, but would still like to switch to Moonrise if possible.

Do you have any ideas what might be causing this?

Thanks,

Steve

Jeeeyul's Eclipse Themes 2.0 will be released soon.

Hello @guari

Jeeeyul's Eclipse Themes(Formerly "Chrome") is about to release 2.0 soon.
What if your theme has any dependency for 1.X, it is not compatible anymore.

2.0 is totally re-written and it supports third party extensions officially now.
Tons of new CSS properties are provided. Deploy your preset document may be helpful also. You can also just use new CTabFolderRenderer and that are documented on CSS.

Currently You can test 2.0 beta version with http://eclipse.jeeeyul.net/beta-update

What if you have any questions or request, let me know.

Cheers!

Colors in Mylyn task views

I am using Mylyn for integration with tasks (bugzilla, but shouldn't matter). There are several places, where colors are misconfigured.

Task view

  • serach field (white outline; seems to be the background of the component outside the search field)
  • State of the task (icons are optimizied for white background)

View for a single task

  • Heading of the view (white gradient)
  • Headings of sections (text dark blue, background dark grey within a light gray gradient)

File Navigator is too dark toi see filenames.

I have moonrise installed, but I have a question.
My filenames and the little down arrows on the left of the file names are very dark.
It is hard to see.
I have searched the docs but can't find how to change this setting.
image

No return after importing Eclipse Preferences .epf

I think a warning about no return after importing Eclipse Preferences .epf
should be given in README / Marketplace

So users should be advice to export preferences
File -> Export -> General \ Preferences
then what?

Theme is forcing editor's background color to #262626

Is there a way to edit the css to not make any ide background changes until a fix is provided? I'm using custom syntax coloring (as I'm sure many do) and the theme is overriding my background color that was chosen in General>Editors>Text Editors>Background Color.

If I set this to something else and back (by checking/unchecking system default) I see my color return. But as soon as I hit OK we're back to moonrise's forced background.

I tried commenting all lines containing #262626 in all css files and recompressing the jar but I didn't get any results.

Contact

Looks really awesome your theme. Can you contact me? [email protected] I would love to have a great dark theme in the Eclipse platform itself and this theme might be a great template.

Crash when opening perspectives

Eclipse crashes when any perspective is opened while using the moonrise ui (standalone) theme.

If I try to load the moonrise (not standalone) theme in preferences -> general -> appearance eclipse crashes as soon as I hit apply or ok.

I can use any other theme in appearances but not the moonrise theme. This happened after the 0.8.8 update and worked just fine before.

I tried running eclipse with the -clean option and that did not help. Running with the -console and -debug option did not contain anything useful to me, nor could I find anything in the log file that would help me figure this out.

Anyone have any ideas?

Fedora 20 x64, Eclipse Kelper 4.3.1 x64, Eclipse was installed from the Fedora repository, Plugins are mixed between the Fedora repository, The Eclipse Marketplace, and Github.

Exceptions

HIi. I'm using the 0.8.2 moonrise theme (prebuilt package) together with the latest eclipse kepler. I'm getting a lot of exceptions:

java.lang.IllegalStateException
at org.apache.batik.css.parser.CSSLexicalUnit.getFloatValue(Unknown Source)
at org.eclipse.e4.ui.css.core.impl.dom.Measure.getFloatValue(Measure.java:38)
at org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelper.getFontData(CSSSWTFontHelper.java:153)
at org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontDataConverterImpl.convert(CSSValueSWTFontDataConverterImpl.java:72)
at org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontConverterImpl.convert(CSSValueSWTFontConverterImpl.java:33)
at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.convert(AbstractCSSEngine.java:1125)
at org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyFontSWTHandler$FontSelectionListener.applyStyles(CSSPropertyFontSWTHandler.java:298)
at org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyFontSWTHandler$FontSelectionListener.styleSelected(CSSPropertyFontSWTHandler.java:340)
at org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyFontSWTHandler$FontSelectionListener.handleEvent(CSSPropertyFontSWTHandler.java:369)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1416)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1401)
at org.eclipse.swt.widgets.Control.gtk_expose_event(Control.java:3165)
at org.eclipse.swt.widgets.Composite.gtk_expose_event(Composite.java:726)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2090)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:5467)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4569)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8742)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1243)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2288)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3361)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)

Artifacts in lists

Running the theme on Ubuntu 13.10 in Juno. The only problem I have is that list views (problems view, outline view, etc...) show randomly coloured rows, and often flicker while typing. Any ideas?

screenshot from 2013-11-08 17 02 20

Theme does not look like promoted under Kepler

Hello,

I am using Ubuntu 13.10 and Eclipse Kepler SR1. The theme (MoonRise) does not look like yours (see picture below). The colors for the line numbers is changeable. Even if I follow your complete "how to" it will not look like yours.

image

What did you apply what is not in the "how to"?
Thanks in advance.

Toolbar Lock when mooorise.theme start

Toolbar Lock when mooorise.theme start.
I run eclipse on windows 7 and use eclipse 4.3.x kepler .
Problem occur when run it. The toolbar is lock and no move sub object of toolbar.
14-3-2557 10-46-51
toolbar.

Desktop Theme

Hey
I am using your eclipse-ui-them but it doesn't look like your pictures and i think it is because i am not using the same desktop theme like you do. Could you tell me which theme you are using.
Thanks

Green STS Theme

I am wondering where the green STS theme that was available before version 2.x will return... I was user to use it with STS and it was working brilliantly...
I tried to export it from an old installation to a new one but I was not able because old version does not allow export in .epf.
Thanks in advance and have a good weekend!
S.

Text colour in popup windows (search/find) etc

Hi all,

I have installed this on my mac Eclipse Kepler release, and it looks great! I have one small annoyance though which I cannot seem to fix, when I open a dialogue box such as Search (CMD+F) the inputs have a grey background with dark grey text so I cannot see what I am searching for.

CMD+SHIFT+R to open resource works perfectly though, white input background with dark text.

I have no idea in the css file for the theme which classes apply to the search?

Can anyone suggest anything?

Thanks

Palette window on Graphical Layout Problem

Hi. I'm having a problem in my palette window.

Before hovering:
screen shot 2014-04-22 at 9 59 59 am

After hovering each:
screen shot 2014-04-22 at 10 00 10 am

How to fix this in Mac? The font is not readable when you hover on each palette.

lock window issue

I install other color theme plugin first,
then I install moonrise,restart eclipse, it will lock eclipse window,the mouse event have no response
Maybe moonrise have confilict with color theme ,and cause endless loop
How to fix the issue?

Java fonts are black on dark gray

I tried using this on Kepler, but when I applied the appearance and restarted, the Java text was black on the dark gray background. Does not look like it is installing the correct colors for the editor, at least it is not working in a java editor.

Theme not appearing

I have Eclipse 4.2.2 (not sure what exact version), and I'm running a Mac OS X 10.7.5. So, I'm not sure if it's related to the MacOS 10.9 issue.
screen shot 2013-12-15 at 9 19 19 pm

Some backgrounds are white on linux

all_white
fedora 20
mate desktop
downloaded eclipse from the website (did not use yum repo version).

the package explorer background and preferences category selection backgrounds remain white after applying the theme. Makes the grey text nearly impossible to read.

Can be adjusted by choosing a dark OS UI theme, but if possible to override this some other way, this should not be required.

package explorer and outline bar are not dark

Hi all,
I installed eclipse-ui-theme on my laptop (ubuntu 13.04) and desktop (ubuntu 12.04). On ubuntu 12.04 the theme is working very well but on ubuntu 13.04, the package explorer and outline bar are not dark.
screenshot from 2013-12-07 20 17 28

Is there a work around this?

Thanks,
Vijay

IllegalStateException when running Ant commands - Kepler

Whenever I run any command through Ant in Eclipse Kepler I get nothing but a console full of the repeating stack trace below. If I unselect the Moonrise theme the errors stop almost immediately.

I am going to see if I can narrow this down any, but being that this is 100% new to me I thought I'd post it here in case someone could identify it more quickly.

Thanks!

java.lang.IllegalStateException
at org.apache.batik.css.parser.CSSLexicalUnit.getFloatValue(Unknown Source)
at org.eclipse.e4.ui.css.core.impl.dom.Measure.getFloatValue(Measure.java:38)
at org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelper.getFontData(CSSSWTFontHelper.java:153)
at org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontDataConverterImpl.convert(CSSValueSWTFontDataConverterImpl.java:72)
at org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontConverterImpl.convert(CSSValueSWTFontConverterImpl.java:33)
at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.convert(AbstractCSSEngine.java:1125)
at org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyFontSWTHandler$FontSelectionListener.applyStyles(CSSPropertyFontSWTHandler.java:298)
at org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyFontSWTHandler$FontSelectionListener.styleSelected(CSSPropertyFontSWTHandler.java:340)
at org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyFontSWTHandler$FontSelectionListener.handleEvent(CSSPropertyFontSWTHandler.java:369)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:1491)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4668)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)

RainbowDrops.epf - Add support for Chromium Debugger JS Editor

Please help to support black theme for Nodeclipse debugging Nodeclipse/nodeclipse/issues/49.
It uses modified chromedevtools. JS Editor was changed to be based on JSDT Editor.

However there are some hard-coded colors : Nodeclipse/nodeclipse-1/commit/60a58b13b3a6956e2ffec86c60c9cf7ab73a81de

Also I don't yet know where is current line and current debugged line highlights are.

Currently it is like below:

rainbowdrops epf - add support for chromium debugger js editor

( Related to eclipse-color-theme/eclipse-color-theme/issues/160 )

MoonRise regression: now consumes the first click on various windows on linux

Hi,

I've been using MoonRise for a while now (and I would not use Eclipse without it, thanks!) but a recent update (a few weeks ago) introduced a regression when handling clicks on all windows except the editor: the first click on the window causes a refresh of the window and consumes the click event. This means that if the editor or another window is focused, I have to click twice in the project explorer in order to select a file (instead of a single time normally), and I need to click once, then double click to open the file.

I've been fairly thorough in my testing, including testing only Jeeeyul's theme but the bug only happens when either MoonRise(standalone) or MoonRise is selected.

I'm on linux x64 with gnome 2.28.2 and Eclipse Kepler SR1, and MoonRise was working perfectly fine before.
I've also completely re-installed my eclipse and tried in a blank workspace, and the issue came back.

It looks like the first click gives the focus to the window (the background color changes slightly) and consumes the click instead of letting the click event reach the actual widget and cause the selection to update.

Cheers,

Aloys

Egit compatibility issues

capture
Hello!
First of all, your theme is incredible, I really enjoy using it!
But I see there is a little compatibility issue with the "EGit" plugin. Can I do something about it?
Best reguards,
Mikijonie

Folding option in C editor

Hi,
Great job with the theme !
The folding line in C editor dosent match the theme (in python it does...)
Is there is a way to fix this?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.