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 130125 - Add volatile, restrict, etc. into model and completion
Summary: Add volatile, restrict, etc. into model and completion
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-14 10:50 UTC by nnnnnk
Modified: 2015-03-28 08:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nnnnnk 2008-03-14 10:50:05 UTC
Add volatile, restrict, etc. into model and completion.

For example: int * restrict p;
"p" should be shown in completion table as "int * restrict", now it's only "int *".
Comment 2 Quality Engineering 2015-03-28 08:20:02 UTC
Integrated into 'main-silver', will be available in build *201503280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/185375e39672
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #130125 - Add volatile, restrict, etc. into model and completion