Skip to main content

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

Schorn, Markus wrote:
> 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
>>
>>     
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>
>   

<project_context_menu> ->Index->Update with modified files  Does not work but i check the other options and it is work with:
<project_context_menu> ->Index->Rebuild
Thank you for point me here.




Back to the top