aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-07-27 08:17:23 +0000
committernyamatongwe <unknown>2008-07-27 08:17:23 +0000
commit5846f322feaf16de1e146530769ffd42f752f057 (patch)
treebd3759d875fdd15341bbd0d4ec325c164b814b55 /include/Scintilla.h
parent74bf9b9fc6186ad580d333823fb0bfb9db43f083 (diff)
downloadscintilla-mirror-5846f322feaf16de1e146530769ffd42f752f057.tar.gz
Property to set interpratation of keys to always use Unicode.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index b1e6e3504..7dca10ae4 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -669,6 +669,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_GETPOSITIONCACHE 2515
#define SCI_COPYALLOWLINE 2519
#define SCI_GETCHARACTERPOINTER 2520
+#define SCI_SETKEYSUNICODE 2521
+#define SCI_GETKEYSUNICODE 2522
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001