Revert "Revert "Bug 562676 - StyledText multi-selections""
This reverts commit cac0f0d9ba9d0faf2a87ba4449e57583bcc64e92.
Reason for revert: Patch was reintegrated
Change-Id: I402e67b174301cb4c622a87ae171685f4c773417
diff --git a/4.21/platform_isv.html b/4.21/platform_isv.html
index 2175f4d..609718b 100644
--- a/4.21/platform_isv.html
+++ b/4.21/platform_isv.html
@@ -44,6 +44,15 @@
<tr>
<td id="SWT" class="section" colspan="2"><h2>SWT Changes</h2></td>
</tr>
+
+ <tr id="styled-text-multi-selection"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=562676 -->
+ <td class="title">StyledText API to use multiple carets or selection ranges</td>
+ <td class="content">
+ StyledText widget now has a new <code>setSelectionRanges(int[] ranges)</code> API which allows to pass
+ an arbitraty number of selection ranges. When multiple ranges are used, the text widget will display them
+ as distinct carets and selection ranges and will allow simultaneous edits at those locations.
+ </td>
+ </tr>
<!-- *********************** End of SWT *********************** -->
<!-- *********************** p2 *********************** -->