User forums > Using Code::Blocks

code completion

(1/2) > >>

oakyang:
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.

incorrect user:
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!

Der Meister:
Just have a look at this thread:
http://forums.codeblocks.org/index.php/topic,6877.0.html

incorrect user:
Thanx a lot!!!

I have tested it and define 2 cases when code completion works correctly:


[attachment deleted by admin]

incorrect user:
 :(One more time...

[attachment deleted by admin]

Navigation

[0] Message Index

[#] Next page

Go to full version