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 195517

Summary: Invalid javascript literals are (partially) bolded
Product: javascript Reporter: Vladimir Riha <vriha>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Riha 2011-02-15 16:41:47 UTC
Some invalid javascripts literals (for example '\w' "\w"  \'x400' "\x400" "\u34564"  "\789" '\u34564' '\789') are bolded so they look like valid literals. Some of them are bolded only partially, for example \'x400', bolded is only x40
Comment 1 Vladimir Riha 2011-02-22 15:29:25 UTC
The same happens on
Product Version: NetBeans IDE 6.9.1 (Build 201007282301)
Java: 1.6.0_23; Java HotSpot(TM) Client VM 19.0-b09
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)
Comment 2 Vladimir Riha 2011-02-22 15:30:59 UTC
The same happens on
Product Version: NetBeans IDE Dev (Build 201102220001)
Java: 1.7.0-ea; Java HotSpot(TM) Client VM 21.0-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Comment 3 Petr Pisl 2013-06-21 11:01:33 UTC
I think this issue can be closed. In the new editor these cases are not bold any more.