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

Summary: Add icons/shading for protected and private methods
Product: ruby Reporter: timhaines <timhaines>
Component: EditingAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.