1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
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
core Patch for Andrew Niefer: 2003-07-15 14:48:13 +00:00
debug Fix up paths. 2003-07-14 20:14:41 +00:00
doc/org.eclipse.cdt.doc.user Check in patch from Visnja Beg for doc updates 2003-06-26 17:21:31 +00:00
launch/org.eclipse.cdt.launch Update to fill out the LaunchImage class which was not loading images. 2003-07-09 21:51:48 +00:00
releng Merge in patch from Vladimir Hirsl 2003-06-24 19:45:28 +00:00