<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-4-4-3</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>Encapsulate common check for PS, LS, and NEL as UTF8IsMultibyteLineEnd.</title>
<updated>2020-05-19T03:23:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-19T03:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=24b9ab288ebb48fb4cd7efc0fd6a409f50964664'/>
<id>24b9ab288ebb48fb4cd7efc0fd6a409f50964664</id>
<content type='text'>
Avoids construction of temporary array.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids construction of temporary array.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:1347]. Optimize large insertions by using a</title>
<updated>2020-05-03T23:33:32+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-05-03T23:33:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=41b0e1f687af2694b6c2fcb96c892262ac72c81c'/>
<id>41b0e1f687af2694b6c2fcb96c892262ac72c81c</id>
<content type='text'>
table-driven line end discovery algorithm and performing line insertions in
batches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
table-driven line end discovery algorithm and performing line insertions in
batches.
</pre>
</div>
</content>
</entry>
<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>Optimize LineVector by maintaining an activeIndices field to avoid calling</title>
<updated>2020-05-01T23:40:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-01T23:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b24183b5a90b4ebeb951668d48f0e95a1a2819dd'/>
<id>b24183b5a90b4ebeb951668d48f0e95a1a2819dd</id>
<content type='text'>
LineStartIndex::Active.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LineStartIndex::Active.
</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>Feature [feature-requests:1349] Define CopyAllowLine only on Editor, not subclass.</title>
<updated>2020-05-01T21:55:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-01T21:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eeb78374523313ccb55b55ca54985fb3483615a4'/>
<id>eeb78374523313ccb55b55ca54985fb3483615a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make lambdas noexcept.</title>
<updated>2020-05-01T11:34:42+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-05-01T11:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=499580484e1131a80bcc1ff6bc5784ac251c2253'/>
<id>499580484e1131a80bcc1ff6bc5784ac251c2253</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark Decoration methods noexcept where reasonable.</title>
<updated>2020-05-01T11:24:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-01T11:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92d19750ac05db0eed408298b7fdc19fa7396305'/>
<id>92d19750ac05db0eed408298b7fdc19fa7396305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Arithmetic between enums is deprecated so use constexpr instead of enum or cast.</title>
<updated>2020-04-16T23:46:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-16T23:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8c45e7db05d76de60d214148a69b5ba927b704a1'/>
<id>8c45e7db05d76de60d214148a69b5ba927b704a1</id>
<content type='text'>
Added constexpr where reasonable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added constexpr where reasonable.
</pre>
</div>
</content>
</entry>
</feed>
