Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Strange Index Behaviour

> I have a strange problem with the index: 
>  
> I am having a big project with enabled indexer (enabled all optional  
> settings (heuristics, …)  and disabled all skip… settings). 
> When I import the project (with already configured indexer as it is)  
> and the indexer runs everything is fine. 
> When I “rebuild” the index the index visualization in the editor is  
> wrong for some macros in some files (some parts are grayed out in the  
> editor). Strangely the hover shows me the correct value of the macro. 
> When I “Freshen all files” on this file the visualization is correct again. 
> If I “rebuild” the whole project it is corrupt again. 
> … 
>  
> Does anybody have an idea what the reason could be or at least what the  
> difference regarding index creation is between “rebuild” and “freshen  
> all files”? 

Are there any exceptions thrown during indexing or during syntax coloring?
(You can see them in <workspace>/.metadata/.log). I sometimes experience
erratic behaviour in the presence of such exceptions.

Regards,
Nate
 		 	   		  

Back to the top