mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() 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. |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.qnx | ||
org.eclipse.cdt.core.solaris | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests |