Eclipse Platform Build Notes
Search

To see which bugs have been addressed in one of the builds simply open the Search bugzilla query page, select status, resolution and the time frame.


========== Eclipse Build Input I20060131 ==========
- Multiple search result views: Views can be pinned
- 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)
- new API on AbstractTextSearchViewPage o made handleSearchResultChanged(SearchResultEvent e) protected to participate on serach result events
- modified new API TextSearchRequestor.acceptFile(IResourceProxy) to TextSearchRequestor.acceptFile(IFile)

========== Eclipse Build Input I20051205 ==========
- new API to use the text search programmatically
  package org.eclipse.search.core.text:
    o TextSearchEngine
    o TextSearchScope
    o TextSearchMatchAccess
    o TextSearchRequestor