Skip to content

Commit 0fb7709

Browse files
committed
Updates for version 5.4.7.
1 parent 158898b commit 0fb7709

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

doc/Lexilla.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" />
1010
<meta name="Description"
1111
content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." />
12-
<meta name="Date.Modified" content="20251110" />
12+
<meta name="Date.Modified" content="20260225" />
1313
<meta name="viewport" content="width=device-width, initial-scale=1" />
1414
<style type="text/css">
1515
.logo {
@@ -62,8 +62,8 @@
6262
<font color="#FFCC99" size="4"> A library of language lexers for use with Scintilla</font>
6363
</td>
6464
<td width="40%" align="right">
65-
<font color="#FFCC99" size="3">Release version 5.4.6<br />
66-
Site last modified November 10 2025</font>
65+
<font color="#FFCC99" size="3">Release version 5.4.7<br />
66+
Site last modified February 25 2026</font>
6767
</td>
6868
<td width="20%">
6969
&nbsp;
@@ -78,11 +78,11 @@
7878
</tr>
7979
</table>
8080
<ul id="versionlist">
81+
<li>Version 5.4.7 adds EscapeSequence lexer escseq. Improves Errorlist, Makefile, Perl, and Progress.</li>
8182
<li>Version 5.4.6 adds SINEX lexer. Improves Errorlist, Progress, and Python.</li>
8283
<li>Version 5.4.5 improves Dart, Makefile, Nix, TOML, and Zig.</li>
8384
<li>Version 5.4.4 fixes a problem when building for ARM64 on Windows.</li>
8485
<li>Version 5.4.3 improves C++, Modula 3, Pascal, Python, and Ruby.</li>
85-
<li>Version 5.4.2 adds Nix lexer. Improves JavaScript, PHP, Rust, TOML, and Zig.</li>
8686
</ul>
8787
<ul id="menu">
8888
<li id="remote1"><a href="https://www.scintilla.org/SciTEImage.html">Screenshot</a></li>

doc/LexillaDownload.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">
2727
<tr>
2828
<td>
29-
<font size="4"> <a href="https://www.scintilla.org/lexilla546.zip">
29+
<font size="4"> <a href="https://www.scintilla.org/lexilla547.zip">
3030
Windows</a>&nbsp;&nbsp;
31-
<a href="https://www.scintilla.org/lexilla546.tgz">
31+
<a href="https://www.scintilla.org/lexilla547.tgz">
3232
GTK/Linux</a>&nbsp;&nbsp;
3333
</font>
3434
</td>
@@ -42,16 +42,16 @@ <h2>
4242
containing very few restrictions.
4343
</p>
4444
<h3>
45-
Release 5.4.6
45+
Release 5.4.7
4646
</h3>
4747
<h4>
4848
Source Code
4949
</h4>
5050
The source code package contains all of the source code for Lexilla but no binary
5151
executable code and is available in
5252
<ul>
53-
<li><a href="https://www.scintilla.org/lexilla546.zip">zip format</a> (1.4M) commonly used on Windows</li>
54-
<li><a href="https://www.scintilla.org/lexilla546.tgz">tgz format</a> (1.0M) commonly used on Linux and compatible operating systems</li>
53+
<li><a href="https://www.scintilla.org/lexilla547.zip">zip format</a> (1.4M) commonly used on Windows</li>
54+
<li><a href="https://www.scintilla.org/lexilla547.tgz">tgz format</a> (1.0M) commonly used on Linux and compatible operating systems</li>
5555
</ul>
5656
Instructions for building on both Windows and Linux are included in the readme file.
5757
<h4>

doc/LexillaHistory.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ <h3>
602602
</h3>
603603
<ul>
604604
<li>
605-
Released 10 November 2025.
605+
Released 25 February 2026.
606606
</li>
607607
<li>
608608
Test a single lexer or multiple directories by specifying as command line arguments to TestLexers.

src/Lexilla/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.4.6</string>
18+
<string>5.4.7</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

src/Lexilla/Lexilla.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@
884884
buildSettings = {
885885
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
886886
CODE_SIGN_STYLE = Automatic;
887-
CURRENT_PROJECT_VERSION = 5.4.6;
887+
CURRENT_PROJECT_VERSION = 5.4.7;
888888
DEAD_CODE_STRIPPING = YES;
889889
DEVELOPMENT_TEAM = 4F446KW87E;
890890
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -912,7 +912,7 @@
912912
buildSettings = {
913913
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
914914
CODE_SIGN_STYLE = Automatic;
915-
CURRENT_PROJECT_VERSION = 5.4.6;
915+
CURRENT_PROJECT_VERSION = 5.4.7;
916916
DEAD_CODE_STRIPPING = YES;
917917
DEVELOPMENT_TEAM = 4F446KW87E;
918918
DYLIB_COMPATIBILITY_VERSION = 1;

src/LexillaVersion.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#include <windows.h>
66

7-
#define VERSION_LEXILLA "5.4.6"
8-
#define VERSION_WORDS 5, 4, 6, 0
7+
#define VERSION_LEXILLA "5.4.7"
8+
#define VERSION_WORDS 5, 4, 7, 0
99

1010
VS_VERSION_INFO VERSIONINFO
1111
FILEVERSION VERSION_WORDS

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
546
1+
547

0 commit comments

Comments
 (0)