diff options
author | Neil <nyamatongwe@gmail.com> | 2014-07-24 12:54:03 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-07-24 12:54:03 +1000 |
commit | 2a833a9ea04ecb588591a63276a9039940855575 (patch) | |
tree | 36f35590d6d79b03577f01f62efbe380ba36f9fc /src/EditView.h | |
parent | 8d53838c4e5fafd24154b33e2d24126e55853ab9 (diff) | |
download | scintilla-mirror-2a833a9ea04ecb588591a63276a9039940855575.tar.gz |
Using separate variable imeCaretBlockOverride for IME mode instead of changing
caretStyle as there could be confusion if the container changes caret style.
Diffstat (limited to 'src/EditView.h')
-rw-r--r-- | src/EditView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/EditView.h b/src/EditView.h index ea59ac03a..7d64aff90 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -68,6 +68,8 @@ public: bool additionalCaretsBlink; bool additionalCaretsVisible; + bool imeCaretBlockOverride; + Surface *pixmapLine; Surface *pixmapIndentGuide; Surface *pixmapIndentGuideHighlight; |