<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test/unit, branch rel-4-4-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:1347]. Add methods to insert multiple partitions.</title>
<updated>2020-05-03T22:51:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-03T22:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2175e34a7449f59ee6f9fa2466cbe13b6a92232e'/>
<id>2175e34a7449f59ee6f9fa2466cbe13b6a92232e</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:1347]. Add InsertLines method to PerLine interface and</title>
<updated>2020-05-03T09:40:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-03T09:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4b450a69452a14fd9af6c426b91d04165fedc94a'/>
<id>4b450a69452a14fd9af6c426b91d04165fedc94a</id>
<content type='text'>
all implementations. This will allow insertion of lines in batches in a future
change set.
Added tests for PerLine implementations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all implementations. This will allow insertion of lines in batches in a future
change set.
Added tests for PerLine implementations.
</pre>
</div>
</content>
</entry>
<entry>
<title>InsertEmpty now returns a pointer to the newly added elements to allow caller to</title>
<updated>2020-05-01T23:01:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-01T23:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4535b0d9ce9c3be4bb9a02973485427ae67e61d9'/>
<id>4535b0d9ce9c3be4bb9a02973485427ae67e61d9</id>
<content type='text'>
efficiently set those elements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
efficiently set those elements.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SparseVector::DeleteRange for efficiently removing ranges.</title>
<updated>2019-12-01T21:39:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-01T21:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ba3b2d185d77289a760bfd513611dec4f1b5e564'/>
<id>ba3b2d185d77289a760bfd513611dec4f1b5e564</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SparseVector::IndexAfter for efficiently finding elements in a range.</title>
<updated>2019-12-01T21:34:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-01T21:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8922ca5662974913ef0ebc93d5d029d281505a32'/>
<id>8922ca5662974913ef0ebc93d5d029d281505a32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow setting value at end of a SparseVector.</title>
<updated>2019-12-01T09:41:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-01T09:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=da8c1844da6e593644f6ae056560553bb409b354'/>
<id>da8c1844da6e593644f6ae056560553bb409b354</id>
<content type='text'>
Change representation of SparseVector in tests so last value can be seen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change representation of SparseVector in tests so last value can be seen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug with deleting the first element in SparseVector that left an extra</title>
<updated>2019-12-01T08:53:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-01T08:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1e5534dde930d2b7eb2580f2c459d1553f3a5971'/>
<id>1e5534dde930d2b7eb2580f2c459d1553f3a5971</id>
<content type='text'>
empty partition.
Add extra checking to Partitioning and turn on checking for UnitTester.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
empty partition.
Add extra checking to Partitioning and turn on checking for UnitTester.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve debugging by fixing visualization of SplitVector, adding a visualization</title>
<updated>2019-12-01T08:46:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-01T08:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7daa6e47979594525c3dd82bb1afce44ac28b246'/>
<id>7daa6e47979594525c3dd82bb1afce44ac28b246</id>
<content type='text'>
for Partitioning, and removing a layer from unique_ptr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for Partitioning, and removing a layer from unique_ptr.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers.</title>
<updated>2019-09-30T02:15:31+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-09-30T02:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=af271ed3f65cf6cd9b38a467960d6ae9f2c2ad22'/>
<id>af271ed3f65cf6cd9b38a467960d6ae9f2c2ad22</id>
<content type='text'>
Avoids splitting and sorting the input twice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids splitting and sorting the input twice.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes some</title>
<updated>2019-04-27T22:46:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-27T22:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aa0f59453eb4ecbadbcf5959ce14a3f0371d396d'/>
<id>aa0f59453eb4ecbadbcf5959ce14a3f0371d396d</id>
<content type='text'>
C++20 features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
C++20 features.
</pre>
</div>
</content>
</entry>
</feed>
