1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-02 13:13:36 +02:00
cdt/core/org.eclipse.cdt.core
Doug Schaefer 0c232fa416 Patch for Andrew Niefer:
Patch for C++ Search to support searching for class declarations

Interface changes:
- modified search Interfaces : 
        - ICSearchConstants - changed SearchFor instantiations to more 
closely match what we can search for.
        - ICSearchPattern - added getLimitTo() 
        - ICSearchResultCollector - added createMatch(), which should 
return an object implementing the new IMatch interface, these store the 
any data needed to keep found matches.
  These interfaces are still new and its too early for anyone other than 
search and the indexer to be using them.
- added search interface IMatch.


Changes to core.search had to do with keeping track of the current scope 
during the search, as well as other modifications for matching class 
declarations, and the start of the patterns for matching other things.

Changes to ui.search had to do with creating IMatch objects to store the 
information needed by the label provider to display icons and sort the 
results.
2003-07-15 14:48:13 +00:00
..
build/org/eclipse/cdt Fixed ordering problem where the CProjectNature was 2003-07-10 18:28:24 +00:00
dom/org/eclipse/cdt/internal/core/dom CORE 2003-07-09 00:47:49 +00:00
index Patch for Bogdan Gheorghe: 2003-07-11 22:12:35 +00:00
model/org/eclipse/cdt CORE 2003-07-09 00:47:49 +00:00
parser Patch for Victor Mozgin 2003-07-15 13:35:45 +00:00
schema Patch for Sean Evoy. 2003-07-04 18:36:47 +00:00
search Patch for Andrew Niefer: 2003-07-15 14:48:13 +00:00
src/org/eclipse/cdt Fixed ordering problem where the CProjectNature was 2003-07-10 18:28:24 +00:00
utils/org/eclipse/cdt/utils fixed bug with mips dyn section reading 2003-05-28 12:59:08 +00:00
.classpath Patch for Andrew Niefer. 2003-06-16 17:35:46 +00:00
.cvsignore
.project
about.html
build.properties added search source path 2003-06-16 17:56:50 +00:00
ChangeLog Patch for Sean Evoy. 2003-07-04 18:36:47 +00:00
plugin.properties Patch for Victor Mozgin. 2003-06-28 19:48:12 +00:00
plugin.xml Patch for Sean Evoy. 2003-07-04 18:36:47 +00:00