<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/EditView.cxx, branch rel-5-5-9</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>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>
<entry>
<title>Simplify drawing of eol-is-selected rectangle.</title>
<updated>2026-02-12T03:32:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-12T03:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=61d42a0c3fb9e68adb5fdb9c7fa0a32b51026c4b'/>
<id>61d42a0c3fb9e68adb5fdb9c7fa0a32b51026c4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use const and simplify expressions in DrawEOL.</title>
<updated>2026-02-12T00:26:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-12T00:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff84cdfd1e3b13d2e875e5078a7c7256df086ac6'/>
<id>ff84cdfd1e3b13d2e875e5078a7c7256df086ac6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify FillLineRemainder and calling FillLineRemainder.</title>
<updated>2026-02-07T23:23:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-07T23:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1a5754989a4bb34dcd97a4a2adb6ee152c2f5328'/>
<id>1a5754989a4bb34dcd97a4a2adb6ee152c2f5328</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use std::array for text measurement cases where it only adds a little code.</title>
<updated>2026-02-07T02:32:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-07T02:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=077d02e8373c2b651b147bdc592ac2a09ca96601'/>
<id>077d02e8373c2b651b147bdc592ac2a09ca96601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warning avoidance and code tidying.</title>
<updated>2026-02-07T02:15:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-07T02:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=41bd589bbafd745563622aa910d7bfcd501fb409'/>
<id>41bd589bbafd745563622aa910d7bfcd501fb409</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid some warnings to make more interesting issues visible.</title>
<updated>2026-02-07T00:55:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-07T00:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2345f51b8fea92bf794300c5b4373ee3c03eb1e0'/>
<id>2345f51b8fea92bf794300c5b4373ee3c03eb1e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
