<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-5-5-4</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>Feature [feature-requests:#1537]. Use const where possible.</title>
<updated>2024-12-14T22:16:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-12-14T22:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3ded20d4863720aa5562f35d05699a58d7642640'/>
<id>3ded20d4863720aa5562f35d05699a58d7642640</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:#1537]. Use noexcept where possible.</title>
<updated>2024-12-14T22:14:12+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-12-14T22:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=815e3f5a79e3ad01ef3712ea01d2c49e6ee352a1'/>
<id>815e3f5a79e3ad01ef3712ea01d2c49e6ee352a1</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:#1537]. Extract common code into function.</title>
<updated>2024-12-14T22:11:39+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-12-14T22:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8ee5394c1099a410f81e7218cee4a1c6ffaecbdd'/>
<id>8ee5394c1099a410f81e7218cee4a1c6ffaecbdd</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:#1538]. Reduce range checks in PartitionFromPosition</title>
<updated>2024-12-13T02:50:50+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-12-13T02:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=49034b8eb1e1dc055b5cb5319948c923c78d63db'/>
<id>49034b8eb1e1dc055b5cb5319948c923c78d63db</id>
<content type='text'>
to improve performance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to improve performance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1537]. Remove explicit initialization which is</title>
<updated>2024-12-13T01:52:15+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-12-13T01:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b2bbdd14da098048dada915c37f92a5e042380ab'/>
<id>b2bbdd14da098048dada915c37f92a5e042380ab</id>
<content type='text'>
identical to default initialization.
Remove constructor argument which is same as default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
identical to default initialization.
Remove constructor argument which is same as default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1537]. Avoid truncation potential with PerformSort.</title>
<updated>2024-12-05T23:12:46+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-12-05T23:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5221eff69f918085b96e51b282d44d215ff04766'/>
<id>5221eff69f918085b96e51b282d44d215ff04766</id>
<content type='text'>
Use string_view to improve safety.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use string_view to improve safety.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1537]. Refactor Sorter in AutoComplete.</title>
<updated>2024-12-05T22:23:06+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-12-05T22:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8ad8923f45f950c0bb76896459cd1e24859cb90d'/>
<id>8ad8923f45f950c0bb76896459cd1e24859cb90d</id>
<content type='text'>
Move into unnamed namespace. Don't hold onto AutoComplete*.
Simplify indexing by 2. Use const.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move into unnamed namespace. Don't hold onto AutoComplete*.
Simplify indexing by 2. Use const.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1537]. Simpify calculation of start of search for</title>
<updated>2024-12-02T21:54:42+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-12-02T21:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bde900e713326806f5294ea3c1e76f685f4ac0c2'/>
<id>bde900e713326806f5294ea3c1e76f685f4ac0c2</id>
<content type='text'>
brace matching.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
brace matching.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1537]. Avoid holding onto Document without need.</title>
<updated>2024-12-02T21:51:54+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-12-02T21:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d80d7ebf05c2b2a969707b9d9ba40b377fdf9f55'/>
<id>d80d7ebf05c2b2a969707b9d9ba40b377fdf9f55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2457]. Fix moving line down to empty final line and moving empty final</title>
<updated>2024-11-24T14:44:34+00:00</updated>
<author>
<name>pawelzwronek</name>
<email>unknown</email>
</author>
<published>2024-11-24T14:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=19a8d747a56e7cb9e543cb807cf08fd95f3d617a'/>
<id>19a8d747a56e7cb9e543cb807cf08fd95f3d617a</id>
<content type='text'>
line up.

Handle edge cases when moving selected lines. Allow moving the selection when
the end line of the document is empty or when moving up the last empty line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
line up.

Handle edge cases when moving selected lines. Allow moving the selection when
the end line of the document is empty or when moving up the last empty line.
</pre>
</div>
</content>
</entry>
</feed>
