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

Summary: Items' tooltip in the 'Go to Type' and the 'Go to Symbol' dialogs.
Product: utilities Reporter: akiliyevich <akiliyevich>
Component: Jump ToAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:

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.