From 976e97303de40c6adc9f735c64b3a51b1c64b0c4 Mon Sep 17 00:00:00 2001 From: Justin Dailey Date: Fri, 7 Jul 2017 12:55:23 +1000 Subject: Backport: 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. Backport of changeset 6337:79f86be9e988. --- doc/ScintillaHistory.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9e2452c06..89127953e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -548,6 +548,11 @@ Bug #1919.
  • + 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. +
  • +
  • Fix drawing failure when in wrap mode for delete to start/end of line which affects later lines but did not redraw them. Bug #1949. -- cgit v1.2.3