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 160919 - [67cat] expand typedefs in Macro views
Summary: [67cat] expand typedefs in Macro views
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-23 17:54 UTC by avp
Modified: 2012-02-16 10:42 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 avp 2009-03-23 17:54:44 UTC
[ JDK VERSION : 1.6.* ]

I add in 'Macro expansion' tab feature see code not only with macros
definition an dereference typedef's.
...
typedef int III;
...

III a1;
...

in 'Macro expansion' I propose show
int a1;