News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

code completion

Started by oakyang, September 12, 2007, 11:29:32 AM

Previous topic - Next topic

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!
Take quality as a rule!

Der Meister

Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

incorrect user

Thanx a lot!!!

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


[attachment deleted by admin]
Take quality as a rule!

incorrect user

 :(One more time...

[attachment deleted by admin]
Take quality as a rule!

incorrect user

Ok! ;) Der Meister, thank U very much!
Take quality as a rule!