<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/EditView.cxx, branch sciteco-rel-5-6-2</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>Rename parameters to avoid clang-tidy readability-suspicious-call-argument</title>
<updated>2026-04-21T23:08:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-04-21T23:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=29f72cb83b1565132c075ba815afbaa2b6e421d1'/>
<id>29f72cb83b1565132c075ba815afbaa2b6e421d1</id>
<content type='text'>
warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy AnyOf from Lexilla to clarify code checking if a value is in a set.</title>
<updated>2026-04-13T01:31:36+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-04-13T01:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4db72474ccc799b6f39bb37604154cbcf33e08be'/>
<id>4db72474ccc799b6f39bb37604154cbcf33e08be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In visible whitespace modes, when there are contiguous spaces, paint the</title>
<updated>2026-03-06T23:27:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-03-06T23:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=482a13cf879ae07a5f6c72fba84d994bde3a4852'/>
<id>482a13cf879ae07a5f6c72fba84d994bde3a4852</id>
<content type='text'>
background of the whole space range in one FillRectangleAligned call instead of
a call per space.
This reduces graphics calls and eliminates seams between the spaces when drawn
in some scaled environments.
The main background filling call was moved outside the representation test to
emphasize that it always occurs thus causing all the text area to have a defined
background colour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
background of the whole space range in one FillRectangleAligned call instead of
a call per space.
This reduces graphics calls and eliminates seams between the spaces when drawn
in some scaled environments.
The main background filling call was moved outside the representation test to
emphasize that it always occurs thus causing all the text area to have a defined
background colour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore background when EOL annotation with curved or angled sides drawn.</title>
<updated>2026-03-02T08:27:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-03-02T08:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3e08cdd477397df9fd3149e8aea02734427807ba'/>
<id>3e08cdd477397df9fd3149e8aea02734427807ba</id>
<content type='text'>
Bug added in 5.5.9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug added in 5.5.9.
</pre>
</div>
</content>
</entry>
<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>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>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>
