1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
John Camelon 3d7a522e3e Patch by Andrew Niefer.
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.
2003-07-29 22:47:59 +00:00
core Patch by Andrew Niefer. 2003-07-29 22:47:59 +00:00
debug Fix for PR 40911: Double clicking on breakpoint with no source causes internal error. 2003-07-29 20:23:55 +00:00
doc/org.eclipse.cdt.doc.user July 25, 2003 delivery 2003-07-25 16:32:44 +00:00
launch/org.eclipse.cdt.launch see ChangeLog 2003-07-28 20:22:44 +00:00
releng *** empty log message *** 2003-07-25 20:17:57 +00:00