aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjohnsonj <unknown>2023-06-23 08:27:28 +1000
committerjohnsonj <unknown>2023-06-23 08:27:28 +1000
commit7bcf73bbe1ed1c08034cb10d02602d59556cba0c (patch)
treec797671ae1cc5893feafa6fd137b7b913ada030f
parent0ffbc41582dd7fe85093a7ea3f21459890eab03d (diff)
downloadscintilla-mirror-7bcf73bbe1ed1c08034cb10d02602d59556cba0c.tar.gz
Update to IME support matrix showing that Qt now supports Delete Surrounding.
Changed from Asian "O" and "X" to European " " and check mark.
-rw-r--r--doc/ScintillaDoc.html46
1 files changed, 23 insertions, 23 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index b445891b9..792add8fc 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -4882,12 +4882,12 @@ struct Sci_TextToFindFull {
rectangular and multiple selection, with IME interactions such as retrieve-surrounding or reconversion feature.</p>
<table class="standard" summary="IME input method">
- <caption>IME input method support (O=present, X=absent)</caption>
+ <caption>IME input method support</caption>
<thead align="left">
<tr>
<th>IME input method</th>
<th>Windows</th>
- <th>Gtk</th>
+ <th>GTK</th>
<th>Qt</th>
<th>macOS</th>
</tr>
@@ -4895,17 +4895,17 @@ struct Sci_TextToFindFull {
<tbody valign="top">
<tr>
<th align="left"><code>SC_IME_WINDOWED</code></th>
- <td>O</td>
- <td>O</td>
- <td>X</td>
- <td>X</td>
+ <td>&check;</td>
+ <td>&check;</td>
+ <td> </td>
+ <td> </td>
</tr>
<tr>
<th align="left"><code>SC_IME_INLINE</code></th>
- <td>O</td>
- <td>O</td>
- <td>O</td>
- <td>O</td>
+ <td>&check;</td>
+ <td>&check;</td>
+ <td>&check;</td>
+ <td>&check;</td>
</tr>
</tbody>
</table>
@@ -4917,7 +4917,7 @@ struct Sci_TextToFindFull {
<tr>
<th>IME interaction</th>
<th>Windows</th>
- <th>Gtk</th>
+ <th>GTK</th>
<th>Qt</th>
<th>macOS</th>
</tr>
@@ -4925,24 +4925,24 @@ struct Sci_TextToFindFull {
<tbody valign="top">
<tr>
<th align="left">Retrieve Surrounding</th>
- <td>O</td>
- <td>O</td>
- <td>O</td>
- <td>O</td>
+ <td>&check;</td>
+ <td>&check;</td>
+ <td>&check;</td>
+ <td>&check;</td>
</tr>
<tr>
<th align="left">Reconversion</th>
- <td>O</td>
- <td>O</td>
- <td>O</td>
- <td>O</td>
+ <td>&check;</td>
+ <td>&check;</td>
+ <td>&check;</td>
+ <td>&check;</td>
</tr>
<tr>
<th align="left">Delete Surrounding</th>
- <td>O</td>
- <td>O</td>
- <td>X</td>
- <td>O</td>
+ <td>&check;</td>
+ <td>&check;</td>
+ <td>&check;</td>
+ <td>&check;</td>
</tr>
</tbody>
</table>