From 2fb4ff4b1bc1a473d80260455c80d7ec19c62616 Mon Sep 17 00:00:00 2001
From: Neil
-
-
@@ -3343,12 +3341,6 @@ struct Sci_TextToFind {
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.
SCI_SETKEYSUNICODE(bool keysUnicode)
- SCI_GETKEYSUNICODE
- On Windows, character keys are normally handled differently depending on whether Scintilla is a wide
- or narrow character window with character messages treated as Unicode when wide and as 8 bit otherwise.
- Set this property to always treat as Unicode. This option is needed for Delphi.
SCI_SETWORDCHARS(<unused>, const char *characters)
Scintilla has several functions that operate on words, which are defined to be contiguous
sequences of characters from a particular set of characters. This message defines which
@@ -7614,6 +7606,10 @@ EM_FORMATRANGE
SCI_GETUSEPALETTE Deprecated
Scintilla no longer supports palette mode. The last version to support palettes was 2.29.
Any calls to these methods should be removed.
SCI_SETKEYSUNICODE(bool keysUnicode) Deprecated
+ SCI_GETKEYSUNICODE Deprecated
+ On Windows, Scintilla no longer supports narrow character windows so input is always treated as Unicode.
The following are features that should be removed from calling code but are still defined to avoid breaking callers.
-- cgit v1.2.3