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 - bold formatting of variable overrides green color of member variables
Summary: bold formatting of variable overrides green color of member variables
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-06 09:13 UTC by fordfrog
Modified: 2013-05-28 09:46 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 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.