User forums > Help
Autocompleting in Fedora 16
nsyedin:
Hi guys! First of all i want ti say thanks for this great IDE. It's very quick, looks very good. After Eclipse i am happy. But i have a little problem. When i add a new header to the project, elements of header, such as structures and functions, are parsed and autocompletes ok. But when i try to call method from a pointer for included header, the autocompletion don not work.
E.g.:
#include "cv.h"
#include "highgui.h"
#include <stdio.h>
int main(void)
{
vector v; // class from std
IplImage f; //strucr from includes
v. //works ok, autocomplete fine
f. //do not work, nothing happened
return 0;
}
Can anyone help me to solve this problem? Thanks in advance.
oBFusCATed:
What is IplImage? What version are you using? If you're on 10.05 please try to update to a nightly build.
nsyedin:
IplImage is struct from "cv.h". Yes i use CB 10.05. I tried to install last nightly build, downloaded it and convert from deb to rpm for my distro, but was unable to install. Some dependences were wrong.
nsyedin:
May be there is a way to invoke autocomplete window when i type "." or "->"?
oBFusCATed:
You have to build from source.
Navigation
[0] Message Index
[#] Next page
Go to full version