Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] how to programmatically update index for a translation unit

Thanks Nate, it might be exactly what I need. I will give it a try. Thanks!

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Nathan Ridge
Sent: Wednesday, October 08, 2014 1:29 PM
To: CDT Mailing List
Subject: Re: [cdt-dev] how to programmatically update index for a translation unit

Hi Andrey,

The following recently submitted patch might be a good starting point to look at: https://git.eclipse.org/r/#/c/34434/

It looks like the the 'IIndexManager.update(ICElement[] translationUnits, int options)' function is what updates the index for a set of translation units.

Hope that helps,
Nate

________________________________
> From: andrey.ayupov@xxxxxxxxx
> To: cdt-dev@xxxxxxxxxxx
> Date: Wed, 8 Oct 2014 19:37:51 +0000
> Subject: [cdt-dev] how to programmatically update index for a 
> translation unit
>  
>  
> Hi there,
>  
>  
>  
> Sometimes I see that the index for a given translation unit is not up 
> to date which may happen for various reasons.
>  
> What is the best way to update the index for that file only on the fly?  
> Where should I look in CDT code for some code examples? 
>  
>  
>  
> Thanks,
>  
> Andrey
>  
>  
>  
> _______________________________________________ cdt-dev mailing list 
> cdt-dev@xxxxxxxxxxx To change your delivery options, retrieve your 
> password, or unsubscribe from this list, visit 
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
 		 	   		  
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top