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 - Return Values in Window Navigator and Classes
Summary: Return Values in Window Navigator and Classes
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-28 18:01 UTC by der-muell
Modified: 2012-11-13 06:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
ClassExample (86.85 KB, image/png)
2012-11-12 16:12 UTC, der-muell
Details

Note You need to log in before you can comment on or make changes to this bug.
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...