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 220976

Summary: Return Values in Window Navigator and Classes
Product: cnd Reporter: der-muell
Component: NavigationAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: ClassExample

Description der-muell 2012-10-28 18:01:34 UTC
Product Version = NetBeans IDE 7.2.1 (Build 201210100934)
Operating System = Linux version 3.2.0-23-generic running on amd64
Java; VM; Vendor = 1.6.0_24
Runtime = OpenJDK 64-Bit Server VM 20.0-b12

Hi,

First: Thank you for the best IDE on this planet...
My wish is to see the return values of methods, variables etc in the windows Navigator and Classes (maybe with own filter). 
Example:	getMethod() : int in ClassExample
	i : int in ClassExample
instead of 	getMethod() in ClassExample
	i in ClassExample

Thanks

Sebastian
Comment 1 Tomas Zezula 2012-10-31 13:59:02 UTC
You mean lines in Go To Symbol Dialog, right?
Comment 2 der-muell 2012-11-12 16:12:27 UTC
Created attachment 127640 [details]
ClassExample
Comment 3 der-muell 2012-11-12 16:21:09 UTC
If you look at the window "Classes" and "Navigator" you see Methods, Variables etc. But there are no information about the datatype or return values. The idea is to make them visible with a notation like ... : int in ClassExample.
Comment 4 Tomas Zezula 2012-11-12 17:17:50 UTC
You mean C/C++ support.
Comment 5 der-muell 2012-11-13 06:56:01 UTC
Yes...