Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied: [cdt-patch] Indexer/Search/UI patch

Bogdan Gheorghe/Ottawa/IBM@IBMCA 
Sent by: cdt-patch-admin@xxxxxxxxxxx
08/26/2003 02:10 PM
Please respond to
cdt-patch@xxxxxxxxxxx


To
cdt-patch@xxxxxxxxxxx
cc

Subject
[cdt-patch] Indexer/Search/UI patch







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 

- Bogdan 



[attachment "cdt-core-tests-patch.txt" deleted by Douglas 
Schaefer/Ottawa/IBM] [attachment "cdt-ui-patch.txt" deleted by Douglas 
Schaefer/Ottawa/IBM] [attachment "cdt-core-patch.txt" deleted by Douglas 
Schaefer/Ottawa/IBM] 



Back to the top