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 249191 - Code navigator doesn't group functions accordingly if the selected file is a cpp file
Summary: Code navigator doesn't group functions accordingly if the selected file is a ...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All Linux
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-08 09:45 UTC by abalint21
Modified: 2016-10-31 10:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Navigator for cpp (180.43 KB, image/png)
2014-12-08 09:45 UTC, abalint21
Details
Navigator for hpp (198.17 KB, image/png)
2014-12-08 09:45 UTC, abalint21
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abalint21 2014-12-08 09:45:09 UTC
Created attachment 150948 [details]
Navigator for cpp

Code navigator doesn't group functions accordingly if the selected file is a cpp file. If I select the hpp the navigator correctly show functions grouped by classes but if I select the cpp then all the functions are merged under the namespace. See attached images:
Comment 1 abalint21 2014-12-08 09:45:50 UTC
Created attachment 150949 [details]
Navigator for hpp