<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, 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: Use noexcept and const where reasonable.</title>
<updated>2019-12-01T22:06:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-01T22:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c8d7f8df7318a9eeba2e49994618eff0f225494d'/>
<id>c8d7f8df7318a9eeba2e49994618eff0f225494d</id>
<content type='text'>
Backport of changeset 7781:a9b7308f0522.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7781:a9b7308f0522.
</pre>
</div>
</content>
</entry>
<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: 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: 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>
<entry>
<title>Backport: Feature [feature-requests:#1316] Add access to virtual space at start and end of</title>
<updated>2019-11-14T21:19:12+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-11-14T21:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3b72fe93906e4c6b8c800cf2c7b986bc2c2c89a2'/>
<id>3b72fe93906e4c6b8c800cf2c7b986bc2c2c89a2</id>
<content type='text'>
multiple selections.

Backport of changeset 7767:80102fe650b2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
multiple selections.

Backport of changeset 7767:80102fe650b2.
</pre>
</div>
</content>
</entry>
</feed>
