From 554dc6a20cc1f0494ae7035e3cb03d632edbef83 Mon Sep 17 00:00:00 2001 From: Justin Dailey Date: Fri, 7 Jul 2017 12:55:23 +1000 Subject: 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. --- doc/ScintillaHistory.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 @@ 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