1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00
cdt/core/org.eclipse.cdt.core
Doug Schaefer 8f3b6007eb Patch for Bogdan Gheorghe:
Indexer 
======= 
- Changed file extensions to prevent header files from being indexed (they will be indexed via inclusion) 

Search 
======= 
- Added scope checking to MatchLocator 
- Modified CSearchPattern to allow for destructor searches 
- Added debug tracing statements to SearchEngine 
- Added debug tracing statements to MatchLocator 

UI 
== 
- Converted CTags based OpenOnSelectionAction to OpenDeclarationsAction. For now, we do a search on all types with the selected name. 
- Hooked up OpenDeclarationsAction to search engine 

General 
======= 
- Modified start up code to set debug trace options (which are defined from the launcher). I've added the following trace components: 
        - dependency 
        - indexer 
        - indexmanager 
        - matchlocator 
        - model 
        - search 
        - parser 

- Added trace debug statements to CModelBuilder 
- Modified Util.java to make use of IDebugLogConstants
2003-08-26 19:16:03 +00:00
..
build/org/eclipse/cdt Patch for Sean Evoy: 2003-08-20 17:52:32 +00:00
dependency Patch for Hoda Amer. 2003-08-12 20:20:13 +00:00
dom/org/eclipse/cdt/internal/core/dom CORE 2003-08-12 20:40:11 +00:00
index Patch for Bogdan Gheorghe: 2003-08-26 19:16:03 +00:00
model/org/eclipse/cdt Patch for Bogdan Gheorghe: 2003-08-26 19:16:03 +00:00
parser Patch for Bogdan Gheorghe: 2003-08-26 19:16:03 +00:00
schema Patch for Sean Evoy: 2003-08-20 17:52:32 +00:00
search Patch for Bogdan Gheorghe: 2003-08-26 19:16:03 +00:00
src/org/eclipse/cdt Patch for Bogdan Gheorghe: 2003-08-26 19:16:03 +00:00
utils/org/eclipse/cdt/utils Check for .debug* 2003-07-29 19:51:19 +00:00
.classpath Patch for Sean Evoy 2003-08-13 17:45:38 +00:00
.cvsignore Added doc to CVS Ignore 2002-09-16 20:06:10 +00:00
.options Patch for Bogdan Gheorghe: 2003-08-26 19:16:03 +00:00
.project cleanup 2002-09-17 18:53:40 +00:00
about.html Add license file 2002-07-10 21:49:08 +00:00
build.properties Added the dependency dir to the build properties. 2003-07-25 20:16:20 +00:00
ChangeLog Patch for Bogdan Gheorghe: 2003-08-26 19:16:03 +00:00
plugin.properties Patch for Victor Mozgin. 2003-06-28 19:48:12 +00:00
plugin.xml Patch for Sean Evoy 2003-08-13 17:45:38 +00:00