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 105370 - Navigator tree items should have tooltips
Summary: Navigator tree items should have tooltips
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-01 09:28 UTC by mdamone
Modified: 2009-10-22 13:33 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 mdamone 2007-06-01 09:28:26 UTC
It would be nice if hovering over an item in the Navigator view would show the
modifiers and type for that item.  This would help new users to understand what
each icon means.  So hovering over a public constructor would show "public
Constructor", hovering over an abstract protected method would show "Protected
abstract Method", hovering over a private constant would show "private static
final Field", etc...  Exact wording and capitalization could differ.
Comment 1 Peter Pis 2007-08-14 11:08:34 UTC
Reassigning to "objectbrowser".
Comment 2 Marian Mirilovic 2009-10-22 13:25:29 UTC
it shows javadoc these days ...