Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Camelon2003-09-25 19:51:50 +0000
committerJohn Camelon2003-09-25 19:51:50 +0000
commit939af66d2ee04152675a7e96c17320b1a9826134 (patch)
treeae8702e5659ef3d0236f64dbe2f0ae8e35fbba3e /core/org.eclipse.cdt.ui/ChangeLog
parentba0a1257343bb6424047e4da091e491cbc2b0fbe (diff)
downloadorg.eclipse.cdt-939af66d2ee04152675a7e96c17320b1a9826134.tar.gz
org.eclipse.cdt-939af66d2ee04152675a7e96c17320b1a9826134.tar.xz
org.eclipse.cdt-939af66d2ee04152675a7e96c17320b1a9826134.zip
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
Diffstat (limited to 'core/org.eclipse.cdt.ui/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.ui/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog
index d29a0223411..5dfa36fc154 100644
--- a/core/org.eclipse.cdt.ui/ChangeLog
+++ b/core/org.eclipse.cdt.ui/ChangeLog
@@ -1,6 +1,11 @@
2003-09-25 Hoda Amer
Solution to bug#43646: Code Assist won't work if missing end bracket
+2003-09-25 Andrew Niefer
+ modify CSearchResultCollector to accept matches without resources, but not attempt to report
+ them in the UI. Addresses 43664 for non-ui clients of search
+ * src/org/eclipse/cdt/internal/ui/search/CSearchResultCollector.java
+
2003-09-25 Alain Magloire
Add HelpContext IDs in the preference page.

Back to the top