<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test/unit/testSelection.cxx, branch rel-5-5-9</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>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>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>Implement serialization of Selection to and from strings.</title>
<updated>2025-01-31T22:07:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-01-31T22:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bd03d24f8bd44813db8ed1c73c5a46400d94a7cf'/>
<id>bd03d24f8bd44813db8ed1c73c5a46400d94a7cf</id>
<content type='text'>
Requires std::from_chars to be available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requires std::from_chars to be available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default basic constructor and operator!= to SelectionPosition to ease use.</title>
<updated>2025-01-31T01:36:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-01-31T01:36:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6017737861df5f3799ec2538e5fb62fe378a309e'/>
<id>6017737861df5f3799ec2538e5fb62fe378a309e</id>
<content type='text'>
Use default member initializer, constexpr for constructors and equality
operators and &lt;, [[nodiscard]] for comparison operators.
Add simple unit tests for Selection. Not trying to be exhaustive here, just
start the process of adding tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use default member initializer, constexpr for constructors and equality
operators and &lt;, [[nodiscard]] for comparison operators.
Add simple unit tests for Selection. Not trying to be exhaustive here, just
start the process of adding tests.
</pre>
</div>
</content>
</entry>
</feed>
