Re: Upcoming 5.5.8 release

"[email protected]" <[email protected]> Fri, 7 Nov 2025 15:21:47 +0800
Newsgroups gmane.editors.scite.general
Message-ID <[email protected]>
This is a multi-part message in MIME format.

------=_001_NextPart265733562010_=----
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Dear Neil,
I'm using Scintilla 5.5.7. I haven't followed the Scite architecture; just =
implementing accord on the Scintilla documentation.

now i have a question need help.

Problem Description:=20
I have a line of code, for example, "a =3D generate_keypair( 010001 )".
I type "e" at the "_", and a list pops up containing "generate_ecc_keypair"=
. Then I press Enter. My code first deletes `generate_keypair` and then add=
s `generate_ecc_keypair` .
The auto-completion function works, and the caret stops after the `generate=
_ecc_keypair` words.

If I move the caret to the previous or next line and then back, the caret p=
os is changed,  after `keypair` several characters, how to make caret still=
 at the end of `keypair`.



[email protected]
=20
From: Neil Hodgson
Date: 2025-11-05 07:19
To: scintilla-interest; scite-interest
Subject: [scite] Upcoming 5.5.8 release
New versions of Lexilla (5.4.6), Scintilla (5.5.8), and SciTE (5.5.8)
will be released soon in a few days.
=20
Changes:
=20
=E2=80=A2 Lexilla 5.4.6
=E2=80=A2 Lexer added for SINEX "sinex". Pull request #329.
=E2=80=A2 Update character categories to Unicode 16. Feature #1569.
=E2=80=A2 Errorlist: Allow "bright" ANSI sequences (ESC[90m - ESC[97m). Pul=
l
request #332.
=E2=80=A2 Progress: Treat '.' as part of compound identifiers instead of as=
 an
operator between identifiers. Pull request #316.
=E2=80=A2 Python: Support t-strings t\"var=3D{var}\" added by Python 3.14. =
Pull
request #328.
=20
=E2=80=A2 Scintilla 5.5.8
=E2=80=A2 Change format for SCI_GETSELECTIONSERIALIZED. Feature #1563.
=E2=80=A2 Ensure selection drawn correctly when selection restored by undo.=
 Bug #2487.
=E2=80=A2 Update to Unicode 16. Feature #1569.
=E2=80=A2 Fix bug when indenting rectangular selection. Feature #1567.
=E2=80=A2 Add PTRDIFF_DOESNT_ALIAS_INT preprocessor choice.
=E2=80=A2 On Win32, force autocompletion list colours to be opaque. Enlarge
bitmap to avoid visible blank background between items. Bug #2482.
=E2=80=A2 On Cocoa, fix crash with bidirectional mode when scrolled before
start of document.
=E2=80=A2 On Cocoa, use same default calltip colours as other platforms for
consistency. Bug #2486.
=20
The committed changes can be examined either in the repositories
=20
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
=20
or from
=20
https://www.scintilla.org/scite.zip Source
https://www.scintilla.org/wscite.zip Windows executable (64-bit)
=20
Neil
=20
--=20
You received this message because you are subscribed to the Google Groups "=
scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/scite-inter=
est/CACWkrTiw0wOp%3D_yazxxTVdK9z9Tvq8fEn4gAP4JYoe6zpGrZzQ%40mail.gmail.com.

--=20
You received this message because you are subscribed to the Google Groups "=
scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/scite-inter=
est/202511071521468072576%40163.com.

------=_001_NextPart265733562010_=----
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charset=
=3DUTF-8"><style>body { line-height: 1.5; }blockquote { margin-top: 0px; ma=
rgin-bottom: 0px; margin-left: 0.5em; }body { font-size: 14px; font-family:=
 "Microsoft YaHei UI"; color: rgb(0, 0, 0); line-height: 1.5; }</style></he=
ad><body>
<div><span></span>Dear Neil,</div><div><div>I'm using Scintilla 5.5.7. I ha=
ven't followed the Scite architecture; just implementing accord on the Scin=
tilla documentation.</div><div><br></div><div>now i have a question need he=
lp.</div><div><br></div><div>Problem Description:&nbsp;</div><div>I have a =
line of code, for example, "<span style=3D"background-color: rgb(255, 0, 0)=
;">a =3D generate</span><span style=3D"background-color: rgb(51, 153, 102);=
">_</span><span style=3D"background-color: rgb(255, 0, 0);">keypair( 010001=
 )</span>".</div><div>I type <span style=3D"background-color: rgb(255, 0, 0=
);">"e"</span>&nbsp;at the <span style=3D"background-color: rgb(51, 153, 10=
2);">"_"</span>, and a list pops up containing "<span style=3D"background-c=
olor: rgb(0, 255, 255);">generate_ecc_keypair</span>". Then I press Enter. =
My code first deletes `generate_keypair` and then adds `generate_ecc_keypai=
r` .</div><div>The auto-completion function works, and the caret stops afte=
r the `<span style=3D"background-color: rgb(0, 255, 255);">generate_ecc_key=
pair</span>` words.</div><div><br></div><div>If I move the caret to the pre=
vious or next line and then back, the caret pos is changed,&nbsp; after `ke=
ypair` several characters, how to make caret still at the end of `keypair`.=
</div></div>
<div><br></div><hr style=3D"width: 210px; height: 1px;" color=3D"#b5c4df" s=
ize=3D"1" align=3D"left">
<div><span><div style=3D"MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10p=
t"><div>[email protected]</div></div></span></div>
<blockquote style=3D"margin-Top: 0px; margin-Bottom: 0px; margin-Left: 0.5e=
m; margin-Right: inherit"><div>&nbsp;</div><div style=3D"border:none;border=
-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm"><div style=3D"PADDING-R=
IGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 12px;FONT-FAMILY:tahoma;COLOR:#000=
000; BACKGROUND: #efefef; PADDING-BOTTOM: 8px; PADDING-TOP: 8px"><div><b>Fr=
om:</b>&nbsp;<a href=3D"mailto:[email protected]">Neil Hodgson</a><=
/div><div><b>Date:</b>&nbsp;2025-11-05&nbsp;07:19</div><div><b>To:</b>&nbsp=
;<a href=3D"mailto:[email protected]">scintilla-interest<=
/a>; <a href=3D"mailto:[email protected]">scite-interest</a><=
/div><div><b>Subject:</b>&nbsp;[scite] Upcoming 5.5.8 release</div></div></=
div><div><div>New versions of Lexilla (5.4.6), Scintilla (5.5.8), and SciTE=
 (5.5.8)</div>
<div>will be released soon in a few days.</div>
<div>&nbsp;</div>
<div>Changes:</div>
<div>&nbsp;</div>
<div>=E2=80=A2 Lexilla 5.4.6</div>
<div>=E2=80=A2 Lexer added for SINEX "sinex". Pull request #329.</div>
<div>=E2=80=A2 Update character categories to Unicode 16. Feature #1569.</d=
iv>
<div>=E2=80=A2 Errorlist: Allow "bright" ANSI sequences (ESC[90m - ESC[97m)=
. Pull</div>
<div>request #332.</div>
<div>=E2=80=A2 Progress: Treat '.' as part of compound identifiers instead =
of as an</div>
<div>operator between identifiers. Pull request #316.</div>
<div>=E2=80=A2 Python: Support t-strings t\"var=3D{var}\" added by Python 3=
.14. Pull</div>
<div>request #328.</div>
<div>&nbsp;</div>
<div>=E2=80=A2 Scintilla 5.5.8</div>
<div>=E2=80=A2 Change format for SCI_GETSELECTIONSERIALIZED. Feature #1563.=
</div>
<div>=E2=80=A2 Ensure selection drawn correctly when selection restored by =
undo. Bug #2487.</div>
<div>=E2=80=A2 Update to Unicode 16. Feature #1569.</div>
<div>=E2=80=A2 Fix bug when indenting rectangular selection. Feature #1567.=
</div>
<div>=E2=80=A2 Add PTRDIFF_DOESNT_ALIAS_INT preprocessor choice.</div>
<div>=E2=80=A2 On Win32, force autocompletion list colours to be opaque. En=
large</div>
<div>bitmap to avoid visible blank background between items. Bug #2482.</di=
v>
<div>=E2=80=A2 On Cocoa, fix crash with bidirectional mode when scrolled be=
fore</div>
<div>start of document.</div>
<div>=E2=80=A2 On Cocoa, use same default calltip colours as other platform=
s for</div>
<div>consistency. Bug #2486.</div>
<div>&nbsp;</div>
<div>The committed changes can be examined either in the repositories</div>
<div>&nbsp;</div>
<div>git clone https://github.com/ScintillaOrg/lexilla</div>
<div>hg clone http://hg.code.sf.net/p/scintilla/code scintilla</div>
<div>hg clone http://hg.code.sf.net/p/scintilla/scite</div>
<div>&nbsp;</div>
<div>or from</div>
<div>&nbsp;</div>
<div>https://www.scintilla.org/scite.zip Source</div>
<div>https://www.scintilla.org/wscite.zip Windows executable (64-bit)</div>
<div>&nbsp;</div>
<div>Neil</div>
<div>&nbsp;</div>
<div>-- </div>
<div>You received this message because you are subscribed to the Google Gro=
ups "scite-interest" group.</div>
<div>To unsubscribe from this group and stop receiving emails from it, send=
 an email to [email protected].</div>
<div>To view this discussion visit https://groups.google.com/d/msgid/scite-=
interest/CACWkrTiw0wOp%3D_yazxxTVdK9z9Tvq8fEn4gAP4JYoe6zpGrZzQ%40mail.gmail=
.com.</div>
</div></blockquote>
</body></html>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups &=
quot;scite-interest&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:[email protected]">scit=
[email protected]</a>.<br />
To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/=
scite-interest/202511071521468072576%40163.com?utm_medium=3Demail&utm_sourc=
e=3Dfooter">https://groups.google.com/d/msgid/scite-interest/20251107152146=
8072576%40163.com</a>.<br />

------=_001_NextPart265733562010_=------