matthewpietal / Eclipse-Plugin-for-Cucumber

Enables real-time validation and editing support for Cucumber feature files in Eclipse.
23 stars 10 forks source link

Configuration of Colors #8

Open AlanFoster opened 11 years ago

AlanFoster commented 11 years ago

It would be nice if the colors of keywords and pipelines for tables could be changed. Particularly the light grey pipelines on datatables, it would be great if they were darker

mariusz-kraj commented 11 years ago

It would be really nice :)

AlanFoster commented 11 years ago

@mariusz-kraj I'm not the original author of this plugin, but if you're interested in contributing a pull-request for this i'm sure it would be greatly appreciated. The colors seem to be referenced from this file CucumberColorConstants.

You could potentially wire these up to to be configurable following the Eclipse documentation FAQ_How_do_I_load_and_save_plug-in_preferences; This resource may be useful to read too FAQ What is a preference scope?

You could also check out IntelliJ, it has great Java + Cucumber support :)

matthewpietal commented 11 years ago

Thanks for commenting @AlanFoster. I would always welcome pull requests, as my focus has been on other projects for the last little while.