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 166319 - Items' tooltip in the 'Go to Type' and the 'Go to Symbol' dialogs.
Summary: Items' tooltip in the 'Go to Type' and the 'Go to Symbol' dialogs.
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-01 06:47 UTC by akiliyevich
Modified: 2011-11-25 16:39 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 akiliyevich 2009-06-01 06:47:42 UTC
Is it possible to add 'String getToolTip()' method 
to org.netbeans.spi.jumpto.type.TypeDescriptor
and org.netbeans.spi.jumpto.symbol.SymbolDescriptor classes ?

Currently, a file path is displayed as a item's tooltip but 
it is already displayed in the field 'Location',
I need to display some other information as items' tooltips.

In addition, it will be useful for us to have a possibility to override text displayed in the field 'Location',
Sometimes we need to display a relation path or add a path in a file.