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 939af66d2e Patch for Andrew Niefer
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
2003-09-25 19:51:50 +00:00
build Bug fix in isifndef(). 2003-09-25 18:51:06 +00:00
core Patch for Andrew Niefer 2003-09-25 19:51:50 +00:00
debug updated. 2003-09-25 16:05:22 +00:00
doc/org.eclipse.cdt.doc.user September 23, 2003 delivery 2003-09-23 20:34:04 +00:00
launch/org.eclipse.cdt.launch added help id to launch tabs 2003-09-25 13:34:49 +00:00
releng Added in the new make projects. 2003-09-16 21:31:41 +00:00