<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-5-1-1</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>Bug [#2269]. Fix error with MSVC with /std:c++latest.</title>
<updated>2021-07-24T00:10:49+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-07-24T00:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=896effbbb7b633666c7797a14c66370a17c3b703'/>
<id>896effbbb7b633666c7797a14c66370a17c3b703</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list</title>
<updated>2021-07-17T04:54:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-17T04:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ad0162453e48fb729d1793eca40ac137e1e3451e'/>
<id>ad0162453e48fb729d1793eca40ac137e1e3451e</id>
<content type='text'>
on Win32. This also avoids a header rectangle above the list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on Win32. This also avoids a header rectangle above the list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PLAT_QT_QML define for a Qt QML/Quick platform layer.</title>
<updated>2021-07-17T02:27:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-17T02:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8c0b01aa12d2881a9a31535077e9553ce9f37d04'/>
<id>8c0b01aa12d2881a9a31535077e9553ce9f37d04</id>
<content type='text'>
https://github.com/mneuroth/SciTEQt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/mneuroth/SciTEQt
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor inconsistency with word searching results at start and end of document</title>
<updated>2021-07-17T00:04:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-17T00:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bea9d7216879bc80a8513d3374a931cba14f6951'/>
<id>bea9d7216879bc80a8513d3374a931cba14f6951</id>
<content type='text'>
which were considered word start / end positions even when first or last
character did not fit requirements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which were considered word start / end positions even when first or last
character did not fit requirements.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract word edge detection to prepare for fixing bug.</title>
<updated>2021-07-17T00:00:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-17T00:00:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=046b280114d11ff24b179dbe4df44127e80d39b5'/>
<id>046b280114d11ff24b179dbe4df44127e80d39b5</id>
<content type='text'>
This change does not affect behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change does not affect behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indices</title>
<updated>2021-07-15T07:29:24+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-07-15T07:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=39be73514c317e7d672e0a09862571e64f8979da'/>
<id>39be73514c317e7d672e0a09862571e64f8979da</id>
<content type='text'>
to hold some number of lines. This is an optimization that can decrease
reallocation overhead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to hold some number of lines. This is an optimization that can decrease
reallocation overhead.
</pre>
</div>
</content>
</entry>
<entry>
<title>SplitVector::RoomFor does not resize when there is exactly enough room as this</title>
<updated>2021-07-15T23:54:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-15T23:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f4878568f55a9c3b6eef8cc8fad9b1aa7e8ab4ce'/>
<id>f4878568f55a9c3b6eef8cc8fad9b1aa7e8ab4ce</id>
<content type='text'>
prevents extra reallocations.
This change made 0-length gaps more likely and that caused attempts to std::move
by 0 which is undefined and failed with the g++ standard library. Fixed by not
moving for 0-length gap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prevents extra reallocations.
This change made 0-length gaps more likely and that caused attempts to std::move
by 0 which is undefined and failed with the g++ standard library. Fixed by not
moving for 0-length gap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1381] Fix position returned when in 2nd segment.</title>
<updated>2021-07-15T23:40:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-15T23:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=05f4d202fa25a9b6beb23e097cc15c16c2e51f96'/>
<id>05f4d202fa25a9b6beb23e097cc15c16c2e51f96</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:#1381] Avoid strlen and more complex comparison.</title>
<updated>2021-07-15T22:53:43+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-07-15T22:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7acc601f5818a46837baff31ccc231d1cc4b1ffe'/>
<id>7acc601f5818a46837baff31ccc231d1cc4b1ffe</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:#1381] Move SplitView to header so it can be used more</title>
<updated>2021-07-15T04:04:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-15T04:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=65ea703cfbf8d5660c59e8b1ab756ed7ddde50a9'/>
<id>65ea703cfbf8d5660c59e8b1ab756ed7ddde50a9</id>
<content type='text'>
widely.
Ensure that case where all text is after the gap is as efficient as when all
text is before the gap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
widely.
Ensure that case where all text is after the gap is as efficient as when all
text is before the gap.
</pre>
</div>
</content>
</entry>
</feed>
