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 +- doc/ScintillaHistory.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') 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. diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 7e544789c..9b2d6ccfb 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -587,6 +587,9 @@ Released 8 February 2023.

  • + Add multithreaded wrap to significantly improve performance of wrapping large files. +
  • +
  • More typesafe bindings of *Full APIs in ScintillaCall. Feature #1477.
  • -- cgit v1.2.3