<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test, branch rel-4-3-0</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>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>Bug [#2140]. Fix where anchor and caret differ only in amount of virtual space</title>
<updated>2019-11-25T22:09:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-11-25T22:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b08335168f56212c7d9ae9f236f8fac0746ba090'/>
<id>b08335168f56212c7d9ae9f236f8fac0746ba090</id>
<content type='text'>
so one was considered start and was moved for an insertion at that position.
This could flip the order of the positions or change the length of the selection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so one was considered start and was moved for an insertion at that position.
This could flip the order of the positions or change the length of the selection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression in 7773 where position wasn't moved on to account for virtual</title>
<updated>2019-11-25T11:08:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-11-25T11:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=86a71cac683e04357bf689817053b60c6b5798d1'/>
<id>86a71cac683e04357bf689817053b60c6b5798d1</id>
<content type='text'>
space consumption.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
space consumption.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2140]. Move rather than grow selection when insertion at start.</title>
<updated>2019-11-23T21:04:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-11-23T21:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cf034c5958bd83d4a0f71ff79a47e4f76534d5d6'/>
<id>cf034c5958bd83d4a0f71ff79a47e4f76534d5d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test to ensure indicators move sensibly as text is inserted.</title>
<updated>2019-11-21T04:08:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-11-21T04:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=062939be48211562a60cccfd760545c72ba41193'/>
<id>062939be48211562a60cccfd760545c72ba41193</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:#1316] Allow target to have virtual space.</title>
<updated>2019-11-14T22:25:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-11-14T22:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cdad8d8b9e4830a5b97631557c10135d7b12a541'/>
<id>cdad8d8b9e4830a5b97631557c10135d7b12a541</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
