cholick / idea-spock-enhancements

A plugin for IntelliJ IDEA that improves integration with the Spock specification framework
Other
30 stars 10 forks source link

Color for spock keywords unreadable in darcula #30

Closed jschaf closed 1 year ago

jschaf commented 8 years ago

I had to change the color when using the darcula color scheme. It would be nice if the color switched automatically.

lobodpav commented 7 years ago

Moreover, the colors sometimes change, sometimes not. See the attached screenshots.

Correct color for dark scheme: correct color

Incorrect color for dark scheme: incorrect color

norecha commented 6 years ago

I just installed this plugin and had same issue with darcula. That blue is very blurry and irritating I had to disable the plugin, is there a workaround to change that color? I couldn't see any plugin entry in color menu

lobodpav commented 6 years ago

The workaround is quite simple. Once the plugin is installed, go to Preferences, click the Spock item in the root, and change the color to #A9B7C6.

spock keyword color
norecha commented 6 years ago

So that's where that option was, I was going through the code and created spockEnhancements.xml which has those 3 settings, and tried to put it in correct place, but gave up at some point. Turns out it is ~/Library/Preferences/IntelliJIdea14/options/spockEnhancements.xml

*My menu was little different, it was under "Other Settings>Spock".

Thanks

chLemon commented 1 year ago

In darcula, I change it to FF8800( i love it), but it doesn't work.

Oh, I found something else, it only doesn't work for my old codes, my new codes turn to FF8800

lobodpav commented 1 year ago

It seems like there is no active maintainer of this plugin 😞 Does anybody have a clue how to fix the plugin itself so that no such workarounds are necessary?

lobodpav commented 1 year ago

Not sure why the issue was closed when there is no commit fixing it.

cholick commented 1 year ago

I was cleaning up some GitHub stuff and realized I hadn't added "This isn't maintained" to the README. Sorry, thought I added that years ago. I probably should add that to the issue creation template too now that I think about it.

@lobodpav I bulk closed all the old stuff when I added that, but I realize I was looking at the creation date rather than last activity.

This plugin is going to break, though, before too long. It's using ~10 deprecated APIs and one that's actively schedule for removal.

lobodpav commented 1 year ago

OK, it means it needs new maintainers. I am kinda surprised no one took care of this yet 😞