Upcoming 5.5.3 release

"[email protected]" <[email protected]> Sun, 13 Oct 2024 22:08:43 +0000 (UTC)
Newsgroups gmane.comp.lib.scintilla.devel,gmane.editors.scite.general
Message-ID <[email protected]>
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:

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

    =E2=80=A2 Lexilla 5.4.1
        =E2=80=A2 Lexer added for Dart "dart". Pull request #265, Pull requ=
est #275.
        =E2=80=A2 Lexer added for troff / nroff "troff". Pull request #264.
        =E2=80=A2 Lexer added for Zig "zig". Pull request #267.
        =E2=80=A2 F#: Include EOLs in the style range of SCE_FSHARP_COMMENT=
LINE. Stabilizes EOL detection when folding line comment groups. Issue #276=
.
        =E2=80=A2 F#: Fix per-line folding in F# documents. Issue #277.
        =E2=80=A2 HTML: Improve SGML/DTD lexing. Don't terminate SGML when =
> inside quoted string. Lex both [ and ] as SCE_H_SGML_DEFAULT. Nested sect=
ions handled instead of switching to SCE_H_SGML_ERROR. Issue #272.
        =E2=80=A2 JavaScript: New SCE_HJ_TEMPLATELITERAL and SCE_HJA_TEMPLA=
TELITERAL styles for template literals when lexer is hypertext, or xml. Iss=
ue #280.
        =E2=80=A2 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.
        =E2=80=A2 Smalltalk: Fix scaled decimal numbers without decimal sep=
arator. Pull request #274.

    =E2=80=A2 Scintilla 5.5.3
        =E2=80=A2 On Win32 change direction of horizontal mouse wheel and t=
ouchpad 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

--=20
You received this message because you are subscribed to the Google Groups "=
scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/=
scintilla-interest/0947D177-5AEA-4436-A7D2-B8B3A74ED91B%40scintilla.org.