[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] JSP - java-code highlightning
|
- From: zonk@xxxxxx (Pete )
- Date: Thu, 9 Apr 2009 09:52:24 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hello,
please allow me my first question in this newsgroup:
I am using Eclipse to build and edit jsp-files.
Is there a way I could switch to a different background color for Java
Code?
I am used to that from another IDE and I am really missing this feature.
e.g.
<%-- START lightyellow background --%>
<% JAVA CODE HERE
AND HERE
AND HERE %>
<%-- STOP lightyellow background --%>
<h1>This is HTML code</h1>
<p>
<%-- START lightyellow background --%>
<%= JAVA-EXPRESSION %>
<%-- STOP lightyellow background --%>
</>
Thank you for your time and suggestions,
Happy eastern!
Pete