From f0c53e7b25f12be66881acc110d815ec491f1533 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 8 May 2021 15:20:59 +1000 Subject: Feature [feature-requests:1373]. Make idle actions smoother by measuring per-byte and allowing just one line to be processed in a time slice. Very long lines will not distort estimation or block interaction as much. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index eabd7517e..ae3f0ef5a 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -265,7 +265,7 @@ protected: // ScintillaBase subclass needs access to much of Editor // Wrapping support WrapPending wrapPending; - ActionDuration durationWrapOneLine; + ActionDuration durationWrapOneByte; bool convertPastes; -- cgit v1.2.3