diff options
author | Neil <nyamatongwe@gmail.com> | 2014-09-12 11:22:39 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-09-12 11:22:39 +1000 |
commit | d744f3aedb7b09625f45ef659ed4c787bf45c42f (patch) | |
tree | 00da8be0e8c426d00c3195d22fd998792187afba /src/EditModel.h | |
parent | 2fffff0d5d691f314829b0b3c8ecd59707afdb38 (diff) | |
download | scintilla-mirror-d744f3aedb7b09625f45ef659ed4c787bf45c42f.tar.gz |
Allow choice between windowed and inline IME.
Diffstat (limited to 'src/EditModel.h')
-rw-r--r-- | src/EditModel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/EditModel.h b/src/EditModel.h index f7ca7497a..d8def3294 100644 --- a/src/EditModel.h +++ b/src/EditModel.h @@ -42,6 +42,8 @@ public: Selection sel; bool primarySelection; + enum IMEInteraction { imeWindowed, imeInline } imeInteraction; + int foldFlags; ContractionState cs; // Hotspot support |