Hello there,
JSP editor is one of the most feature I like in MyEclipse plugin.
I would like to setup background colors for the JSP editor : simple white background color (default) for all static code (HTML) and a pale yellow color for all dynamic code (JSP tags, Java code).
We could (in previous version of ME) setup “Java code” bg color, but I don’t see the option anymore.
e.g.
<% // dynamic => yellow bg
int a =0; // dynamic => yellow bg
%> // dynamic => yellow bg
<p>foo</p> <!– static => white bg –>
Did I miss something ?
Anyway, keepup the great work.
Mat.