This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 137371 - JSP expression language color
Summary: JSP expression language color
Status: RESOLVED DUPLICATE of bug 93969
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-16 23:59 UTC by manica
Modified: 2008-09-26 12:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description manica 2008-06-16 23:59:53 UTC
The JSP expression language font color does not use the foreground color from the fonts and colors dialog.  Even though
I have the following in my tokenColorings.xml file, the font is black:

<fontcolor bgColor="ff9aaaa0" foreColor="yellow" name="expression-language"/>

Interestingly, the bgColor is used but the foreColor only affects the opening ${ and closing }.
Comment 1 Marek Fukala 2008-09-25 16:48:18 UTC
This seems to be some generic editor problem. The issue is not EL specific. If you open a JSP page and change for
example the HTML tag color the color doesn't change in the opened file. You need to close/reopen it. Reassigning to editor.
Comment 2 Vitezslav Stejskal 2008-09-26 12:13:51 UTC
It sounds like a duplicate of issue #93969.

*** This issue has been marked as a duplicate of 93969 ***