Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-06-21 19:48:52 +0000
committerLars Vogel2017-06-22 09:53:38 +0000
commit69ff1f7ef155a71ea65690e774d913a6369610b3 (patch)
tree6e4e6c38a6e9fd153453673c64cd1f9eef2a4894
parent98821d4fe59e9e2c401099fa1d52f26ed7a501be (diff)
downloadeclipse.platform.text-69ff1f7ef155a71ea65690e774d913a6369610b3.tar.gz
eclipse.platform.text-69ff1f7ef155a71ea65690e774d913a6369610b3.tar.xz
eclipse.platform.text-69ff1f7ef155a71ea65690e774d913a6369610b3.zip
API changes Change-Id: I4fdbc5af1a306ccdb62aeca071259b7ed28d8d53 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.search/apichanges_search.html58
1 files changed, 0 insertions, 58 deletions
diff --git a/org.eclipse.search/apichanges_search.html b/org.eclipse.search/apichanges_search.html
deleted file mode 100644
index 5cd8186d7fe..00000000000
--- a/org.eclipse.search/apichanges_search.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!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="Author" content="IBM">
- <title>Search Breaking API changes</title>
- <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css"
- type="text/css">
-</head>
-<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
-<font color="#8080ff" size="-2">platform search</font>
-<p>This document lists the breaking API changes that occurred between
-R3.3 and R3.4 and
-how to migrate from the R3.3 API to the R3.4 API.
-</p>
-<table border="0" cellpadding="2" cellspacing="5" width="100%" summary="Breaking API changes from R3.3 to R3.4">
- <tbody>
- <tr>
- <td align="left" width="72%"> <font size="+3"><b>search -
-Breaking API changes from R3.3 to R3.4</b></font> <br>
- </td>
- </tr>
- <tr>
- <td>
- None
- </td>
- </tr>
- </tbody>
-</table>
-<p> </p>
-<table border="0" cellpadding="2" cellspacing="5" width="100%" summary="Non-breaking API changes from R3.3 to R3.4">
- <tbody>
- <tr>
- <td align="left" width="72%"> <font size="+3"><b>search -
-Non-breaking API changes from R3.3 to R3.4</b></font> <br>
- </td>
- </tr>
- <tr>
- <td>New API added to AbstractTextSearchViewPage
- <ul>
- <li>evaluateChangedElements(Match[], Collection) - controls which elements are later sent to <code>elementsChanged</code></li>
- </ul> </td>
- </tr>
- <tr><td><hr></td></tr>
- <tr>
- <td>New attribute for extension point <code>org.eclipse.search.searchResultViewPages</code>:
- <ul>
- <li>helpContextId - Help context id for the search result page</li>
- </ul> </td>
- </tr>
- </tbody>
-</table>
-<p>
-API changes from 3.2 to 3.3 can be found <a href="./notes/r3.3/apichanges_search.html?view=co">here</a>.
-</p>
-</body>
-</html>

Back to the top