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 134080 - $ should be colered as part of possible expression
Summary: $ should be colered as part of possible expression
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-28 15:46 UTC by Lukas Jungmann
Modified: 2012-12-19 14:43 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 Lukas Jungmann 2008-04-28 15:46:29 UTC
-have following statement in a groovy script:

table = "users"
println("SELECT ${table}")

in the editor, there the color of '$' which stands for expression is the same as the color of the 'SELECT' which is only
a regular string which is wrong - '$' should be in black instead of current brown