From 8b442ce38a78c22e35a47c757b405cb2d8f17b10 Mon Sep 17 00:00:00 2001 From: "METANEOCORTEX\\Kotti" Date: Wed, 15 Mar 2023 02:10:33 +0100 Subject: [PATCH] +upd: Scintilla v5.3.4 --- scintilla/README | 2 +- scintilla/doc/ScintillaDoc.html | 2 +- scintilla/doc/ScintillaDownload.html | 10 +- scintilla/doc/ScintillaHistory.html | 5 +- scintilla/doc/index.html | 8 +- scintilla/scripts/CheckMentioned.py | 4 +- scintilla/scripts/LexGen.py | 2 +- scintilla/scripts/ScintillaData.py | 4 +- scintilla/src/CaseConvert.cxx | 38 +++---- scintilla/src/Document.cxx | 4 + scintilla/src/Document.h | 5 + scintilla/src/EditView.cxx | 9 +- scintilla/src/EditView.h | 2 +- scintilla/src/Editor.cxx | 147 ++++++++++++++++++++++++--- scintilla/src/Editor.h | 2 + scintilla/src/PositionCache.cxx | 23 +++++ scintilla/src/PositionCache.h | 9 ++ scintilla/version.txt | 2 +- scintilla/win32/ScintRes.rc | 4 +- 19 files changed, 219 insertions(+), 63 deletions(-) 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
    -
  • zip format (1.4M) commonly used on Windows
  • -
  • tgz format (1.3M) commonly used on Linux and compatible operating systems
  • +
  • zip format (1.4M) commonly used on Windows
  • +
  • tgz format (1.3M) commonly used on Linux and compatible operating systems
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