Intellisense

Arijit Das arijit79 at gmail.com
Tue Jun 19 18:13:00 BST 2007


"typedef" is used to make sure that I don't have to use "struct abcd"
everywhere i need to instantiate it, rather i should be able to use
just "abcd".

Thatz a C Standard requirement I guess. And in big existing projects,
removing such typedefs probably is not always possible :-(

On 6/19/07, Andreas Pakulat <apaku at gmx.de> wrote:
> 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.
>
> _______________________________________________
> kdevelop mailing list
> kdevelop at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop
>




More information about the KDevelop mailing list