Any thoughts? Obviously I am *very* close to a solution here, because I can get it work in the first bullet-point use case. I just can't figure out why the Goclipse plugin ID changes from "com.googlecode.goclipse.debug" to something else, depending on how it's run... and what exactly is that "something else"?
--
You received this message because you are subscribed to a topic in the Google Groups "goclipse" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/goclipse/iO1wfn4ovbc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to goclipse+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The Goclipse plugin ID doesn't change, rather Goclipse is made of several different plugins.
I don't see why anything other than "com.googlecode.goclipse.ui" would work when changing the eclipse-color-theme mapping XML (much less why "com.googlecode.goclipse.debug" in particular). Maybe it's some issue with refresh or restarting, or something out-of-date like that? At this point I would have to actually test this with eclipse-color-theme to try to figure it out, as I'm not familiar with it.
On Tuesday, 25 November 2014 03:47:14 UTC, Steve Perkins wrote:
SteveI believe that I must have had some kind of pollution in my environment from trying too many things. When I wiped out my Eclipse installation and workspace, and started over from scratch, everything worked using the expected Goclipse plugin ID.Curiously, I never could get my change to work by cracking open the installed com.github.eclipsecolortheme_1.0.0.201410260308.jar file and editing its XML contents directly. I assume that something is cached somewhere, or perhaps tampering with the JAR file's contents like that breaks a digital signing check inside of Eclipse (I'm not familiar enough with the low-level depths of Eclipse plugin development). Regardless, when I built a clean copy of their plugin from scratch and install that instead, everything works flawlessly.
Thank you so much for your help and insight over the past couple of days! I've submitted a pull request to the "eclipse-color-theme" plugin maintainers (https://github.com/eclipse-color-theme/eclipse-color-theme/pull/216). Hopefully, Goclipse will soon once again have easy one-click access to attractive color options!