From 43ba96d61994db084e61b31df278d2d87c1f313c Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 2 Mar 2023 22:02:19 +1100 Subject: Add multithreaded wrap to significantly improve performance of wrapping large files. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 30411853e..0b8594f79 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -7982,7 +7982,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){

SCI_SETLAYOUTTHREADS(int threads)
SCI_GETLAYOUTTHREADS → int
- The time taken to measure text runs on wide lines can be improved by performing the task + The time taken to measure text runs on wide lines or when wrapping can be improved by performing the task concurrently on multiple threads when SCI_SUPPORTSFEATURE(SC_SUPPORTS_THREAD_SAFE_MEASURE_WIDTHS) is available. -- cgit v1.2.3