mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Mirror of https://github.com/eclipse-cdt/cdt
![]() This patch is a refactoring of the C++ search result collecting. There are 2 new classes: - BasicSearchMatch implements IMatch - BasicSearchResultCollector implements ICSearchResultCollector IMatch itself has been modified to reflect a minimum set of information that will be returned by the search. The old CSearchResultCollector now extends BasicSearchResultCollector and the old Match is now gone. The CSearchResultLabelProvider has been moved from org.eclipse.cdt.internal.ui.search to org.eclipse.cdt.ui, and it has been modified to reflect changes to IMatch. The result of this is that anyone wishing to take advantage of the search engine (ie ClassWizard ) can now do it without implementing their own ICSearchResultCollector and IMatch objects. |
||
---|---|---|
core | ||
debug | ||
doc/org.eclipse.cdt.doc.user | ||
launch/org.eclipse.cdt.launch | ||
releng |