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 @@ @@ -42,7 +42,7 @@ containing very few restrictions.

- Release 5.3.3 + Release 5.3.4

Source Code @@ -50,8 +50,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in Instructions for building on both Windows and Linux are included in the readme file.

diff --git a/scintilla/doc/ScintillaHistory.html b/scintilla/doc/ScintillaHistory.html index 7e544789c..1d9222cea 100644 --- a/scintilla/doc/ScintillaHistory.html +++ b/scintilla/doc/ScintillaHistory.html @@ -584,7 +584,10 @@

- + Windows   - + GTK/Linux