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 210534 - Number coloring
Summary: Number coloring
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1.2
Hardware: All All
: P4 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2012-04-02 12:27 UTC by dagguh
Modified: 2012-05-17 08:42 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 dagguh 2012-04-02 12:27:05 UTC
Product Version = NetBeans IDE Dev (Build 201203280401)
Operating System = Linux version 3.0.0-17-generic-pae running on i386
Java; VM; Vendor = 1.7.0_147-icedtea
Runtime = OpenJDK Client VM 21.0-b17
Comment 1 dagguh 2012-04-02 12:28:20 UTC
Number colors are not correctly inherited. For PHP in options it is displayed as "number" instead of "Number", this is why color inheritance doesn't work (I guess).
Comment 2 Ondrej Brejla 2012-04-02 12:51:39 UTC
Inheritance works properly for me even though the name wasn't exactly the same (because the type was).

Fixed in web-main: http://hg.netbeans.org/web-main/rev/f4dd94bca839
Comment 3 dagguh 2012-04-02 12:58:07 UTC
You're right.
Inheritance works. Numbers were incorrectly colored, because settings were incorrectly imported from previous installation (color set to 'Magenta' for some reason). I had to manually set value to 'Inherited'.
Comment 4 Quality Engineering 2012-04-03 11:11:50 UTC
Integrated into 'main-golden', will be available in build *201204030400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f4dd94bca839
User: Ondrej Brejla <obrejla@netbeans.org>
Log: #210534 - Number coloring