Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: oakyang on September 12, 2007, 11:29:32 am

Title: code completion
Post 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.
Title: Re: code completion
Post by: incorrect user on September 13, 2007, 12:27:28 pm
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!
Title: Re: code completion
Post by: Der Meister on September 13, 2007, 12:38:30 pm
Just have a look at this thread:
http://forums.codeblocks.org/index.php/topic,6877.0.html
Title: Re: code completion
Post by: incorrect user on September 13, 2007, 01:21:14 pm
Thanx a lot!!!

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


[attachment deleted by admin]
Title: Re: code completion
Post by: incorrect user on September 13, 2007, 01:23:54 pm
 :(One more time...

[attachment deleted by admin]
Title: Re: code completion
Post by: incorrect user on September 13, 2007, 01:25:10 pm
Ok! ;) Der Meister, thank U very much!