From e61cd5419bc74260616305a245a5cc2cba9784bc Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 15 Oct 2018 09:13:17 +1100 Subject: Backport: Set number of lines wrapped in one go to maintain responsiveness and efficiency by measuring speed and limiting to around 10 milliseconds. Backport of changeset 7114:efe194662480. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 428211a58..55b6f56aa 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -250,6 +250,7 @@ protected: // ScintillaBase subclass needs access to much of Editor // Wrapping support WrapPending wrapPending; + ActionDuration durationWrapOneLine; bool convertPastes; -- cgit v1.2.3