<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch master</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Add SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR).</title>
<updated>2026-02-25T23:38:16+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>rhaberkorn@fmsbw.de</email>
</author>
<published>2026-02-25T23:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7621fda67d13735836c6f050d1eec8c691a68292'/>
<id>7621fda67d13735836c6f050d1eec8c691a68292</id>
<content type='text'>
Allows rendering tabs (ASCII 9) with character representations like any other
control character.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows rendering tabs (ASCII 9) with character representations like any other
control character.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag rel-5-6-0 for changeset a95193138696</title>
<updated>2026-02-25T07:21:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-25T07:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=be966e893a6453f1f94bf13def75ef14b1a7a4b4'/>
<id>be966e893a6453f1f94bf13def75ef14b1a7a4b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for version 5.6.0.</title>
<updated>2026-02-25T07:13:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-25T07:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1e061dfb97ed5c3890e46691678f293a0b2f9d52'/>
<id>1e061dfb97ed5c3890e46691678f293a0b2f9d52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash on Linux when window too narrow so rcLine is empty. Clamp(rcLine</title>
<updated>2026-02-25T07:02:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-25T07:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e0279b297b16cf6c997e8732697d6755442448b1'/>
<id>e0279b297b16cf6c997e8732697d6755442448b1</id>
<content type='text'>
calls std::clamp on negative range producing undefined behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
calls std::clamp on negative range producing undefined behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag rel-5-5-9 for changeset 76c8666d5140</title>
<updated>2026-02-24T21:29:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-24T21:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3a96061c7eb0c3b72d68ba230a1f6e8bfc10d878'/>
<id>3a96061c7eb0c3b72d68ba230a1f6e8bfc10d878</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for version 5.5.9.</title>
<updated>2026-02-20T22:05:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-20T22:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=820bce1b0a406a9dbefaaa3e12992dc27a730680'/>
<id>820bce1b0a406a9dbefaaa3e12992dc27a730680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When a line end is not selected, change the colour of the rectangle that</title>
<updated>2026-02-18T02:40:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-18T02:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4405f60a2107d3873724930af061a49b03d4b8e7'/>
<id>4405f60a2107d3873724930af061a49b03d4b8e7</id>
<content type='text'>
indicates the line end is selected to white space background instead of previous
character's background except for EOL filled style.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
indicates the line end is selected to white space background instead of previous
character's background except for EOL filled style.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hoist calculation of virtual space on a line into a method and simplify callers.</title>
<updated>2026-02-18T02:21:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-18T02:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1ffe844d22600a4acd248c14bd0006e000622d93'/>
<id>1ffe844d22600a4acd248c14bd0006e000622d93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify code and harmonize types when drawing line end blobs in DrawEOL.</title>
<updated>2026-02-18T01:36:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-18T01:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cc4f8a10905045aed04ae8c48a34581e16752dcb'/>
<id>cc4f8a10905045aed04ae8c48a34581e16752dcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify conversion of line end bytes to representation for visible line ends.</title>
<updated>2026-02-13T00:05:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-13T00:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5a52597b3e27ed693c996faef7e02fc381e7affd'/>
<id>5a52597b3e27ed693c996faef7e02fc381e7affd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
