<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch 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>Add error status SC_STATUS_OUTSIDE_DOCUMENT that is set when operations are</title>
<updated>2026-04-23T00:42:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-04-23T00:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fc5004a9e14cfd5c462abca0c8af3cab614aa48d'/>
<id>fc5004a9e14cfd5c462abca0c8af3cab614aa48d</id>
<content type='text'>
attempted on a position outside the document.
Positions are checked earlier to prevent actions partly succeeding.
This is implemented with a new exception type Failure which should be caught by
platform layer's API handling code to produce a more granular error status.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
attempted on a position outside the document.
Positions are checked earlier to prevent actions partly succeeding.
This is implemented with a new exception type Failure which should be caught by
platform layer's API handling code to produce a more granular error status.
</pre>
</div>
</content>
</entry>
<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>Assert that string is being inserted inside the document range.</title>
<updated>2026-04-21T23:07:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-04-21T23:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1d3381851bb6d0283055c19052a95eb48c4e4ac2'/>
<id>1d3381851bb6d0283055c19052a95eb48c4e4ac2</id>
<content type='text'>
This would be caught in SplitVector::InsertFromArray but this simplifies the
failure and avoids potential for modifications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This would be caught in SplitVector::InsertFromArray but this simplifies the
failure and avoids potential for modifications.
</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>Use constant declarations and avoid else to silence warnings.</title>
<updated>2026-04-13T01:28:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-04-13T01:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=59d707bee0292d434513b28bcbfa7257c56a910c'/>
<id>59d707bee0292d434513b28bcbfa7257c56a910c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace use of `enum` where this produced warnings from Xcode 26.4 with `static constexpr int`.</title>
<updated>2026-03-30T23:02:15+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-03-30T23:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=605a0ebaa030f2866bf6c4966b3581a8c8486425'/>
<id>605a0ebaa030f2866bf6c4966b3581a8c8486425</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1582]. Improve performance of Document::SetStyles.</title>
<updated>2026-03-30T07:30:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-03-30T07:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f07caccbf33acd188cbe4961ece30251102351cc'/>
<id>f07caccbf33acd188cbe4961ece30251102351cc</id>
<content type='text'>
Report changed range for Document::SetStyleFor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Report changed range for Document::SetStyleFor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2501]. Fix regression in SCI_CONVERTEOLS that may not convert whole file.</title>
<updated>2026-03-10T22:23:34+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2026-03-10T22:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3f1838d9feb6b8348a24b6ba4a17c2c40e3541c6'/>
<id>3f1838d9feb6b8348a24b6ba4a17c2c40e3541c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1581]. Simplify previous commit.</title>
<updated>2026-03-10T21:18:41+00:00</updated>
<author>
<name>Nathaniel Braun</name>
<email>unknown</email>
</author>
<published>2026-03-10T21:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=08f3ce9f150063e4c0616db437ceef01e17679fe'/>
<id>08f3ce9f150063e4c0616db437ceef01e17679fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1581]. Improve mouse drag behaviour when drag and</title>
<updated>2026-03-09T05:22:44+00:00</updated>
<author>
<name>Nathaniel Braun</name>
<email>unknown</email>
</author>
<published>2026-03-09T05:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=20184b70992e72b4ad26f93284f9654cb29c01e2'/>
<id>20184b70992e72b4ad26f93284f9654cb29c01e2</id>
<content type='text'>
drop disabled to deselect on mouse down.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
drop disabled to deselect on mouse down.
</pre>
</div>
</content>
</entry>
</feed>
