diff --git a/scintilla/doc/ScintillaDoc.html b/scintilla/doc/ScintillaDoc.html index 38fe334d9..b445891b9 100644 --- a/scintilla/doc/ScintillaDoc.html +++ b/scintilla/doc/ScintillaDoc.html @@ -4879,7 +4879,74 @@ struct Sci_TextToFindFull { A windowed IME SC_IME_WINDOWED (0) may be more similar in appearance and behaviour to the IME in other applications. An inline IME SC_IME_INLINE (1) may work better with some Scintilla features such as - rectangular and multiple selection.

+ rectangular and multiple selection, with IME interactions such as retrieve-surrounding or reconversion feature.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IME input method support (O=present, X=absent)
IME input methodWindowsGtkQtmacOS
SC_IME_WINDOWEDOOXX
SC_IME_INLINEOOOO
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IME interaction support
IME interactionWindowsGtkQtmacOS
Retrieve SurroundingOOOO
ReconversionOOOO
Delete SurroundingOOXO
+

The windowed behaviour can be chosen with SCI_SETIMEINTERACTION(SC_IME_WINDOWED) and the inline behaviour with SCI_SETIMEINTERACTION(SC_IME_INLINE). Scintilla may ignore this call in some cases. For example, the inline behaviour might only be supported for some languages.

diff --git a/scintilla/doc/ScintillaDownload.html b/scintilla/doc/ScintillaDownload.html index f66689698..921df0984 100644 --- a/scintilla/doc/ScintillaDownload.html +++ b/scintilla/doc/ScintillaDownload.html @@ -26,9 +26,9 @@ @@ -42,7 +42,7 @@ containing very few restrictions.

- Release 5.3.4 + Release 5.3.5

Source Code @@ -50,8 +50,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in Instructions for building on both Windows and Linux are included in the readme file.

diff --git a/scintilla/doc/ScintillaHistory.html b/scintilla/doc/ScintillaHistory.html index 57bdd6902..f60eb3933 100644 --- a/scintilla/doc/ScintillaHistory.html +++ b/scintilla/doc/ScintillaHistory.html @@ -576,21 +576,61 @@

+ +
- + Windows   - + GTK/Linux   Ferdinand Oeinck Michael Heath Enrico Tröger
Chengzhi Li

Releases

+

+ Release 5.3.6 +

+

Release 5.3.5

Release 5.3.4 diff --git a/scintilla/doc/index.html b/scintilla/doc/index.html index 55020345a..57e4e09a9 100644 --- a/scintilla/doc/index.html +++ b/scintilla/doc/index.html @@ -9,7 +9,7 @@ - +