Upcoming 5.5.3 release

25 views
Skip to first unread message

ne...@scintilla.org

unread,
Oct 13, 2024, 6:08:49 PMOct 13
to Scintilla mailing list, scite-i...@googlegroups.com
New versions of Lexilla (5.4.1), Scintilla (5.5.3), and SciTE (5.5.3) will be released soon on the 18th.

New lexers were added to Lexilla for Dart, troff, and Zig.

Changes:

• SciTE
• Fix find and replace of regular expression like ^.*$ that may match empty range. Find Next previously failed on subsequent searches.
• Fix marking each match of a regular expression like ^$ for an empty line so it doesn't get stuck, time out, then stop after one segment.

• Lexilla 5.4.1
• Lexer added for Dart "dart". Pull request #265, Pull request #275.
• Lexer added for troff / nroff "troff". Pull request #264.
• Lexer added for Zig "zig". Pull request #267.
• F#: Include EOLs in the style range of SCE_FSHARP_COMMENTLINE. Stabilizes EOL detection when folding line comment groups. Issue #276.
• F#: Fix per-line folding in F# documents. Issue #277.
• HTML: Improve SGML/DTD lexing. Don't terminate SGML when > inside quoted string. Lex both [ and ] as SCE_H_SGML_DEFAULT. Nested sections handled instead of switching to SCE_H_SGML_ERROR. Issue #272.
• JavaScript: New SCE_HJ_TEMPLATELITERAL and SCE_HJA_TEMPLATELITERAL styles for template literals when lexer is hypertext, or xml. Issue #280.
• PHP: Fix failure to recognize PHP start "<?php' at end of document. Caused by not capping retrieval range at document end causing no text to be retrieved. Issue #269.
• Smalltalk: Fix scaled decimal numbers without decimal separator. Pull request #274.

• Scintilla 5.5.3
• On Win32 change direction of horizontal mouse wheel and touchpad scrolling to match other applications. Bug #2449.

The committed changes can be examined either in the repositories

git clone https://github.com/ScintillaOrg/lexilla
hg clone http://hg.code.sf.net/p/scintilla/code scintilla
hg clone http://hg.code.sf.net/p/scintilla/scite

or from

https://www.scintilla.org/scite.zip Source
https://www.scintilla.org/wscite.zip Windows executable (64-bit)

Neil

Reply all
Reply to author
Forward
0 new messages