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 138623 - Highlighting in groovy script should be improved
Summary: Highlighting in groovy script should be improved
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-30 13:42 UTC by Lukas Jungmann
Modified: 2015-04-26 08:22 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-06-30 13:42:25 UTC
current highlighting in groovy script is same as in java main class which in fact is a bit strange since variables in a
groovy script are treated as global variables and not local. Therefore it would be better to use green (or some other
relevant) color for them
Comment 1 elennaro 2015-04-26 08:22:30 UTC
Is this issue a duplicate of that one: https://netbeans.org/bugzilla/show_bug.cgi?id=246573?