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 126019

Summary: Provide tooltips for icons and images in the ide
Product: platform Reporter: Karthikeyan Rajeswaran <krajeswaran>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Karthikeyan Rajeswaran 2008-01-25 17:58:02 UTC
From: http://cnd.netbeans.org/servlets/ReadMsg?list=users&msgNo=758

> I'm looking for a key or legend that identifies/describes the little icons used in the Class
> View in SunStudio which I'm using for C++ development.  I've managed to figure
> out most of them but, occasionally, a new one pops up that I'm not familiar with
> and I have to go to the declaration to determine what it represents

In general, it would be nice if the icons and other images displayed in the ide present a tooltip explaining themselves.
This could be achieved by providing a core API call for displaying icons and images in the ide, which can assert whether
there is an associated tooltip; ensuring any image explains itself.

This issue can also be looked at as a documentation issue rather than a code issue; so, an alternative means for solving
this issue would be to have a wiki page which documents any icon when the image is approved by the UI group for checkin
to the workspace. One thing to note for in the method is that it may become hard to search for an explanation by image,
given the large number of images. This can perhaps be solved by having pages by module/functionality and limiting each
page to only a few images.
Comment 1 Marian Mirilovic 2008-08-05 08:34:31 UTC

*** This issue has been marked as a duplicate of 123469 ***