From 666822715a5f1f919d039ea4aed50effbf8fb984 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 30 Jun 2014 10:58:02 +0300 Subject: [PATCH] Update Scintilla to 3.4.4. --- scintilla/doc/ScintillaDownload.html | 10 +- scintilla/doc/ScintillaHistory.html | 65 +++++- scintilla/doc/index.html | 7 +- scintilla/include/Scintilla.h | 4 +- scintilla/lexers/LexBash.cxx | 11 +- scintilla/lexers/LexCPP.cxx | 4 +- scintilla/lexers/LexTCL.cxx | 2 +- scintilla/lexlib/CharacterCategory.cxx | 2 +- scintilla/src/Document.h | 4 + scintilla/src/Editor.cxx | 265 +++++++++++-------------- scintilla/src/Editor.h | 30 ++- scintilla/src/Indicator.cxx | 2 +- scintilla/src/Indicator.h | 2 +- scintilla/src/LineMarker.cxx | 2 +- scintilla/src/LineMarker.h | 2 +- scintilla/src/PositionCache.cxx | 34 ++-- scintilla/src/PositionCache.h | 26 ++- scintilla/src/Selection.cxx | 8 + scintilla/src/Selection.h | 2 + scintilla/src/Style.cxx | 4 + scintilla/src/Style.h | 4 +- scintilla/src/ViewStyle.cxx | 37 ++++ scintilla/src/ViewStyle.h | 1 + scintilla/version.txt | 2 +- scintilla/win32/ScintillaWin.cxx | 50 +++-- 25 files changed, 336 insertions(+), 244 deletions(-) diff --git a/scintilla/doc/ScintillaDownload.html b/scintilla/doc/ScintillaDownload.html index e8d382ff..e1407c2e 100644 --- a/scintilla/doc/ScintillaDownload.html +++ b/scintilla/doc/ScintillaDownload.html @@ -25,9 +25,9 @@ @@ -41,7 +41,7 @@

containing very few restrictions.

- Release 3.4.3 + Release 3.4.4

Source Code @@ -49,8 +49,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 bae44c12..ddd2c263 100644 --- a/scintilla/doc/ScintillaHistory.html +++ b/scintilla/doc/ScintillaHistory.html @@ -464,15 +464,78 @@

Release 3.4.3 diff --git a/scintilla/doc/index.html b/scintilla/doc/index.html index 06dcb41a..01692cbb 100644 --- a/scintilla/doc/index.html +++ b/scintilla/doc/index.html @@ -9,7 +9,7 @@ - +

- + Windows   - + GTK+/Linux