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 | 044efe69724c92a538b9f6e6252ae5782f860153 (patch) | |
tree | 23073f0c77ce2b6b9c4d4c67355548a101545891 /src/EditModel.cxx | |
parent | 672a5e079386dbf0d648aac20790fecd17f16a61 (diff) | |
download | scintilla-mirror-044efe69724c92a538b9f6e6252ae5782f860153.tar.gz |
Allow choice between windowed and inline IME.
Diffstat (limited to 'src/EditModel.cxx')
-rw-r--r-- | src/EditModel.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/EditModel.cxx b/src/EditModel.cxx index 815d22781..8f66da463 100644 --- a/src/EditModel.cxx +++ b/src/EditModel.cxx @@ -61,6 +61,7 @@ EditModel::EditModel() { bracesMatchStyle = STYLE_BRACEBAD; highlightGuideColumn = 0; primarySelection = true; + imeInteraction = imeWindowed; foldFlags = 0; hotspot = Range(invalidPosition); wrapWidth = LineLayout::wrapWidthInfinite; |