From 3ba9f505933cc9fb7e8ccf6e0cf04740235c2816 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 6 Nov 2017 18:03:57 -0500 Subject: Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2. --- src/scintilla_backports/6339_79f86be9e988.patch | 51 +++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/scintilla_backports/6339_79f86be9e988.patch (limited to 'src/scintilla_backports/6339_79f86be9e988.patch') diff --git a/src/scintilla_backports/6339_79f86be9e988.patch b/src/scintilla_backports/6339_79f86be9e988.patch new file mode 100644 index 00000000..70a7b037 --- /dev/null +++ b/src/scintilla_backports/6339_79f86be9e988.patch @@ -0,0 +1,51 @@ +# HG changeset patch +# User Justin Dailey +# Date 1499396123 -36000 +# Node ID 79f86be9e988efc5b1462ae549c271c4f3a1b82c +# Parent 5a311da5df4077a7666cbfede428d8f29a6d14e6 +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. + +diff -r 5a311da5df40 -r 79f86be9e988 doc/ScintillaHistory.html +--- a/doc/ScintillaHistory.html Mon Jul 03 05:45:07 2017 -0700 ++++ b/doc/ScintillaHistory.html Fri Jul 07 12:55:23 2017 +1000 +@@ -565,6 +565,11 @@ + Bug #1919. + +