aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-09-12 11:22:39 +1000
committerNeil <nyamatongwe@gmail.com>2014-09-12 11:22:39 +1000
commitd744f3aedb7b09625f45ef659ed4c787bf45c42f (patch)
tree00da8be0e8c426d00c3195d22fd998792187afba /include/Scintilla.iface
parent2fffff0d5d691f314829b0b3c8ecd59707afdb38 (diff)
downloadscintilla-mirror-d744f3aedb7b09625f45ef659ed4c787bf45c42f.tar.gz
Allow choice between windowed and inline IME.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 134078786..bf3fa0811 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -243,6 +243,16 @@ val SC_CP_UTF8=65001
# The SC_CP_UTF8 value can be used to enter Unicode mode.
set void SetCodePage=2037(int codePage,)
+enu IMEInteraction=SC_IME_
+val SC_IME_WINDOWED=0
+val SC_IME_INLINE=1
+
+# Is the IME displayed in a winow or inline?
+get int GetIMEInteraction=2678(,)
+
+# Choose to display the the IME in a winow or inline.
+set void SetIMEInteraction=2679(int imeInteraction,)
+
enu MarkerSymbol=SC_MARK_
val MARKER_MAX=31
val SC_MARK_CIRCLE=0