Skip to main content

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

Unfortunately not. Everything seems fine but it is not.

The parser log file is much shorter in the case of incorrect index in comparison to the correct case.
In the incorrect case many macros are not resolved/found at all.

How is the order of files that are processed? Is it different for "rebuild" and for "freshen all files"?

Best regards

Marko Tomljenovic

-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Nathan Ridge
Gesendet: Montag, 7. Januar 2013 17:28
An: CDT Mailing List
Betreff: 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
 		 	   		  
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top