Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Jan van den Borst on December 04, 2007, 02:09:07 pm

Title: Right button click "open #include file: "file.h" does not open h file of project
Post by: Jan van den Borst on December 04, 2007, 02:09:07 pm
LS,
There is a feature open #include file: .. in the context sensitive menu  (right click button on a #include) .

I use this quite often. However sometimes it does not open a h file although it is in the project.

Does this feature only scans the include path of the compiler and not the files you put in the project (by hand)?

Jan
Title: Re: Right button click "open #include file: "file.h" does not open h file of pro
Post by: mariocup on December 04, 2007, 02:57:14 pm
Hi Jan,

I had the same problem. Just click in the symbol browser reparse, this should fix your problem.

Bye