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 216462

Summary: Javascript Parameter color value is overridden by Identifier value
Product: javascript Reporter: thegame
Component: EditorAssignee: Martin Fousek <marfous>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: The parameter color is changed to orange, but both the preview window and the editor shows it as blue, which is the color of Identifiers

Description thegame 2012-08-07 01:03:36 UTC
Created attachment 122815 [details]
The parameter color is changed to orange, but both the preview window and the editor shows it as blue, which is the color of Identifiers

In any color scheme, changing the color of a function parameter/argument in Netbeans 7.2 is negated. It seems to be using the color value of the Identifier.

See screenshot.
Comment 1 Martin Fousek 2012-09-24 06:04:23 UTC
Coloring troubles should be fixed due to issue #218656. BTW, in the new JS editor is not supported coloring of parameters for now (as it never probably worked before), but feel free to raise a new enhancement for improving coloring categories (and adding parameters there).

*** This bug has been marked as a duplicate of bug 218656 ***