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 127993 - Add icons/shading for protected and private methods
Summary: Add icons/shading for protected and private methods
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-21 10:14 UTC by timhaines
Modified: 2011-01-28 20:11 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 timhaines 2008-02-21 10:14:02 UTC
It would be good to visibly make it clear whether a method is public/private/protected.  Perhaps via an icon next to the
def, or perhaps color shading in the editor/margin or something..
Comment 1 Torbjorn Norbye 2008-03-10 21:03:20 UTC
It's already there in the navigator (with a lock icon to show protected or private versus public). Leaving the
enhancement open to track further improvements, perhaps in the editor pane itself.