Font color in EAP?

In xhtml files in ealier version, this code shows the text inside "" (the reference for value) as black color with a light green background

<h:outputText value="#{msgs.prisinfo}"/>



In the EAP that bit shows with the same color as text, red... is there anyway to get the same color setting back as it was in the ealier versions?


Regards,

BTJ
0
2 comments

Not sure why this changed for you, as it did not for me. But you set the color at:

File > Settings > IDE Settings > Editor > Colors & Fonts > XML > Attribute Value

The default value is Bolded #008000 (R:0, G:128, B:0)

0

That's not the one... That changes the color for all attribute values, I want different color only for the value expressions, like IDEA 10.x...

BTJ

0

Please sign in to leave a comment.