Page 1 of 1

menu option "open include file" dosen't work

Posted: Wed Feb 03, 2010 6:24 pm
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 ?

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

Posted: Wed Feb 03, 2010 6:32 pm
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