aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorJustin Dailey <unknown>2017-07-07 12:55:23 +1000
committerJustin Dailey <unknown>2017-07-07 12:55:23 +1000
commit554dc6a20cc1f0494ae7035e3cb03d632edbef83 (patch)
tree39ccd14d837c46efc294efbefc706d589ea94072 /doc/ScintillaHistory.html
parent056dee74549d6b6e5c7abba8725115501bcddc93 (diff)
downloadscintilla-mirror-554dc6a20cc1f0494ae7035e3cb03d632edbef83.tar.gz
Redraw when overtype changed so caret change visible even when not blinking.
Notify application with SC_UPDATE_SELECTION when overtype changed - previously sent SC_UPDATE_CONTENT.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b654f0ed9..dafd6d9ab 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -565,6 +565,11 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1919/">Bug #1919</a>.
</li>
<li>
+ Ensure redraw when application changes overtype mode so caret change visible even when not blinking.
+ Notify application with SC_UPDATE_SELECTION when overtype changed - previously
+ sent SC_UPDATE_CONTENT.
+ </li>
+ <li>
Fix drawing failure when in wrap mode for delete to start/end of line which
affects later lines but did not redraw them.
<a href="http://sourceforge.net/p/scintilla/bugs/1949/">Bug #1949</a>.