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 222220 - Broken coloring of embedded JS and CSS in tag file
Summary: Broken coloring of embedded JS and CSS in tag file
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.2
Hardware: PC Mac OS X
: P4 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 14:35 UTC by Vladimir Riha
Modified: 2016-07-07 08:54 UTC (History)
0 users

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 Vladimir Riha 2012-11-15 14:35:07 UTC
Try e.g. this in tag file (java Web project, all default)

<script>
function test(){
a =1;
}
</script>

=> test is not bold, a is not purple but function is blue. Similar case is for embedded CSS where are no colors but black. Code completion seems to be working fine.



Product Version: NetBeans IDE Dev (Build 201211150001)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b15
System: Mac OS X version 10.8.2 running on x86_64; US-ASCII; en_US (nb)
Comment 1 Martin Balin 2016-07-07 08:54:56 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss