menu option "open include file" dosen't work

General questions regarding the usage of CodeLite
coolgle
CodeLite Curious
Posts: 6
Joined: Sat Jan 23, 2010 8:02 pm
Genuine User: Yes
IDE Question: c++
Contact:

menu option "open include file" dosen't work

Post by coolgle »

right click on the "#include" preprocessor in source, then will show up a popup menu containing an option named "open the include file ..." , but clicking on it could not bring you to the specified header file.

Is it a bug, or had I do somthing wrong ?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: menu option "open include file" dosen't work

Post by eranif »

It opens only files that contains symbols.
If you file does not contains any symbols (classes, structs etc..) it will not find it
Eran
Make sure you have read the HOW TO POST thread
Post Reply