|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org" />
|
|
|
|
<meta name="generator" content="SciTE" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
|
<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." />
|
Updated to Scintilla 5.4.1 & Lexilla 5.3.0
Scintilla 5.4.1
https://www.scintilla.org/scintilla541.zip
Released 27 December 2023.
1. Add IDocumentEditable interface to allow efficient interaction with document objects which may not be visible in a Scintilla instance. This feature is provisonal and may change before being declared stable. For better type-safety, the ScintillaCall C++ API uses IDocumentEditable* where void* was used before which may require changes to client code that uses document pointer APIs DocPointer, SetDocPointer, CreateDocument, AddRefDocument, and ReleaseDocument.
2. Ctrl-click on a selection deselects it in multiple selection mode.
3. Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
4. Add SCI_SETMOVEEXTENDSSELECTION and SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.
5. Improve performance of global replace by reducing cache invalidation overhead. [Feature #1502](https://sourceforge.net/p/scintilla/feature-requests/1502/).
6. Fix regular expression search for "\<" matching beginning of search when not beginning of word and for "\>" not matching line end. [Bug #2157](https://sourceforge.net/p/scintilla/bugs/2157/).
7. Fix regular expression search failure when search for "\<" followed by search for "\>". [Bug #2413](https://sourceforge.net/p/scintilla/bugs/2413/).
8. Fix regular expression assertion (^, $, \b. \B) failures when using SCFIND_CXX11REGEX. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
9. Fix regular expression bug in reverse direction where shortened match returned. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
10. Avoid character fragments in regular expression search results. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
11. With a document that does not have the SC_DOCUMENTOPTION_TEXT_LARGE option set, allocating more than 2G (calling SCI_ALLOCATE or similar) will now fail with SC_STATUS_FAILURE.
12. Protect SCI_REPLACETARGET, SCI_REPLACETARGETMINIMAL, and SCI_REPLACETARGETRE from application changing target in notification handlers. [Bug #2289](https://sourceforge.net/p/scintilla/bugs/2289/).
Lexilla 5.3.0
https://www.scintilla.org/lexilla530.zip
Released 27 December 2023.
1. Fix calling AddStaticLexerModule by defining as C++ instead of C which matches header. [Bug #2421](https://sourceforge.net/p/scintilla/bugs/2421/).
2. Bash: Fix shift operator << incorrectly recognized as here-doc. [Issue #215](https://github.com/ScintillaOrg/lexilla/issues/215).
3. Bash: Fix termination of '${' with first unquoted '}' instead of nesting. [Issue #216](https://github.com/ScintillaOrg/lexilla/issues/216).
4. HTML: JavaScript double-quoted strings may escape line end with '\'. [Issue #214](https://github.com/ScintillaOrg/lexilla/issues/214).
5. Lua: recognize --- doc comments. Defined by [LDoc](https://github.com/lunarmodules/ldoc). Does not recognize --[[-- doc comments which seem less common.
Close #14375
1 year ago
|
|
|
<meta name="Date.Modified" content="20231227" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<style type="text/css">
|
|
|
|
.logo {
|
|
|
|
background: url(https://www.scintilla.org/LexillaLogo.png) no-repeat;
|
|
|
|
background-image: image-set(
|
|
|
|
url(https://www.scintilla.org/LexillaLogo.png) 1x,
|
|
|
|
url(https://www.scintilla.org/LexillaLogo2x.png) 2x );
|
|
|
|
height:150px;
|
|
|
|
}
|
|
|
|
#versionlist {
|
|
|
|
margin: 0;
|
|
|
|
padding: .5em;
|
|
|
|
list-style-type: none;
|
|
|
|
color: #FFCC99;
|
|
|
|
background: #000000;
|
|
|
|
}
|
|
|
|
#versionlist li {
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
|
|
|
#menu {
|
|
|
|
margin: 0;
|
|
|
|
padding: .5em 0;
|
|
|
|
list-style-type: none;
|
|
|
|
font-size: larger;
|
|
|
|
background: #CCCCCC;
|
|
|
|
}
|
|
|
|
#menu li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 .5em;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<script type="text/javascript">
|
|
|
|
function IsRemote() {
|
|
|
|
var loc = '' + window.location;
|
|
|
|
return (loc.indexOf('http:')) != -1 || (loc.indexOf('https:') != -1);
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<title>
|
|
|
|
Lexilla
|
|
|
|
</title>
|
|
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
|
|
<table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
|
|
|
|
<tr>
|
|
|
|
<td width="256">
|
|
|
|
</td>
|
|
|
|
<td width="40%" align="left">
|
|
|
|
<font color="#FFCC99" size="4"> A library of language lexers for use with Scintilla</font>
|
|
|
|
</td>
|
|
|
|
<td width="40%" align="right">
|
Updated to Scintilla 5.4.1 & Lexilla 5.3.0
Scintilla 5.4.1
https://www.scintilla.org/scintilla541.zip
Released 27 December 2023.
1. Add IDocumentEditable interface to allow efficient interaction with document objects which may not be visible in a Scintilla instance. This feature is provisonal and may change before being declared stable. For better type-safety, the ScintillaCall C++ API uses IDocumentEditable* where void* was used before which may require changes to client code that uses document pointer APIs DocPointer, SetDocPointer, CreateDocument, AddRefDocument, and ReleaseDocument.
2. Ctrl-click on a selection deselects it in multiple selection mode.
3. Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
4. Add SCI_SETMOVEEXTENDSSELECTION and SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.
5. Improve performance of global replace by reducing cache invalidation overhead. [Feature #1502](https://sourceforge.net/p/scintilla/feature-requests/1502/).
6. Fix regular expression search for "\<" matching beginning of search when not beginning of word and for "\>" not matching line end. [Bug #2157](https://sourceforge.net/p/scintilla/bugs/2157/).
7. Fix regular expression search failure when search for "\<" followed by search for "\>". [Bug #2413](https://sourceforge.net/p/scintilla/bugs/2413/).
8. Fix regular expression assertion (^, $, \b. \B) failures when using SCFIND_CXX11REGEX. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
9. Fix regular expression bug in reverse direction where shortened match returned. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
10. Avoid character fragments in regular expression search results. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
11. With a document that does not have the SC_DOCUMENTOPTION_TEXT_LARGE option set, allocating more than 2G (calling SCI_ALLOCATE or similar) will now fail with SC_STATUS_FAILURE.
12. Protect SCI_REPLACETARGET, SCI_REPLACETARGETMINIMAL, and SCI_REPLACETARGETRE from application changing target in notification handlers. [Bug #2289](https://sourceforge.net/p/scintilla/bugs/2289/).
Lexilla 5.3.0
https://www.scintilla.org/lexilla530.zip
Released 27 December 2023.
1. Fix calling AddStaticLexerModule by defining as C++ instead of C which matches header. [Bug #2421](https://sourceforge.net/p/scintilla/bugs/2421/).
2. Bash: Fix shift operator << incorrectly recognized as here-doc. [Issue #215](https://github.com/ScintillaOrg/lexilla/issues/215).
3. Bash: Fix termination of '${' with first unquoted '}' instead of nesting. [Issue #216](https://github.com/ScintillaOrg/lexilla/issues/216).
4. HTML: JavaScript double-quoted strings may escape line end with '\'. [Issue #214](https://github.com/ScintillaOrg/lexilla/issues/214).
5. Lua: recognize --- doc comments. Defined by [LDoc](https://github.com/lunarmodules/ldoc). Does not recognize --[[-- doc comments which seem less common.
Close #14375
1 year ago
|
|
|
<font color="#FFCC99" size="3">Release version 5.3.0<br />
|
|
|
|
Site last modified December 27 2023</font>
|
|
|
|
</td>
|
|
|
|
<td width="20%">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
|
|
|
|
<tr>
|
|
|
|
<td width="100%" class="logo">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<ul id="versionlist">
|
Updated to Scintilla 5.4.1 & Lexilla 5.3.0
Scintilla 5.4.1
https://www.scintilla.org/scintilla541.zip
Released 27 December 2023.
1. Add IDocumentEditable interface to allow efficient interaction with document objects which may not be visible in a Scintilla instance. This feature is provisonal and may change before being declared stable. For better type-safety, the ScintillaCall C++ API uses IDocumentEditable* where void* was used before which may require changes to client code that uses document pointer APIs DocPointer, SetDocPointer, CreateDocument, AddRefDocument, and ReleaseDocument.
2. Ctrl-click on a selection deselects it in multiple selection mode.
3. Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
4. Add SCI_SETMOVEEXTENDSSELECTION and SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.
5. Improve performance of global replace by reducing cache invalidation overhead. [Feature #1502](https://sourceforge.net/p/scintilla/feature-requests/1502/).
6. Fix regular expression search for "\<" matching beginning of search when not beginning of word and for "\>" not matching line end. [Bug #2157](https://sourceforge.net/p/scintilla/bugs/2157/).
7. Fix regular expression search failure when search for "\<" followed by search for "\>". [Bug #2413](https://sourceforge.net/p/scintilla/bugs/2413/).
8. Fix regular expression assertion (^, $, \b. \B) failures when using SCFIND_CXX11REGEX. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
9. Fix regular expression bug in reverse direction where shortened match returned. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
10. Avoid character fragments in regular expression search results. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
11. With a document that does not have the SC_DOCUMENTOPTION_TEXT_LARGE option set, allocating more than 2G (calling SCI_ALLOCATE or similar) will now fail with SC_STATUS_FAILURE.
12. Protect SCI_REPLACETARGET, SCI_REPLACETARGETMINIMAL, and SCI_REPLACETARGETRE from application changing target in notification handlers. [Bug #2289](https://sourceforge.net/p/scintilla/bugs/2289/).
Lexilla 5.3.0
https://www.scintilla.org/lexilla530.zip
Released 27 December 2023.
1. Fix calling AddStaticLexerModule by defining as C++ instead of C which matches header. [Bug #2421](https://sourceforge.net/p/scintilla/bugs/2421/).
2. Bash: Fix shift operator << incorrectly recognized as here-doc. [Issue #215](https://github.com/ScintillaOrg/lexilla/issues/215).
3. Bash: Fix termination of '${' with first unquoted '}' instead of nesting. [Issue #216](https://github.com/ScintillaOrg/lexilla/issues/216).
4. HTML: JavaScript double-quoted strings may escape line end with '\'. [Issue #214](https://github.com/ScintillaOrg/lexilla/issues/214).
5. Lua: recognize --- doc comments. Defined by [LDoc](https://github.com/lunarmodules/ldoc). Does not recognize --[[-- doc comments which seem less common.
Close #14375
1 year ago
|
|
|
<li>Version 5.3.0 improves Bash, HTML, and Lua.</li>
|
|
|
|
<li>Version 5.2.9 fixes potential problems on macOS 12 and older when built with Xcode 15.0.</li>
|
|
|
|
<li>Version 5.2.8 improves Python and R.</li>
|
|
|
|
<li>Version 5.2.7 improves Bash, F#, and HTML.</li>
|
Update: Scintilla 5.3.6 and Lexilla 5.2.6
update to Scinitlla Release 5.3.6 (https://www.scintilla.org/scintilla536.zip)
Released 26 July 2023.
Redraw calltip after showing as didn't update when size of new text exactly same as previous. Feature #1486.
On Win32 fix reverse arrow cursor when scaled. Bug #2382.
On Win32 hide cursor when typing if that system preference has been chosen. Bug #2333.
On Win32 and Qt, stop aligning IME candidate window to target. It is now always aligned to start of composition string. This undoes part of feature #1300. Feature #1488, Bug #2391, Feature #1300.
On Qt, for IMEs, update micro focus when selection changes. This may move the location of IME popups to align with the caret.
On Qt, implement replacement for IMEs which may help with actions like reconversion. This is similar to delete-surrounding on GTK.
and Lexilla Release 5.2.6 (https://www.scintilla.org/lexilla526.zip)
Released 26 July 2023.
Include empty word list names in value returned by DescribeWordListSets and SCI_DESCRIBEKEYWORDSETS. Issue #175, Pull request #176.
Bash: style here-doc end delimiters as SCE_SH_HERE_DELIM instead of SCE_SH_HERE_Q. Issue #177.
Bash: allow '$' as last character in string. Issue #180, Pull request #181.
Bash: fix state after expansion. Highlight all numeric and file test operators. Don't highlight dash in long option as operator. Issue #182, Pull request #183.
Bash: strict checking of special parameters ($*, $@, $$, ...) with property lexer.bash.special.parameter to specify valid parameters. Issue #184, Pull request #186.
Bash: recognize keyword before redirection operators (< and >). Issue #188, Pull request #189.
Errorlist: recognize Bash diagnostic messages.
HTML: allow ASP block to terminate inside line comment. Issue #185.
HTML: fix folding with JSP/ASP.NET <%-- comment. Issue #191.
HTML: fix incremental styling of multi-line ASP.NET directive. Issue #191.
Matlab: improve arguments blocks. Add support for multiple arguments blocks. Prevent "arguments" from being keyword in function declaration line. Fix semicolon handling. Pull request #179.
Visual Prolog: add support for embedded syntax with SCE_VISUALPROLOG_EMBEDDED and SCE_VISUALPROLOG_PLACEHOLDER.
Styling of string literals changed with no differentiation between literals with quotes and those that are prefixed with "@". Quote characters are in a separate style (SCE_VISUALPROLOG_STRING_QUOTE) to contents (SCE_VISUALPROLOG_STRING).
SCE_VISUALPROLOG_CHARACTER, SCE_VISUALPROLOG_CHARACTER_TOO_MANY, SCE_VISUALPROLOG_CHARACTER_ESCAPE_ERROR, SCE_VISUALPROLOG_STRING_EOL_OPEN, and SCE_VISUALPROLOG_STRING_VERBATIM_SPECIAL were removed (replaced with SCE_VISUALPROLOG_UNUSED[1-5]). Pull request #178.
Fix #13901, fix #13911, fix #13943, close #13940
1 year ago
|
|
|
<li>Version 5.2.6 improves Bash, Errorlist, HTML, Matlab, and Visual Prolog.</li>
|
|
|
|
</ul>
|
|
|
|
<ul id="menu">
|
|
|
|
<li id="remote1"><a href="https://www.scintilla.org/SciTEImage.html">Screenshot</a></li>
|
|
|
|
<li id="remote2"><a href="https://www.scintilla.org/LexillaDownload.html">Download</a></li>
|
|
|
|
<li><a href="https://www.scintilla.org/LexillaDoc.html">Documentation</a></li>
|
|
|
|
<li><a href="https://github.com/ScintillaOrg/lexilla/issues">Bugs</a></li>
|
|
|
|
<li id="remote3"><a href="https://www.scintilla.org/SciTE.html">SciTE</a></li>
|
|
|
|
<li><a href="https://www.scintilla.org/LexillaHistory.html">History</a></li>
|
|
|
|
<li><a href="https://www.scintilla.org/ScintillaRelated.html">Related</a></li>
|
|
|
|
<li id="remote4"><a href="https://www.scintilla.org/Privacy.html">Privacy</a></li>
|
|
|
|
</ul>
|
|
|
|
<script type="text/javascript" language="JavaScript"><!--
|
|
|
|
if (!IsRemote()) { //if NOT remote...
|
|
|
|
document.getElementById('remote1').style.display='none';
|
|
|
|
document.getElementById('remote2').style.display='none';
|
|
|
|
document.getElementById('remote3').style.display='none';
|
|
|
|
document.getElementById('remote4').style.display='none';
|
|
|
|
}
|
|
|
|
//--></script>
|
|
|
|
<p>
|
|
|
|
<a href="https://www.scintilla.org/LexillaDoc.html">Lexilla</a> is a free library of language
|
|
|
|
lexers that can be used with the <a href="https://www.scintilla.org/index.html">Scintilla</a>
|
|
|
|
editing component.
|
|
|
|
It comes with complete source code and a <a href="https://www.scintilla.org/License.txt">license</a> that
|
|
|
|
permits use in any free project or commercial product.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Originally, this functionality was incorporated inside Scintilla.
|
|
|
|
It has been extracted as a separate project to make it easier for contributors to work on
|
|
|
|
support for new languages and to fix bugs in existing lexers.
|
|
|
|
It also defines a protocol where projects can implement their own lexers and distribute
|
|
|
|
them as they wish.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Current development requires a recent C++ compiler that supports C++17.
|
|
|
|
The testing framework uses some C++20 features but the basic library only uses C++17.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Lexilla is currently available for Intel Win32, macOS, and Linux compatible operating
|
|
|
|
systems. It has been run on Windows 10, macOS 10.13+, and on Ubuntu 20.04 but is likely
|
|
|
|
to run on earlier systems as it has no GUI functionality.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
You can <a href="https://www.scintilla.org/LexillaDownload.html">download Lexilla.</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
The source code can be downloaded via Git at GitHub
|
|
|
|
<a href="https://github.com/ScintillaOrg/lexilla">Lexilla project page</a>.<br />
|
|
|
|
git clone https://github.com/ScintillaOrg/lexilla
|
|
|
|
</p>
|
|
|
|
<p>Current repository status:<br />
|
|
|
|
<a href="https://github.com/ScintillaOrg/lexilla/actions/workflows/build-check.yml"><img src="https://github.com/ScintillaOrg/lexilla/actions/workflows/build-check.yml/badge.svg" /></a><br />
|
|
|
|
<a href="https://github.com/ScintillaOrg/lexilla/actions/workflows/build-check-win32.yml"><img src="https://github.com/ScintillaOrg/lexilla/actions/workflows/build-check-win32.yml/badge.svg" /></a><br />
|
|
|
|
<a href="https://github.com/ScintillaOrg/lexilla/actions/workflows/build-check-macos.yml"><img src="https://github.com/ScintillaOrg/lexilla/actions/workflows/build-check-macos.yml/badge.svg" /></a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<a href="https://www.scintilla.org/ScintillaRelated.html">Related sites.</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<a href="https://github.com/ScintillaOrg/lexilla/issues">Bugs and other issues.</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<a href="https://www.scintilla.org/LexillaHistory.html">History and contribution credits.</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Questions and comments about Lexilla should be directed to the
|
|
|
|
<a href="https://groups.google.com/forum/#!forum/scintilla-interest">scintilla-interest</a>
|
|
|
|
mailing list,
|
|
|
|
which is for discussion of Scintilla and related projects, their bugs and future features.
|
|
|
|
This is a low traffic list, averaging less than 20 messages per week.
|
|
|
|
To avoid spam, only list members can write to the list.
|
|
|
|
New versions of Lexilla are announced on scintilla-interest.
|
|
|
|
<br />
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|