aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-03-02 22:02:19 +1100
committerNeil <nyamatongwe@gmail.com>2023-03-02 22:02:19 +1100
commit43ba96d61994db084e61b31df278d2d87c1f313c (patch)
tree9ec2084b3a8594434889fb622f2fe7c5446dc0a9 /doc/ScintillaDoc.html
parentc61df8742a4865ac9c67f8ed017248b82fe5574e (diff)
downloadscintilla-mirror-43ba96d61994db084e61b31df278d2d87c1f313c.tar.gz
Add multithreaded wrap to significantly improve performance of wrapping large
files.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
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){
<p><b id="SCI_SETLAYOUTTHREADS">SCI_SETLAYOUTTHREADS(int threads)</b><br />
<b id="SCI_GETLAYOUTTHREADS">SCI_GETLAYOUTTHREADS &rarr; int</b><br />
- 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
<a class="seealso" href="#SCI_SUPPORTSFEATURE">SCI_SUPPORTSFEATURE(SC_SUPPORTS_THREAD_SAFE_MEASURE_WIDTHS)</a>
is available.