diff --git a/scintilla/README b/scintilla/README index e71982012..9884bc414 100644 --- a/scintilla/README +++ b/scintilla/README @@ -2,4 +2,4 @@ This is only a repository to track Scintilla (https://sourceforge.net/p/scintill resp. (http://hg.code.sf.net/p/scintilla/code) resp. GitHub Mirror: (https://github.com/missdeer/scintilla) changes for Notepad3 (https://github.com/rizonesoft/Notepad3) development. - + diff --git a/scintilla/doc/ScintillaDoc.html b/scintilla/doc/ScintillaDoc.html index 30411853e..0b8594f79 100644 --- a/scintilla/doc/ScintillaDoc.html +++ b/scintilla/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/scintilla/doc/ScintillaDownload.html b/scintilla/doc/ScintillaDownload.html
index 7316834a3..f66689698 100644
--- a/scintilla/doc/ScintillaDownload.html
+++ b/scintilla/doc/ScintillaDownload.html
@@ -26,9 +26,9 @@
| - + Windows - + GTK/Linux | @@ -42,7 +42,7 @@ containing very few restrictions.