<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-4-2-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>Bug [#2115]. Backed out changeset: d70ccc4f172a as not undefined behaviour.</title>
<updated>2019-07-01T22:00:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-07-01T22:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=23233d77de6a5daf10e0507c54ad1466749cf93c'/>
<id>23233d77de6a5daf10e0507c54ad1466749cf93c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2115]. Backed out changeset: 74b2c724a1df as not undefined behaviour.</title>
<updated>2019-07-01T21:59:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-07-01T21:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a7e454314d0db290dd98da6c3a32fef6dff95c98'/>
<id>a7e454314d0db290dd98da6c3a32fef6dff95c98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use noexcept on Document where reasonable with no effect on external interface.</title>
<updated>2019-06-30T23:46:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-30T23:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4330ebdf53320a0b6e0d340e997ff9cff4f8c392'/>
<id>4330ebdf53320a0b6e0d340e997ff9cff4f8c392</id>
<content type='text'>
Adds LengthNoExcept method that copies Length but only for internal use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds LengthNoExcept method that copies Length but only for internal use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use noexcept in HighlightDelimiter - its a simple struct.</title>
<updated>2019-06-30T23:44:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-30T23:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b2ca12842cc9df7578a54d0f4c3948e26444753f'/>
<id>b2ca12842cc9df7578a54d0f4c3948e26444753f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2115]. Fix undefined behaviour of shifting signed 1 by 31.</title>
<updated>2019-06-30T22:22:39+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-06-30T22:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f9521fd0e42320f9e8963b4577eaca30d0ce1ea9'/>
<id>f9521fd0e42320f9e8963b4577eaca30d0ce1ea9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2038]. Source of input reported in SCN_CHARADDED.</title>
<updated>2019-06-29T22:34:46+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-06-29T22:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d7e2afd1f88bf735b010461ff505470bfa468547'/>
<id>d7e2afd1f88bf735b010461ff505470bfa468547</id>
<content type='text'>
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2115]. Fix undefined behaviour of shifting negative values.</title>
<updated>2019-06-29T01:57:11+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-06-29T01:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=24bff87107d89a09e724993e053e7151945596e8'/>
<id>24bff87107d89a09e724993e053e7151945596e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2116]. Fix deletion of isolated invalid bytes.</title>
<updated>2019-06-27T22:51:55+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-06-27T22:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=704c13fad8df333aef9f813d9dee9b41b43316d5'/>
<id>704c13fad8df333aef9f813d9dee9b41b43316d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1924]. Option to allow block carets to trail selection ranges.</title>
<updated>2019-06-22T00:51:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-22T00:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1573a0d60a3cf054979125c7986566d13a6686d3'/>
<id>1573a0d60a3cf054979125c7986566d13a6686d3</id>
<content type='text'>
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2106]. Place line caret in correct location for line caret with block OVR.</title>
<updated>2019-06-20T21:16:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-20T21:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8aa1cae911d5323f2e435c37ef5132c90f16ed55'/>
<id>8aa1cae911d5323f2e435c37ef5132c90f16ed55</id>
<content type='text'>
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
</pre>
</div>
</content>
</entry>
</feed>
