Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied [HEAD] Re: [cdt-patch] Bug 42929, 42047 fix

JohnC

cdt-patch-admin@xxxxxxxxxxx wrote on 10/01/2003 08:57:24 AM:

> Here's a patch that creates and manages a CDT log 
> file in the .metadata\.plugins\org.eclipse.cdt.core 
> folder. This log file, for now, will contain indexer 
> failure messages and parser failure messages - 
> particularly inclusion failures. These messages were 
> being logged to the PDE error log which, given the 
> number of failures that we can expect on some files, 
> was filling up rather quickly. I put a 5MB limit on 
> the CDT log file after which it gets deleted and a 
> new one gets created. The intent of this log file is 
> to help a user figure out why something isn't being 
> indexed properly - the usual reasons are: i) can't 
> find an include file, ii) symbols not defined. 
> 
> Also in this patch are 2 minor UI fixes: i) dedicated
> to Brent - Ctrl+H now brings up the C++ Search Dialog
> for all C Editor supported extensions, and ii) 
> especially for Alain - F3 will perform a Open Declarations. 
> 
> Integration Suite run on Windows + Linux 
> 
> - Bogdan 

> 
> [attachment "cdt-core-patch.txt" deleted by John 
> Camelon/Ottawa/IBM] [attachment "cdt-ui-patch.txt" 
> deleted by John Camelon/Ottawa/IBM] 


Back to the top