<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-5-5-6</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>Optimize case-insensitive DBCS search to be around 5 times faster by using 64K</title>
<updated>2025-03-27T09:05:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-27T09:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44a2755858009d5c14732d82814f9b5558f99ef4'/>
<id>44a2755858009d5c14732d82814f9b5558f99ef4</id>
<content type='text'>
memory to cache folding data for each DBCS code page used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
memory to cache folding data for each DBCS code page used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use constant definitions to avoid warnings.</title>
<updated>2025-03-27T08:35:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-27T08:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ceaa07a1bc4d05a89218d09bd5c5c3ce411845d5'/>
<id>ceaa07a1bc4d05a89218d09bd5c5c3ce411845d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warnings by replacing &amp;[0] with .data(), adding [[nodiscard]], replacing</title>
<updated>2025-03-08T23:43:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-08T23:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fba60a84ae848ce661fefa7e7bb31754fe889b7b'/>
<id>fba60a84ae848ce661fefa7e7bb31754fe889b7b</id>
<content type='text'>
typedef with using, and initialising at declaration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
typedef with using, and initialising at declaration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define constants for UTF-8 and UTF-16 implementation for clarity.</title>
<updated>2025-03-08T00:44:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-08T00:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=386fb7a89ffbff9497d8e9ce7d7f44c038c49729'/>
<id>386fb7a89ffbff9497d8e9ce7d7f44c038c49729</id>
<content type='text'>
Add tests to check that inverted conversions yield the original value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests to check that inverted conversions yield the original value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move static functions and variables into unnamed namespace and use constexpr.</title>
<updated>2025-03-06T00:18:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-06T00:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=102fa1d501808187235f93670591d5b9d1253778'/>
<id>102fa1d501808187235f93670591d5b9d1253778</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:#1417]. Improve UTF-8 segmentation for some control</title>
<updated>2025-03-02T23:30:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-02T23:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=00838f369d7ca189b498f70c8c446ccc64cc0e2f'/>
<id>00838f369d7ca189b498f70c8c446ccc64cc0e2f</id>
<content type='text'>
characters and invalid bytes.
Add more test cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
characters and invalid bytes.
Add more test cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2463]. Disallow case changes if the range contains protected text</title>
<updated>2025-02-25T12:56:47+00:00</updated>
<author>
<name>Joachim Mairboeck</name>
<email>joachim.mairboeck@risc-software.at</email>
</author>
<published>2025-02-25T12:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8a392e9483783e63e2e63dc71bfd389523fe537d'/>
<id>8a392e9483783e63e2e63dc71bfd389523fe537d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ComPtr for render targets of SurfaceD2D.</title>
<updated>2025-02-18T22:58:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-18T22:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=52837cfc42dcc7952de38b490dc0ebbb56ca00bf'/>
<id>52837cfc42dcc7952de38b490dc0ebbb56ca00bf</id>
<content type='text'>
Add comments about different types of Surface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add comments about different types of Surface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor warnings silenced. No return value from void functions, catch the</title>
<updated>2025-02-17T21:41:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-17T21:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a6278c653a6161ddf59274136c53997d1a966eaa'/>
<id>a6278c653a6161ddf59274136c53997d1a966eaa</id>
<content type='text'>
impossible exception, const some iterators.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
impossible exception, const some iterators.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid type error from some compilers from returning braced values like</title>
<updated>2025-02-17T21:25:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-17T21:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a6913a4b13119fc9df9f9e59af4fcd914bb4c6f'/>
<id>9a6913a4b13119fc9df9f9e59af4fcd914bb4c6f</id>
<content type='text'>
{ unicodeReplacementChar, 1 } instead of constructed objects.
Declare named const values for 2 failure cases of CharacterExtracted.
Remove some dead code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
{ unicodeReplacementChar, 1 } instead of constructed objects.
Declare named const values for 2 failure cases of CharacterExtracted.
Remove some dead code.
</pre>
</div>
</content>
</entry>
</feed>
