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 207336 - Code Completion in existing sources does not parse all of the project files
Summary: Code Completion in existing sources does not parse all of the project files
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 10:25 UTC by iotriado
Modified: 2012-01-25 19:14 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 iotriado 2012-01-16 10:25:18 UTC
I use netbeans to edit a c++ project with existing sources from a remote server.
Recently i upgrade to 7.1 from 7.0.1. In 7.0.1 all the hpp , cpp , h, c files were parsed automatically without needed to compile the project. In 7.1 i notice that if i choose no to build the project on creation all the files are 'grey' , meaning that they are not included in code assistance. The thing is that even if i compile the project on creation the problem exist in some files (not all) because in makefiles some folders need to define some platform specific variables. Can I use  the old way of code assistance that includes all the  files in all folders?
Comment 1 Alexander Simon 2012-01-25 19:14:27 UTC
Use "manual configuration" option on 6-th step of "custom" mode.