Intellisense

Andreas Pakulat apaku at gmx.de
Tue Jun 19 16:55:57 BST 2007


On 19.06.07 20:26:51, Arijit Das wrote:

Please don't top-post.

> Oh yes, it has typedef like this:
> 
> // Header
> typedef struct abdc_tag {
>     int a;
>     int b;
> } abcd;
> 

There's no need for a typedef in that line. Just remove it. Our parser
doesn't support typedefs and thus code-completion for typedefe'd things
doesn't work either.

Andreas

-- 
Someone is speaking well of you.




More information about the KDevelop mailing list