1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.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
..
build/org/eclipse/cdt/core/build/standard Patch for Sean Evoy: 2003-09-15 20:44:43 +00:00
dependency Patch for Bogdan Gheorghe: 2003-09-26 17:53:45 +00:00
index Patch for Bogdan Gheorghe. 2003-10-01 13:33:39 +00:00
model/org/eclipse/cdt Patch for Bogdan Gheorghe. 2003-10-01 13:33:39 +00:00
parser Patch for Bogdan Gheorghe. 2003-10-01 13:33:39 +00:00
schema Patch for Sean Evoy: 2003-09-22 02:38:47 +00:00
search Patch for Bogdan Gheorghe. 2003-10-01 13:33:39 +00:00
src/org/eclipse/cdt Patch for Bogdan Gheorghe. 2003-10-01 13:33:39 +00:00
utils/org/eclipse/cdt/utils new Binary Parser to add flexibilit to change 2003-09-17 02:11:24 +00:00
.classpath Patch for Keith Campbell. 2003-09-12 18:19:05 +00:00
.cvsignore Added doc to CVS Ignore 2002-09-16 20:06:10 +00:00
.options Patch for Bogdan Gheorghe: 2003-09-26 17:53:45 +00:00
.project Patch for Keith Campbell. 2003-09-12 18:19:05 +00:00
about.html Add license file 2002-07-10 21:49:08 +00:00
build.properties *** empty log message *** 2003-09-18 17:56:47 +00:00
ChangeLog Patch for Bogdan Gheorghe. 2003-10-01 13:33:39 +00:00
plugin.properties Patch for Sean Evoy: 2003-09-15 20:44:43 +00:00
plugin.xml Patch for Sean Evoy: 2003-09-22 02:38:47 +00:00