From 7bcf73bbe1ed1c08034cb10d02602d59556cba0c Mon Sep 17 00:00:00 2001 From: johnsonj Date: Fri, 23 Jun 2023 08:27:28 +1000 Subject: Update to IME support matrix showing that Qt now supports Delete Surrounding. Changed from Asian "O" and "X" to European " " and check mark. --- doc/ScintillaDoc.html | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'doc') 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.

- + - + @@ -4895,17 +4895,17 @@ struct Sci_TextToFindFull { - - - - + + + + - - - - + + + +
IME input method support (O=present, X=absent)IME input method support
IME input method WindowsGtkGTK Qt macOS
SC_IME_WINDOWEDOOXX
SC_IME_INLINEOOOO
@@ -4917,7 +4917,7 @@ struct Sci_TextToFindFull { IME interaction Windows - Gtk + GTK Qt macOS @@ -4925,24 +4925,24 @@ struct Sci_TextToFindFull { Retrieve Surrounding - O - O - O - O + ✓ + ✓ + ✓ + ✓ Reconversion - O - O - O - O + ✓ + ✓ + ✓ + ✓ Delete Surrounding - O - O - X - O + ✓ + ✓ + ✓ + ✓ -- cgit v1.2.3