Revivius / nb-darcula

Darcula LAF for NetBeans
281 stars 83 forks source link

Code coverage report not very readable #131

Open pnsantos opened 7 years ago

pnsantos commented 7 years ago

Small issue, when looking at code coverage reports (java code coverage), the green/red background highlight makes the text difficult to read. Either the text (not sure if possible) or the background highlights need to become darker.

Personally I'd rather see darker background highlights (I think it fits better with the theme) but again, I've no idea if what I'm asking is possible.

jejanim commented 7 years ago

This still heavily affects readability. I am using coverage for js files and while I can change coverage highlighting for php projects in Netbeans color Settings (which does not seem to change anything) it does not seem to be available for js and a few others.

2017-07-18 09_45_54-mcslfn - netbeans ide 8 2

Revivius commented 7 years ago

@pnsantos; @jejanim are you using any plugins ? I dont know how to create coverage highlights on editor.

jejanim commented 7 years ago

What kind of plugins? I do use a lot of NetBeans plugins, yes.

Oh you mean coverage plugins maybe?

I set up testing with karma, jasmine and istanbul coverage for a JS proejct.

Revivius commented 7 years ago

@jejanim; I dont know how to end up with the screenshot you attached. Can you provide steps to reproduce it ?

jejanim commented 7 years ago

Of course. I tested this with phpUnit and Jasmine/Karma, but a php setup would be faster to set up I think.

Please see here: https://netbeans.org/kb/docs/php/phpunit.html

jejanim commented 7 years ago

Do you need further information / assistance on this?