Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: oakyang on September 12, 2007, 11:29:32 am
-
There's a little problem in code completion.
If I start a word with a parentheses the completion will refused to work unless I add a blank.
For example, OnHelp(wxCom... this will not work. But OnHelp( wxCom.. works fine.
-
People!! Help me please!
If i type some program like:
//-------------------------
struct sss {int xxx,yyy;} aaa;
int main()
{
aaa.
// ^ (the cursos is here)
return 0;
}
//-------------------------
and press <Ctrl>+<Space> i want code completion to work and show me
some list like +----+
| xxx |
| yyy|
+----+
but it does show me nothing and i'm very dissapointed!
Mabey somebody knows what problem is???
Thanx in advance!
-
Just have a look at this thread:
http://forums.codeblocks.org/index.php/topic,6877.0.html
-
Thanx a lot!!!
I have tested it and define 2 cases when code completion works correctly:
[attachment deleted by admin]
-
:(One more time...
[attachment deleted by admin]
-
Ok! ;) Der Meister, thank U very much!