1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00
cdt/core/org.eclipse.cdt.core.tests
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/org/eclipse/cdt/core/build/managed/tests Fix for Sean. 2003-09-25 19:14:50 +00:00
failures/org/eclipse/cdt/core CORE 2003-09-24 17:26:45 +00:00
indexer/org/eclipse/cdt/core/indexer/tests Patch for Bogdan Gheorghe 2003-09-23 15:17:20 +00:00
model/org/eclipse/cdt/core Patch for Bogdan Gheorghe 2003-09-23 15:17:20 +00:00
parser/org/eclipse/cdt/core/parser/tests Patch for Hoda Amer 2003-09-25 19:40:39 +00:00
resources Core : 2003-09-23 13:54:28 +00:00
search/org/eclipse/cdt/core/search/tests Patch for Andrew Niefer 2003-09-25 19:51:50 +00:00
suite/org/eclipse/cdt Patch for Hoda Amer 2003-09-18 15:22:48 +00:00
.classpath Fix classpath after make refactoring. 2003-09-17 16:00:24 +00:00
.cvsignore Added bin to .cvsignore. 2003-06-18 21:32:11 +00:00
.project Fix classpath after make refactoring. 2003-09-17 16:00:24 +00:00
about.html Patch for Brent Nicolle. 2003-06-18 21:29:47 +00:00
build.properties Include the .jar file. 2003-07-18 18:45:45 +00:00
ChangeLog Patch for Andrew Niefer 2003-09-25 19:51:50 +00:00
plugin.xml Patch for Sean Evoy: 2003-09-24 14:20:49 +00:00
test.xml Merge in patch from Vladimir Hirsl 2003-06-24 19:56:34 +00:00