Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8960d225f4ce2a0555ba28f09d7b559292e4be4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!-- 
	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>

Back to the top