From fd2623102a9bad31258a0ef31ce6a2972ae6ddad Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 2 Feb 2022 14:25:51 +1100 Subject: Feature [feature-requests:#1427] Add multithreaded layout which improves performance significantly for very wide lines. --- include/Scintilla.iface | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index a98a310ab..88e375e74 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2535,6 +2535,12 @@ set void SetPositionCache=2514(int size,) # How many entries are allocated to the position cache? get int GetPositionCache=2515(,) +# Set maximum number of threads used for layout +set void SetLayoutThreads=2775(int threads,) + +# Get maximum number of threads used for layout +get int GetLayoutThreads=2776(,) + # Copy the selection, if selection empty copy the line with the caret fun void CopyAllowLine=2519(,) -- cgit v1.2.3