1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00
cdt/core/org.eclipse.cdt.core.tests
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/core/build/managed/tests - Added the ability to add arbitrary XML data to the 2003-07-10 17:50:34 +00:00
failures/org/eclipse/cdt/core Patch for Victor Mozgin 2003-07-15 13:35:45 +00:00
indexer/org/eclipse/cdt/core/indexer/tests Patch for Bogdan Gheorghe: 2003-07-11 22:27:11 +00:00
model/org/eclipse/cdt/core/model/tests Patch for Victor Mozgin. 2003-06-20 17:16:05 +00:00
parser/org/eclipse/cdt/core/parser/tests Patch for Victor Mozgin 2003-07-15 13:35:45 +00:00
resources Patch for Andrew Niefer: 2003-07-15 14:48:13 +00:00
search/org/eclipse/cdt/core/search/tests Patch for Andrew Niefer: 2003-07-15 14:48:13 +00:00
suite/org/eclipse/cdt Patch for Bogdan Gheorghe: 2003-07-11 22:27:11 +00:00
.classpath Patch for Andrew Niefer. 2003-07-04 17:15:44 +00:00
.cvsignore Added bin to .cvsignore. 2003-06-18 21:32:11 +00:00
.project Merge in patch from Vladimir Hirsl 2003-06-24 19:56:34 +00:00
about.html Patch for Brent Nicolle. 2003-06-18 21:29:47 +00:00
build.properties Fix missing directories from build. 2003-07-14 19:54:17 +00:00
ChangeLog Patch for Victor Mozgin 2003-07-15 13:35:45 +00:00
plugin.xml Merge in patch from Vladimir Hirsl 2003-06-24 19:56:34 +00:00
test.xml Merge in patch from Vladimir Hirsl 2003-06-24 19:56:34 +00:00