Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.search/notes/r3.2/old_buildnotes_search_3_2.html')
-rw-r--r--org.eclipse.search/notes/r3.2/old_buildnotes_search_3_2.html48
1 files changed, 0 insertions, 48 deletions
diff --git a/org.eclipse.search/notes/r3.2/old_buildnotes_search_3_2.html b/org.eclipse.search/notes/r3.2/old_buildnotes_search_3_2.html
deleted file mode 100644
index 8960d225f4c..00000000000
--- a/org.eclipse.search/notes/r3.2/old_buildnotes_search_3_2.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
- DO NOT EDIT THIS FILE WITH HTML EDITORS
--->
-
-<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
-<html>
-
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.76 [en] (Windows NT 5.0; U) [Netscape]">
- <title>Eclipse Platform Build Notes - Search</title>
-</head>
-
-<body>
-<h1>
-Eclipse Platform Build Notes<br>
-Search</h1>
-To see which bugs have been addressed in one of the builds simply open the <a href="http://bugs.eclipse.org/bugs/query.cgi?short_desc_type=allwordssubstr&amp;product=Platform&amp;component=Search&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;namedcmd=Assigned&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Search bugzilla query page</a>, select status, resolution and the time frame.
-<br>
-<br>
-<br>
-========== Eclipse Build Input I20060131 ==========<br>
-<pre>
-- Multiple search result views: Views can be pinned<br>
-- new API on NewSearchUI to start a query in a particular view
- o runQueryInBackground(ISearchQuery query, ISearchResultViewPart view)
- o runQueryInForeground(IRunnableContext context, ISearchQuery query, ISearchResultViewPart view)<br>
-- new API on AbstractTextSearchViewPage
- o made handleSearchResultChanged(SearchResultEvent e) protected to participate
- on serach result events<br>
-- modified new API TextSearchRequestor.acceptFile(IResourceProxy)
- to TextSearchRequestor.acceptFile(IFile)<br>
-</pre>
-<br>
-========== Eclipse Build Input I20051205 ==========<br>
-<pre>
-- new API to use the text search programmatically
- package org.eclipse.search.core.text:
- o TextSearchEngine
- o TextSearchScope
- o TextSearchMatchAccess
- o TextSearchRequestor<br>
-</pre>
-<pre>
-</pre>
-
-</body>
-</html> \ No newline at end of file

Back to the top