diff options
-rw-r--r-- | doc/ScintillaDoc.html | 46 |
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>✓</td> + <td>✓</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>✓</td> + <td>✓</td> + <td>✓</td> + <td>✓</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>✓</td> + <td>✓</td> + <td>✓</td> + <td>✓</td> </tr> <tr> <th align="left">Reconversion</th> - <td>O</td> - <td>O</td> - <td>O</td> - <td>O</td> + <td>✓</td> + <td>✓</td> + <td>✓</td> + <td>✓</td> </tr> <tr> <th align="left">Delete Surrounding</th> - <td>O</td> - <td>O</td> - <td>X</td> - <td>O</td> + <td>✓</td> + <td>✓</td> + <td>✓</td> + <td>✓</td> </tr> </tbody> </table> |