News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Wonky Code Completion

Started by swinchen, August 02, 2005, 03:59:10 PM

Previous topic - Next topic

swinchen

Hello, I set my code completion plugin to the following settings:
Maximum Concurrent Threads: 8
Follow LOCAL includes: YES
Follow GLOBAL includes: YES
Parse Preprocessor Directives: YES
Disable Code-Completion: NO
Disable SmartSense: YES
Case sensitve matches: YES
Delay(ms): 500
Color: White
Use Cache: NO
Always update cache: NO

And then I did the simple little test:

#include <iostream>

int main()
{
std::   
return 0;
}


Now on the std:: the code completion pops up:  "function    main () : int"

Is something wrong, or am I doing something incorrectly?

Thanks,

Sam

mandrav

STL is not supported yet, sorry.

Yiannis.
Be patient!
This bug will be fixed soon...