<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/doc/ScintillaHistory.html, 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-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>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>Updates for version 5.6.1.</title>
<updated>2026-03-22T21:42:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-03-22T21:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=564242b9fd9169ca86fec418e1baca79e4f17b46'/>
<id>564242b9fd9169ca86fec418e1baca79e4f17b46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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]. 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>
<entry>
<title>Improve compatibility with std::regex implementations.</title>
<updated>2026-03-06T21:42:24+00:00</updated>
<author>
<name>Stephan T. Lavavej</name>
<email>unknown</email>
</author>
<published>2026-03-06T21:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1244953d437f8d0e4adc89fe4e887189961f9841'/>
<id>1244953d437f8d0e4adc89fe4e887189961f9841</id>
<content type='text'>
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/17816
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/17816
</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>Updates for version 5.6.0.</title>
<updated>2026-02-25T07:13:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-25T07:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1e061dfb97ed5c3890e46691678f293a0b2f9d52'/>
<id>1e061dfb97ed5c3890e46691678f293a0b2f9d52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
