From bf400a65a12475fd60c8a9a213a8bc9956cdeb5f Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 15 Oct 2018 09:13:17 +1100 Subject: Set number of lines wrapped in one go to maintain responsiveness and efficiency by measuring speed and limiting to around 10 milliseconds. --- 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 a75461afe..a6e059714 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