auto completion

Andreas Pakulat apaku at gmx.de
Thu Feb 8 14:29:31 GMT 2007


On 08.02.07 14:25:20, Bernd Schubert wrote:
> On Thursday 08 February 2007 13:42, Andreas Pakulat wrote:
> > On 08.02.07 13:09:54, Bernd Schubert wrote:
> > > For a structure: When I type "my_struct->", as above, show arguments
> > > after I typed the "->".
> >
> > Should work too, does here, although I use manual completion.
> 
> Yeah, this works, sometimes. Somehow it can't parse most of my structures, 
> 3.4.0 even very briefly shows an error message in the status bar. Sometime in 
> the far future, when I have time, I will look I can find out, why it doesn't 
> like my structures. 

Well, the C++ parser has problems with typedefs and also macros, so if
you use those its no wonder some structs don't work. Also its a C++
parser and thus doesn't always work on C code.

Andreas

-- 
Just because the message may never be received does not mean it is
not worth sending.




More information about the KDevelop mailing list