mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3752 from RaiKoHoff/Dev_LongPath
Update Lexilla version info only (v5.1.3)
This commit is contained in:
commit
ee83e9ff6b
@ -9,7 +9,7 @@
|
||||
<meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" />
|
||||
<meta name="Description"
|
||||
content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." />
|
||||
<meta name="Date.Modified" content="20210923" />
|
||||
<meta name="Date.Modified" content="20211108" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<style type="text/css">
|
||||
.logo {
|
||||
@ -61,8 +61,8 @@
|
||||
<font color="#FFCC99" size="4"> A library of language lexers for use with Scintilla</font>
|
||||
</td>
|
||||
<td width="40%" align="right">
|
||||
<font color="#FFCC99" size="3">Release version 5.1.2<br />
|
||||
Site last modified September 23 2021</font>
|
||||
<font color="#FFCC99" size="3">Release version 5.1.3<br />
|
||||
Site last modified November 8 2021</font>
|
||||
</td>
|
||||
<td width="20%">
|
||||
|
||||
@ -77,6 +77,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<ul id="versionlist">
|
||||
<li>Version 5.1.3 improves Rust.</li>
|
||||
<li>Version 5.1.2 improves CSS, F#, Inno Setup, Markdown, and PHP.</li>
|
||||
<li>Version 5.1.1 improves C++, Julia, Markdown, Matlab, and PHP.</li>
|
||||
<li>Version 5.1.0 is a stable release: the interfaces between Scintilla and Lexilla and between
|
||||
|
||||
@ -26,9 +26,9 @@
|
||||
<table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<font size="4"> <a href="https://www.scintilla.org/lexilla512.zip">
|
||||
<font size="4"> <a href="https://www.scintilla.org/lexilla513.zip">
|
||||
Windows</a>
|
||||
<a href="https://www.scintilla.org/lexilla512.tgz">
|
||||
<a href="https://www.scintilla.org/lexilla513.tgz">
|
||||
GTK/Linux</a>
|
||||
</font>
|
||||
</td>
|
||||
@ -50,8 +50,8 @@
|
||||
The source code package contains all of the source code for Lexilla but no binary
|
||||
executable code and is available in
|
||||
<ul>
|
||||
<li><a href="https://www.scintilla.org/lexilla512.zip">zip format</a> (1.1M) commonly used on Windows</li>
|
||||
<li><a href="https://www.scintilla.org/lexilla512.tgz">tgz format</a> (0.8M) commonly used on Linux and compatible operating systems</li>
|
||||
<li><a href="https://www.scintilla.org/lexilla513.zip">zip format</a> (1.1M) commonly used on Windows</li>
|
||||
<li><a href="https://www.scintilla.org/lexilla513.tgz">tgz format</a> (0.8M) commonly used on Linux and compatible operating systems</li>
|
||||
</ul>
|
||||
Instructions for building on both Windows and Linux are included in the readme file.
|
||||
<h4>
|
||||
|
||||
@ -580,7 +580,7 @@
|
||||
</h3>
|
||||
<ul>
|
||||
<li>
|
||||
Released 23 September 2021.
|
||||
Released 8 November 2021.
|
||||
</li>
|
||||
<li>
|
||||
Fix parsing of 128-bit integer literals in Rust.
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.1.2</string>
|
||||
<string>5.1.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
||||
@ -867,7 +867,7 @@
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 5.1.2;
|
||||
CURRENT_PROJECT_VERSION = 5.1.3;
|
||||
DEVELOPMENT_TEAM = 4F446KW87E;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
@ -893,7 +893,7 @@
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 5.1.2;
|
||||
CURRENT_PROJECT_VERSION = 5.1.3;
|
||||
DEVELOPMENT_TEAM = 4F446KW87E;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#define VERSION_LEXILLA "5.1.2"
|
||||
#define VERSION_WORDS 5, 1, 2, 0
|
||||
#define VERSION_LEXILLA "5.1.3"
|
||||
#define VERSION_WORDS 5, 1, 3, 0
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION VERSION_WORDS
|
||||
|
||||
@ -1 +1 @@
|
||||
512
|
||||
513
|
||||
|
||||
Loading…
Reference in New Issue
Block a user