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 217936

Summary: bold formatting of variable overrides green color of member variables
Product: javascript Reporter: fordfrog <fordfrog>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description fordfrog 2012-09-06 09:13:05 UTC
in the following example par1 is bold but it is not green though it should be bold and green. if par1 would be different type, for example array, it would be green.

Test = function() {
    this.par1 = {}; // par1 is displayed bold black, but should be bold green
}
Comment 1 Petr Pisl 2013-05-28 09:46:17 UTC
The current semantic coloring doesn't know bold green. I will think about this. Probably we can consolidate the semantic coloring and change the rules that are used now.