Groups
Groups
Sign in
Groups
Groups
scintilla-interest
Conversations
About
Send feedback
Help
scintilla-interest
1–30 of 2500
Mark all as read
Report group
0 selected
Robin Haberkorn
,
Neil Hodgson
3
Mar 10
SCI_GETCOLUMN/SCI_FINDCOLUMN does not take character representations into account
On Tue Mar 10, 2026 at 22:02:14 GMT +01, Neil Hodgson wrote: > Yes. One of the roles of these APIs
unread,
SCI_GETCOLUMN/SCI_FINDCOLUMN does not take character representations into account
On Tue Mar 10, 2026 at 22:02:14 GMT +01, Neil Hodgson wrote: > Yes. One of the roles of these APIs
Mar 10
Neil
, …
John Ehresman
5
Mar 6
Decreasing seams in scaled windows
John: One way to draw to raw pixels is to render to a full size pixmap, set the device pixel ratio to
unread,
Decreasing seams in scaled windows
John: One way to draw to raw pixels is to render to a full size pixmap, set the device pixel ratio to
Mar 6
Robin Haberkorn
,
Neil
9
Feb 28
[scintilla] [patch] added SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR)
On Fri Feb 27, 2026 at 07:29:59 GMT +01, Neil Hodgson wrote: > Originally used the Windows version
unread,
[scintilla] [patch] added SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR)
On Fri Feb 27, 2026 at 07:29:59 GMT +01, Neil Hodgson wrote: > Originally used the Windows version
Feb 28
Neil Hodgson
Feb 25
Scintilla 5.6.0 released
Scintilla is a cross-platform source code editing component. Scintilla 5.6.0 is now available from
unread,
Scintilla 5.6.0 released
Scintilla is a cross-platform source code editing component. Scintilla 5.6.0 is now available from
Feb 25
Neil Hodgson
Feb 24
Scintilla 5.5.9 released
Scintilla is a cross-platform source code editing component. Scintilla 5.5.9 is now available from
unread,
Scintilla 5.5.9 released
Scintilla is a cross-platform source code editing component. Scintilla 5.5.9 is now available from
Feb 24
Neil Hodgson
Feb 24
Lexilla 5.4.7 released
Lexilla is a library of lexers that can be used with Scintilla or independently. https://www.
unread,
Lexilla 5.4.7 released
Lexilla is a library of lexers that can be used with Scintilla or independently. https://www.
Feb 24
Neil
Feb 21
Upcoming 5.5.9 release
New versions of Lexilla (5.4.7), Scintilla (5.5.9), and SciTE (5.5.9) will be released soon in a few
unread,
Upcoming 5.5.9 release
New versions of Lexilla (5.4.7), Scintilla (5.5.9), and SciTE (5.5.9) will be released soon in a few
Feb 21
Robin Haberkorn
, …
Neil Hodgson
3
Feb 18
[scintilla] [patch] added SC_LINE_END_TYPE_NONE
While I can see that SC_LINE_END_TYPE_NONE could be useful, its interactions with other parts of
unread,
[scintilla] [patch] added SC_LINE_END_TYPE_NONE
While I can see that SC_LINE_END_TYPE_NONE could be useful, its interactions with other parts of
Feb 18
Neil Hodgson
Feb 18
Windows code signing of DLLs
Windows executables in SciTE downloads will include digital signatures. The certificate used is from
unread,
Windows code signing of DLLs
Windows executables in SciTE downloads will include digital signatures. The certificate used is from
Feb 18
Neil
,
Neil Hodgson
2
Feb 18
Line end rectangle
Me: I am inclined to draw this area in the global background colour like the remainder of the line
unread,
Line end rectangle
Me: I am inclined to draw this area in the global background colour like the remainder of the line
Feb 18
Roger Tunnicliffe
,
Neil Hodgson
10
12/30/25
Cannot load a lexer
Hi Neil, not sure if you monitor this that closely but I have managed to get this working. (I'm
unread,
Cannot load a lexer
Hi Neil, not sure if you monitor this that closely but I have managed to get this working. (I'm
12/30/25
Sergey Bugaev
, …
Neil Hodgson
9
12/10/25
Scintilla GTK 4 port
Me: > wrote some code that coalesced adjacent background rectangles and only drew when the
unread,
Scintilla GTK 4 port
Me: > wrote some code that coalesced adjacent background rectangles and only drew when the
12/10/25
Neil
, …
Matt Gilarde
3
11/25/25
Updating to MSVC 2026
We also support 32-bit because our application allows users to load DLLs and in some cases only 32-
unread,
Updating to MSVC 2026
We also support 32-bit because our application allows users to load DLLs and in some cases only 32-
11/25/25
Neil
11/12/25
Regular expression matching in errorlist lexer
Users and app developers may encounter new diagnostic patterns that are not recognized by the
unread,
Regular expression matching in errorlist lexer
Users and app developers may encounter new diagnostic patterns that are not recognized by the
11/12/25
Thomas Linder Puls
,
Neil Hodgson
5
11/12/25
Editor blank after screen saver (DirectWrite)
Thank you. The "glitch" has reappeared, so I tried the other technologies and
unread,
Editor blank after screen saver (DirectWrite)
Thank you. The "glitch" has reappeared, so I tried the other technologies and
11/12/25
Neil Hodgson
11/10/25
Scintilla 5.5.8 released
Scintilla is a cross-platform source code editing component. Scintilla 5.5.8 is now available from
unread,
Scintilla 5.5.8 released
Scintilla is a cross-platform source code editing component. Scintilla 5.5.8 is now available from
11/10/25
Neil Hodgson
11/10/25
Lexilla 5.4.6 released
Lexilla is a library of lexers that can be used with Scintilla or independently. https://www.
unread,
Lexilla 5.4.6 released
Lexilla is a library of lexers that can be used with Scintilla or independently. https://www.
11/10/25
Neil Hodgson
11/4/25
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
unread,
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
11/4/25
Robin Haberkorn
, …
Neil
25
11/3/25
[PATCH] support ptrdiff_t if it has the same storage size as int, but does not alias it
Robin Haberkorn: Here's yet another version of the patch, updating ScintillaDoc.html. OK,
unread,
[PATCH] support ptrdiff_t if it has the same storage size as int, but does not alias it
Robin Haberkorn: Here's yet another version of the patch, updating ScintillaDoc.html. OK,
11/3/25
Robin Haberkorn
,
Neil Hodgson
4
9/27/25
Minimum GCC version
On Sat Sep 27, 2025 at 04:07:12 GMT +03, Neil Hodgson wrote: > Supporting older compiler versions
unread,
Minimum GCC version
On Sat Sep 27, 2025 at 04:07:12 GMT +03, Neil Hodgson wrote: > Supporting older compiler versions
9/27/25
ISTICG BERRECHID
,
Mitchell
4
8/3/25
a lexilla lexer crashes
Hi, > On Aug 3, 2025, at 3:02 PM, ISTICG BERRECHID <ist...@gmail.com> wrote: > > Hi,
unread,
a lexilla lexer crashes
Hi, > On Aug 3, 2025, at 3:02 PM, ISTICG BERRECHID <ist...@gmail.com> wrote: > > Hi,
8/3/25
Neil Hodgson
,
Andrew Truckle
2
7/10/25
Away till September
Have a well earned rest. On Thursday, 3 July 2025 at 23:46:05 UTC+1 Neil Hodgson wrote: Due to
unread,
Away till September
Have a well earned rest. On Thursday, 3 July 2025 at 23:46:05 UTC+1 Neil Hodgson wrote: Due to
7/10/25
Greg Smith
,
Neil Hodgson
2
6/22/25
Re: [scintilla] Digest for scintilla-interest@googlegroups.com - 2 updates in 1 topic
Greg Smith: ... I had similar warnings from my main project and just killed off all generation of
unread,
Re: [scintilla] Digest for scintilla-interest@googlegroups.com - 2 updates in 1 topic
Greg Smith: ... I had similar warnings from my main project and just killed off all generation of
6/22/25
Andrew Truckle
,
Neil Hodgson
3
6/20/25
Compiling 5.5.7
Maybe flag it with VS on their support site? Leave it with you. On Saturday, 21 June 2025 at 03:50:05
unread,
Compiling 5.5.7
Maybe flag it with VS on their support site? Leave it with you. On Saturday, 21 June 2025 at 03:50:05
6/20/25
chinh...@gmail.com
,
Neil Hodgson
2
6/14/25
ctrl+drag selection change in behavior
chinh...: > ctrl key + mouse drag will no longer copy and paste selected text but instead will
unread,
ctrl+drag selection change in behavior
chinh...: > ctrl key + mouse drag will no longer copy and paste selected text but instead will
6/14/25
Neil Hodgson
6/7/25
Scintilla 5.5.7 released
Scintilla is a cross-platform source code editing component. Scintilla 5.5.7 is now available from
unread,
Scintilla 5.5.7 released
Scintilla is a cross-platform source code editing component. Scintilla 5.5.7 is now available from
6/7/25
Neil Hodgson
6/7/25
Lexilla 5.4.5 released
Lexilla is a library of lexers that can be used with Scintilla or independently. https://www.
unread,
Lexilla 5.4.5 released
Lexilla is a library of lexers that can be used with Scintilla or independently. https://www.
6/7/25
Mitchell
,
Neil
4
6/4/25
[PATCH] Marker symbol draw on sublines
> > With my proposed solution, I was also thinking of handling cases where clients define
unread,
[PATCH] Marker symbol draw on sublines
> > With my proposed solution, I was also thinking of handling cases where clients define
6/4/25
Neil Hodgson
6/3/25
Upcoming 5.5.7 release
New versions of Lexilla (5.4.4), Scintilla (5.5.7), and SciTE (5.5.7) will be released soon in a few
unread,
Upcoming 5.5.7 release
New versions of Lexilla (5.4.4), Scintilla (5.5.7), and SciTE (5.5.7) will be released soon in a few
6/3/25
Mitchell
2
6/2/25
Track changes markers on wrapped lines (or any markers for that matter)
Hi, > On Jun 2, 2025, at 10:44 PM, Mitchell <co...@foicica.com> wrote: > > Hi, >
unread,
Track changes markers on wrapped lines (or any markers for that matter)
Hi, > On Jun 2, 2025, at 10:44 PM, Mitchell <co...@foicica.com> wrote: > > Hi, >
6/2/25