1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
John Camelon 46a9e7fd6f Patch for Bogdan Gheorghe.
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.
2003-10-01 13:33:39 +00:00
build Do alphabet sorting. 2003-10-01 02:33:38 +00:00
core Patch for Bogdan Gheorghe. 2003-10-01 13:33:39 +00:00
debug Use the new 'equals' method of ICDIVaraiableObject to compare variables. 2003-09-30 21:05:44 +00:00
doc/org.eclipse.cdt.doc.user September 29, 2003 updated C/C++ editor preferences F1 IDs for the General, 2003-09-29 15:50:44 +00:00
launch/org.eclipse.cdt.launch added help id to launch tabs 2003-09-25 13:34:49 +00:00
releng Apply changes from Doug 2003-10-01 07:19:13 +00:00