Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Re: [cdt-test-dev] CDT 3.0 M6 Milestone Sanity -> Failed

> cdt-dev-bounces@xxxxxxxxxxx wrote on 04/12/2005 01:43:53 PM:
> 
> > > cdt-dev-bounces@xxxxxxxxxxx wrote on 04/12/2005 10:19:27 AM:
> > > > For Code Assist, I could not find yet a suitable configuration, 
> neither 
> > > for
> > > > Managed Nor Standard Build. Everytime it tells me "No Completion 
> found".
> > > 
> > > If you would like these issues addressed, please provide detailed bug 
> > > reports with specific examples of where content assist doesn't work 
> and 
> > > include any environment information that you have (or simply attach 
> the 
> > > project is it's not too proprietary).
> > > 
> > > Thanks,
> > > Doug
> > 
> > Well sorry, but this is really to simple t not functioning.
> > 
> > #include <stdio.h>
> > 
> > struct test {
> >     int a;
> >     int b;
> > };
> > 
> > 
> > 
> > int main(int argc, char **argv)
> > {
> >     struct test t1;
> >     t1.<CTRL+Space>  // <- nothing
> >     return 0;
> > }
> 
> Which language are you using, C or C++? C was broken as per 91139.

Mainly C. Well, haven't seen the bug at the moment I wrote this post.

> > Indexer ran multiple times according to the statusbar.
> 
> Content assist doesn't use the index at the moment.

Oh really? How does the content assist then know, what to present? Is it the
search-engine functionality?

-- 
+++ GMX - Die erste Adresse für Mail, Message, More +++

1 GB Mailbox bereits in GMX FreeMail http://www.gmx.net/de/go/mail


Back to the top