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 ?
menu option "open include file" dosen't work
-
- CodeLite Curious
- Posts: 6
- Joined: Sat Jan 23, 2010 8:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: menu option "open include file" dosen't work
It opens only files that contains symbols.
If you file does not contains any symbols (classes, structs etc..) it will not find it
Eran
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