Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Code completion problem

Files that are not part of the workspace are not updated automatically.
So Dimitry's suggestion is what you need to do:  In order to get the 
external files updated select 'Update with modified files' in the
context
menu of the project. 
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=237991

If this does not work in your case you need to file a bug where you
describe
the scenario you are using. (CDT version, indexer settings, sample code,
...)

Markus.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Charalampos 
> Alexopoulos
> Sent: Wednesday, November 05, 2008 8:24 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Code completion problem
> Importance: Low
> 
> Dmitry Smirnov wrote:
> > It just a guess: perhaps index needs some update. Have you tried 
> > <project_context_menu> ->Index->Update with modified files  ?
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> >
> >   
> 
> I just try it and it's not working.
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top