1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
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
..
org.eclipse.cdt.core Patch for Bogdan Gheorghe. 2003-10-01 13:33:39 +00:00
org.eclipse.cdt.core.aix Initial contribution of AIX port. 2003-09-29 15:03:13 +00:00
org.eclipse.cdt.core.linux update version 2003-04-23 16:41:03 +00:00
org.eclipse.cdt.core.qnx update version 2003-04-23 16:41:03 +00:00
org.eclipse.cdt.core.solaris update version 2003-04-23 16:41:03 +00:00
org.eclipse.cdt.core.tests CORE 2003-09-30 20:42:24 +00:00
org.eclipse.cdt.core.win32 updated. 2003-08-29 14:25:31 +00:00
org.eclipse.cdt.ui Patch for Bogdan Gheorghe. 2003-10-01 13:33:39 +00:00
org.eclipse.cdt.ui.tests Fix the version number. 2003-08-28 04:09:30 +00:00