<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test/unit, branch master</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>Bug [#2488]. Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND.</title>
<updated>2025-12-08T03:38:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-12-08T03:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=724429a7c661eeafe3094a049f747267d0496a69'/>
<id>724429a7c661eeafe3094a049f747267d0496a69</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:#1563]. Move main range in selection serialized form.</title>
<updated>2025-07-02T22:23:26+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-07-02T22:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cde12528a7e587833926354b88ad1974aedaf103'/>
<id>cde12528a7e587833926354b88ad1974aedaf103</id>
<content type='text'>
Avoid processing characters multiple times by relying on from_chars munching
digit characters instead of searching for delimiters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid processing characters multiple times by relying on from_chars munching
digit characters instead of searching for delimiters.
</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>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>Silence some warnings in test code.</title>
<updated>2025-02-23T00:05:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-23T00:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=47b91df0cadb92f0dbaae441926448308b450ea1'/>
<id>47b91df0cadb92f0dbaae441926448308b450ea1</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:#1540]. Remove unused variable.</title>
<updated>2025-02-22T22:57:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-22T22:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6ae5e45a7a09ba2c83477abe3835f274a0b032e6'/>
<id>6ae5e45a7a09ba2c83477abe3835f274a0b032e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify SelectionRange::Intersect and add SelectionRange constructor from</title>
<updated>2025-02-05T01:37:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-05T01:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ac415de8e8457471528908f73996be78613c4620'/>
<id>ac415de8e8457471528908f73996be78613c4620</id>
<content type='text'>
positions without virtual space.
Add unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
positions without virtual space.
Add unit tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Lexilla.ruleset from sibling lexilla directory instead of path on my</title>
<updated>2025-02-04T01:50:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-04T01:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c88990bc3bd3e043a426773d24d55a7527e84dcf'/>
<id>c88990bc3bd3e043a426773d24d55a7527e84dcf</id>
<content type='text'>
personal machine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
personal machine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix segmentation of long lexemes to avoid breaking before modifiers like accents</title>
<updated>2025-02-04T00:47:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-04T00:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4c9ddc3121d0488914858ee511028520b96fd0e9'/>
<id>4c9ddc3121d0488914858ee511028520b96fd0e9</id>
<content type='text'>
that must be drawn with their base letters.
This is only a subset of implementing grapheme cluster boundaries but it
improves behaviour with some Asian scripts like Thai and Javanese.
Javanese is mostly written with (ASCII) Roman characters so issues will be rare
but Thai uses Thai script.
Also slightly improves placement of combining accents in European texts.
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14822
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16115
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that must be drawn with their base letters.
This is only a subset of implementing grapheme cluster boundaries but it
improves behaviour with some Asian scripts like Thai and Javanese.
Javanese is mostly written with (ASCII) Roman characters so issues will be rare
but Thai uses Thai script.
Also slightly improves placement of combining accents in European texts.
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14822
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16115
</pre>
</div>
</content>
</entry>
<entry>
<title>Add overload of UnicodeFromUTF8 that takes a string_view.</title>
<updated>2025-02-03T22:49:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-03T22:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ef961772c3ced424f034c2055263d7231eccee01'/>
<id>ef961772c3ced424f034c2055263d7231eccee01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
