Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied [HEAD] Re: [cdt-patch] Search, partially address bug 43664

JohnC

cdt-patch-admin@xxxxxxxxxxx wrote on 09/25/2003 02:59:05 PM:

> partial fix for bug 43664 - Search cannot report 
> matches outside of 
> workspace.
> 
> This enables non-ui reporting of matches outside the 
> workspace.  So 
> clients of search, like code assist will get external results.
> 
> We still need a resource to report a match to the 
> search view so no 
> external matches in the UI.
> 
> core:
> Modify Matchlocator to not try and create a link if 
> we have no resource, 
> instead just use the path
> 
> core.tests:
> added testNoResourceSearching() to OtherPatternTests
> 
> ui:
> modify CSearchResultCollector to accept matches 
> without resources, but not 
> attempt to report
> them in the UI.
> * 
> src/org/eclipse/cdt/internal/ui/search/CSearchResultCollector.
> java
> 
> tests pass on both windows & linux
> 
> -Andrew
> 
> [attachment "patch_09.25.03(cdt.core).txt" deleted by
> John Camelon/Ottawa/IBM] [attachment "patch_09.25.
> 03(cdt.core.tests).txt" deleted by John 
> Camelon/Ottawa/IBM] [attachment "patch_09.25.03(cdt.
> ui).txt" deleted by John Camelon/Ottawa/IBM] 


Back to the top