<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/Document.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>Small optimizations and adding noexcept for column calculations.</title>
<updated>2026-01-26T00:53:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-01-26T00:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=db1e3e906de332fe783b99d5ed464f8a7fda8942'/>
<id>db1e3e906de332fe783b99d5ed464f8a7fda8942</id>
<content type='text'>
Caches document length and specializes for ASCII characters in FindColumn.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caches document length and specializes for ASCII characters in FindColumn.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2491]. Fix lexing after undo at end of document.</title>
<updated>2026-01-07T00:51:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-01-07T00:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0627663abd14c81cafde85ce9cc0502d9bc3a6c3'/>
<id>0627663abd14c81cafde85ce9cc0502d9bc3a6c3</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 where reasonable.</title>
<updated>2025-12-03T22:28:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-12-03T22:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7d96cb472c1176dde2e8bf19ae351c20b6d1d680'/>
<id>7d96cb472c1176dde2e8bf19ae351c20b6d1d680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove line end space.</title>
<updated>2025-05-24T07:43:14+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-05-24T07:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aca9ce76597949b0429caa882df164702cdb92b0'/>
<id>aca9ce76597949b0429caa882df164702cdb92b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify wrapping fix to be more efficient.</title>
<updated>2025-05-17T23:24:34+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-05-17T23:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=89e74637ef701d63828ef39bc16fb85323f0413c'/>
<id>89e74637ef701d63828ef39bc16fb85323f0413c</id>
<content type='text'>
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16373
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16373
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrapping bug for UTF-8 where \r\n could wrap between the characters.</title>
<updated>2025-05-16T01:47:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-05-16T01:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a9d050f5145f572542c986f1bcdcdf1c3514f1e9'/>
<id>a9d050f5145f572542c986f1bcdcdf1c3514f1e9</id>
<content type='text'>
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16373
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16373
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence warning with intermediate constant.</title>
<updated>2025-05-16T01:40:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-05-16T01:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d740cae0763d8b3730836e9bd558bf44c5e41eb6'/>
<id>d740cae0763d8b3730836e9bd558bf44c5e41eb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove else after return when that clarifies code.</title>
<updated>2025-05-14T23:38:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-05-14T23:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=58c1443c64fb3c42b22e6184c81ee3d6fa42edab'/>
<id>58c1443c64fb3c42b22e6184c81ee3d6fa42edab</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 fix impossible INTEGER_OVERFLOW warning from Coverity.</title>
<updated>2025-04-07T23:55:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-04-07T23:55:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4e19675d86a4e9102b1aef5d16df3977d4ef2b61'/>
<id>4e19675d86a4e9102b1aef5d16df3977d4ef2b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix impossible INTEGER_OVERFLOW warning from Coverity.</title>
<updated>2025-04-07T23:52:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-04-07T23:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a50597cb964a00bc4dccfafbda1501a0e14d32b9'/>
<id>a50597cb964a00bc4dccfafbda1501a0e14d32b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
