diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-10-15 09:13:17 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-10-15 09:13:17 +1100 |
| commit | e61cd5419bc74260616305a245a5cc2cba9784bc (patch) | |
| tree | ddf81f008c6676dd63a9e39f1c98f637f46076fe /src/Editor.h | |
| parent | 9be9a1b22f7bc4126966677f6c9489dbeeccddd5 (diff) | |
| download | scintilla-mirror-e61cd5419bc74260616305a245a5cc2cba9784bc.tar.gz | |
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.
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
