Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2003-08-19 08:54:53 +0000
committerDani Megert2003-08-19 08:54:53 +0000
commit32a41faf3c13e018d6b469d56deab0390e629bb2 (patch)
treefa49ca83f6fb66114994666e3b1efc25583a14b3 /org.eclipse.search/buildnotes_search.html
parent8af35c67e4e142e0fca91369526c2a0c5f59f048 (diff)
downloadeclipse.platform.text-32a41faf3c13e018d6b469d56deab0390e629bb2.tar.gz
eclipse.platform.text-32a41faf3c13e018d6b469d56deab0390e629bb2.tar.xz
eclipse.platform.text-32a41faf3c13e018d6b469d56deab0390e629bb2.zip
Build notes for I20030819
Diffstat (limited to 'org.eclipse.search/buildnotes_search.html')
-rw-r--r--org.eclipse.search/buildnotes_search.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/org.eclipse.search/buildnotes_search.html b/org.eclipse.search/buildnotes_search.html
index 15e24c460e5..930fb79b98c 100644
--- a/org.eclipse.search/buildnotes_search.html
+++ b/org.eclipse.search/buildnotes_search.html
@@ -21,9 +21,16 @@ To see which bugs have been addressed in one of the builds simply open the <a hr
<br>
========== Eclipse Build Input August 19th 2003 ==========<br>
<!-- Add what's new below and end each line with br tag -->
-- Enclosing Project scope can be requested via XML if it is implemented in the
- search page (sse attribute "canSearchEnclosingProjects").<br>
+<pre>
+- Added a new attribute "canSearchEnclosingProjects" to the extension point
+ "org.eclipse.search.searchPages". If the attribute is set to true, the search
+ dialog scope area will have a new radio button labeled "Enclosing Projects".
+ Search page contributors whishing to support search in projects enclosing the
+ current selection have to set this attribute to true and handle the new search
+ scope constant org.eclipse.search.ui.ISearchPageContainer.SELECTED_PROJECTS_SCOPE.
+ The file search page supports search in enclosing projects.
- Improved project scope
+</pre>
<br>
<br>
========== Eclipse Build Input August 12th 2003 ==========<br>

Back to the top