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 167952 - incorrect coloring of symbol with string substitution
Summary: incorrect coloring of symbol with string substitution
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 12:11 UTC by fjan11
Modified: 2010-04-21 04:39 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 fjan11 2009-07-01 12:11:50 UTC
Ruby symbols that contain a string substitution #{...} are incorrectly colored. For example:
:"symb#{0}l"

The last part of the symbol gets colored orange instead of blue (the functionally equivalent :symb0l is properly colored blue)
As far as bugs go this is just a tiny one.
Comment 1 Erno Mononen 2009-07-03 19:25:06 UTC
Reproduced, targetting 6.8.
Comment 2 Erno Mononen 2010-04-20 15:01:15 UTC
Fixed in 139e46d8842d.
Comment 3 Quality Engineering 2010-04-21 04:39:18 UTC
Integrated into 'main-golden', will be available in build *201004210200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/139e46d8842d
User: Erno Mononen <emononen@netbeans.org>
Log: #167952 - incorrect coloring of symbol with string substitution