<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, 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>Updates for version 5.6.2.</title>
<updated>2026-04-26T00:07:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-04-26T00:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c81731d5c196ddae22e8a06aa32868a570fcbe30'/>
<id>c81731d5c196ddae22e8a06aa32868a570fcbe30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Bug [#2503]. Update scaling when the application moves to another monitor.</title>
<updated>2026-04-22T22:31:54+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>unknown</email>
</author>
<published>2026-04-22T22:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff16983250f077aa2fa1ac1039ad421813fd20f0'/>
<id>ff16983250f077aa2fa1ac1039ad421813fd20f0</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::max to clarify code and avoid warning.</title>
<updated>2026-04-22T01:49:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-04-22T01:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1edd62a5285aa4ab1e8a40aff045a17913c41127'/>
<id>1edd62a5285aa4ab1e8a40aff045a17913c41127</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2503]. Update scaling when the application moves to another monitor.</title>
<updated>2026-04-22T01:17:36+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>unknown</email>
</author>
<published>2026-04-22T01:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5895f2ff84ccb6610342370d4b9ff3940e5f399a'/>
<id>5895f2ff84ccb6610342370d4b9ff3940e5f399a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Bug [#2505]. Sharper DirectWrite text in autocompletion lists when scaled.</title>
<updated>2026-04-17T07:46:06+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>unknown</email>
</author>
<published>2026-04-17T07:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=05ed530e941cb65074bc15695574ec08aa89d609'/>
<id>05ed530e941cb65074bc15695574ec08aa89d609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress some more warnings because files fail cppcheck 2.20.</title>
<updated>2026-04-17T01:07:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-04-17T01:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ac0b72f898a568360b80d28b09060100c0b5e413'/>
<id>ac0b72f898a568360b80d28b09060100c0b5e413</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
