aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorjohnsonj <unknown>2015-12-14 15:03:51 +1100
committerjohnsonj <unknown>2015-12-14 15:03:51 +1100
commit0ccfd637db4974013aabb997451b71b16394a8b0 (patch)
tree12bd9cd0f8f7a4a40cace25d6ba307cb24c18123 /doc/ScintillaHistory.html
parent1597105fb3569664744fc3016da50499de4d9b34 (diff)
downloadscintilla-mirror-0ccfd637db4974013aabb997451b71b16394a8b0.tar.gz
Block IME when some selected text is protected.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 57680f59a..29e664b12 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -541,6 +541,10 @@
On GTK+ and Qt, Korean input by word fixed.
</li>
<li>
+ On GTK+, Qt, and Win32 block IME input when document is read-only or any selected text
+ is protected.
+ </li>
+ <li>
On GTK+ on OS X, fix warning during destruction.
<a href="http://sourceforge.net/p/scintilla/bugs/1777/">Bug #1777</a>.
</li>