<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test, branch rel-3-11-2</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>Backport: 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=cf150e2082ff95d8da6f8f74e1d15e1b33ab2e19'/>
<id>cf150e2082ff95d8da6f8f74e1d15e1b33ab2e19</id>
<content type='text'>
Backport of changeset 7780:88e65c696c40.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7780:88e65c696c40.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=e9f310d4043e58739c9e661159a35847a7ba5df5'/>
<id>e9f310d4043e58739c9e661159a35847a7ba5df5</id>
<content type='text'>
Backport of changeset 7779:67b7e8f152a9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7779:67b7e8f152a9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=2892e0d04bcf02fe249939f7c22fe8c6d780233a'/>
<id>2892e0d04bcf02fe249939f7c22fe8c6d780233a</id>
<content type='text'>
Change representation of SparseVector in tests so last value can be seen.

Backport of changeset 7778:b7842ad8047b.
</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.

Backport of changeset 7778:b7842ad8047b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=7153448eb8dfe267f96eb55aee683172f15cc283'/>
<id>7153448eb8dfe267f96eb55aee683172f15cc283</id>
<content type='text'>
empty partition.
Add extra checking to Partitioning and turn on checking for UnitTester.

Backport of changeset 7777:12fb0335514e.
</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.

Backport of changeset 7777:12fb0335514e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=bce262ab46a8e485febb8e8b6311356ea7571af1'/>
<id>bce262ab46a8e485febb8e8b6311356ea7571af1</id>
<content type='text'>
for Partitioning, and removing a layer from unique_ptr.

Backport of changeset 7776:ae7f68d17fc8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for Partitioning, and removing a layer from unique_ptr.

Backport of changeset 7776:ae7f68d17fc8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=ab36224e033e1772c604cad2ab8c5f831f24357f'/>
<id>ab36224e033e1772c604cad2ab8c5f831f24357f</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.

Backport of changeset 7775:a9a0edc8f2f2.
</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.

Backport of changeset 7775:a9a0edc8f2f2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=22eee409c31068626864be47848673c73d31f413'/>
<id>22eee409c31068626864be47848673c73d31f413</id>
<content type='text'>
space consumption.

Backport of changeset 7774:9419bd4557e4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
space consumption.

Backport of changeset 7774:9419bd4557e4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=63d10d1054d9987f647bf654be54f355d1dc40d6'/>
<id>63d10d1054d9987f647bf654be54f355d1dc40d6</id>
<content type='text'>
Backport of changeset 7773:20f353cd5507.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7773:20f353cd5507.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=e80d98504cd5b9a807fa2b0fe798cacdf7c710b0'/>
<id>e80d98504cd5b9a807fa2b0fe798cacdf7c710b0</id>
<content type='text'>
Backport of changeset 7769:c32e6dcf139a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7769:c32e6dcf139a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=a14f5340b58421aa8a107deca0eefabe5de5d3fd'/>
<id>a14f5340b58421aa8a107deca0eefabe5de5d3fd</id>
<content type='text'>
Backport of changeset 7768:5d73aa55a6ee.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7768:5d73aa55a6ee.
</pre>
</div>
</content>
</entry>
</feed>
