mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-08-23 02:38:28 +02:00
update to https://www.scintilla.org/scintilla533.zip with: 1. Released 8 February 2023. 2. Fix SCI_LINESJOIN bug where carriage returns were incorrectly retained. Bug #2372. 3. Fix SCI_VERTICALCENTRECARET to update the vertical scroll position. 4. When an autocompletion list is shown in response to SCN_CHARADDED, do not process character as fill-up or stop. This avoids closing immediately when a character may both trigger and finish autocompletion. 5. On Cocoa fix character input bug where dotless 'i' and some other extended Latin characters could not be entered. The change also stops SCI_ASSIGNCMDKEY from working with these characters on Cocoa. Bug #2374. 6. On GTK, support IME context. Feature #1476. 7. On GTK on Win32, fix scrolling speed to not be too fast. Bug #2375. 8. On Qt, fix indicator drawing past left of text pane over margin. Bug #2373, Bug #1956. 9. On Qt, allow scrolling with mouse wheel when scroll bar hidden. and https://www.scintilla.org/lexilla522.zip with 1. Released 8 February 2023. 2. C++: Fix keywords that start with non-ASCII. Also affects other lexers. Issue #130. 3. Matlab: Include more prefix and suffix characters in numeric literals. Issue #120. 4. Matlab: More accurate treatment of line ends inside strings. Matlab and Octave are different here. Issue #18. 5. Modula-3: Don't treat identifier suffix that matches keyword as keyword. Issue #129. 6. Modula-3: Fix endless loop in folder. Issue #128. 7. Modula-3: Fix access to lines beyond document end in folder. Issue #131. 8. Python: Don't highlight match and case as keywords in contexts where they probably aren't used as keywords. Pull request #122. 9. X12: Support empty envelopes. Bug #2369. update CMakeLists.txt to latest changes within vcxproj file Close #13082
164 lines
7.2 KiB
HTML
164 lines
7.2 KiB
HTML
<?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." />
|
|
<meta name="Date.Modified" content="20230208" />
|
|
<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">
|
|
<font color="#FFCC99" size="3">Release version 5.2.2<br />
|
|
Site last modified February 8 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">
|
|
<li>Version 5.2.2 improves C++, Matlab, Modula-3, Python, and X12.</li>
|
|
<li>Version 5.2.1 improves Batch, F#, Markdown, and PowerShell.</li>
|
|
<li>Version 5.2.0 improves PowerShell and R.</li>
|
|
<li>Version 5.1.9 improves Julia and Properties.</li>
|
|
<li>Version 5.1.8 improves F#, MS SQL, PowerShell, and Visual Prolog.</li>
|
|
<li>Version 5.1.7 improves CMake, HTML, Matlab, Raku, Ruby, and VHDL.</li>
|
|
<li>Version 5.1.6 improves Markdown and Ruby.</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>
|
|
|