From 97a3afa7081173015963860e9329e3946a86dd0f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 28 Mar 2016 10:17:20 +0300 Subject: [PATCH] Update Scintilla to v3.6.4. --- scintilla/doc/ScintillaDownload.html | 10 +- scintilla/doc/ScintillaHistory.html | 77 ++++- scintilla/doc/index.html | 7 +- scintilla/include/SciLexer.h | 15 + scintilla/include/Scintilla.iface | 17 + scintilla/include/ScintillaWidget.h | 2 +- scintilla/lexers/LexCPP.cxx | 4 +- scintilla/lexers/LexJSON.cxx | 497 +++++++++++++++++++++++++++ scintilla/lexers/LexProgress.cxx | 80 +++-- scintilla/lexers/LexPython.cxx | 16 +- scintilla/lexers/LexRuby.cxx | 46 ++- scintilla/lexers/LexRust.cxx | 26 +- scintilla/scripts/HeaderOrder.txt | 2 +- scintilla/src/Catalogue.cxx | 1 + scintilla/src/Document.cxx | 36 +- scintilla/src/Document.h | 4 + scintilla/src/EditView.cxx | 2 +- scintilla/src/Editor.cxx | 23 +- scintilla/src/MarginView.cxx | 10 +- scintilla/src/Position.h | 15 +- scintilla/version.txt | 2 +- scintilla/win32/PlatWin.cxx | 1 + scintilla/win32/ScintillaWin.cxx | 147 ++++---- 23 files changed, 887 insertions(+), 153 deletions(-) create mode 100644 scintilla/lexers/LexJSON.cxx diff --git a/scintilla/doc/ScintillaDownload.html b/scintilla/doc/ScintillaDownload.html index a86f1edb..69b4a008 100644 --- a/scintilla/doc/ScintillaDownload.html +++ b/scintilla/doc/ScintillaDownload.html @@ -26,9 +26,9 @@ @@ -42,7 +42,7 @@

containing very few restrictions.

- Release 3.6.3 + Release 3.6.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 e2e57c8c..14bead6a 100644 --- a/scintilla/doc/ScintillaHistory.html +++ b/scintilla/doc/ScintillaHistory.html @@ -480,6 +480,10 @@

+ + + +
- + Windows   - + GTK+/Linux   Yury Dubinsky Sam Hocevar LuyomiMatt Gilarde
Mark CJohannes Sasongko

@@ -491,18 +495,72 @@

Icons Copyright(C) 1998 by Dean S. Jones
+

+ Release 3.6.5 +

+

Release 3.6.4

Release 3.6.3 diff --git a/scintilla/doc/index.html b/scintilla/doc/index.html index 77161471..cc1365f3 100644 --- a/scintilla/doc/index.html +++ b/scintilla/doc/index.html @@ -9,7 +9,7 @@ - +