From 5846f322feaf16de1e146530769ffd42f752f057 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 27 Jul 2008 08:17:23 +0000 Subject: Property to set interpratation of keys to always use Unicode. --- doc/ScintillaDoc.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index cb4728e06..ee4e1670d 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2431,6 +2431,8 @@ struct TextToFind { SCI_GETTWOPHASEDRAW
SCI_SETCODEPAGE(int codePage)
SCI_GETCODEPAGE
+ SCI_SETKEYSUNICODE(bool keysUnicode)
+ SCI_GETKEYSUNICODE
SCI_SETWORDCHARS(<unused>, const char *chars)
SCI_SETWHITESPACECHARS(<unused>, const char @@ -2527,6 +2529,12 @@ struct TextToFind {

Setting codePage to a non-zero value that is not SC_CP_UTF8 is operating system dependent.

+

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 *chars)
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 -- cgit v1.2.3