From 941f48da6dde691a7800290cc729aaaacd051392 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 18 Apr 2023 12:11:55 +0300 Subject: no longer try to avoid automatic scrolling - this is patched out of Scintilla now * The patch avoids all automatic scrolling consistently, including in SCI_UNDO. This speads up Undo (especially after interruptions). * Also, the patch disables a very costly and pointless (in SciTECO) algorithm that effectively made uninterruptible. * Effectively reverts large parts of 8ef010da59743fcc4927c790f585ba414ec7b129. I have never liked using unintuitive Scintilla messages to avoid scrolling. --- contrib/scintilla | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/scintilla b/contrib/scintilla index 85ea187..de2ed1d 160000 --- a/contrib/scintilla +++ b/contrib/scintilla @@ -1 +1 @@ -Subproject commit 85ea187540b421d3d99c91019ed484c70d9d1d1a +Subproject commit de2ed1d4bfc55dcca30f74790a3b4f7931b08032 -- cgit v1.2.3