<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-4-1-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>Remove definition that has never been used.</title>
<updated>2018-06-12T07:38:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-12T07:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7d30f4a9c7e2d34b560465a7b4f31108ff1ec598'/>
<id>7d30f4a9c7e2d34b560465a7b4f31108ff1ec598</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using noexcept for simple functions.</title>
<updated>2018-06-10T03:33:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-10T03:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2d87b5e5e8058c3ca4f574deb08305e3ae5812ff'/>
<id>2d87b5e5e8058c3ca4f574deb08305e3ae5812ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the code and comment for running a regex over multiple lines at once</title>
<updated>2018-06-10T03:32:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-10T03:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dc54c96dc1a32afeae5705360b7f6cc8b51c887e'/>
<id>dc54c96dc1a32afeae5705360b7f6cc8b51c887e</id>
<content type='text'>
instead of breaking up into lines.
Using the preprocessor to hide the multiline code instead of comments so that it
is easier to experiment with.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of breaking up into lines.
Using the preprocessor to hide the multiline code instead of comments so that it
is easier to experiment with.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added brace for multi-line if and normalized space.</title>
<updated>2018-06-05T23:00:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-05T23:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b780f4975a8d6fc26a5e2902a1d7d9a18151e5be'/>
<id>b780f4975a8d6fc26a5e2902a1d7d9a18151e5be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.</title>
<updated>2018-06-05T22:55:59+00:00</updated>
<author>
<name>Henrik Hank</name>
<email>unknown</email>
</author>
<published>2018-06-05T22:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f30e3460821d39e5f3c568b4fecfc108d00dab3f'/>
<id>f30e3460821d39e5f3c568b4fecfc108d00dab3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce scope of captures for lambdas.</title>
<updated>2018-06-04T04:46:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-04T04:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cc2ef371b2402396be6d5f5169e51e15dbd03a60'/>
<id>cc2ef371b2402396be6d5f5169e51e15dbd03a60</id>
<content type='text'>
Use noexcept.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use noexcept.
</pre>
</div>
</content>
</entry>
<entry>
<title>UpdateBidiData is called by EditView but doesn't use any EditView fields so make</title>
<updated>2018-06-01T23:13:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-01T23:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=716708f589428c12437db228952757ee56b40013'/>
<id>716708f589428c12437db228952757ee56b40013</id>
<content type='text'>
it static.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it static.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make virtual space selections visible in bidirectional mode.</title>
<updated>2018-06-01T22:59:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-01T22:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6154e349da3fb848b05d99aeb1aca3d2d3915fca'/>
<id>6154e349da3fb848b05d99aeb1aca3d2d3915fca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define IScreenLineLayout as the main interface for implementing bidirectional</title>
<updated>2018-06-01T22:37:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-01T22:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2e003602f29edff5d38137472edee82fab9f5376'/>
<id>2e003602f29edff5d38137472edee82fab9f5376</id>
<content type='text'>
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark constant inline Unicode functions as constexpr.</title>
<updated>2018-06-01T00:00:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-01T00:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e67783d907b0ae186d794b205cf89c645fe50270'/>
<id>e67783d907b0ae186d794b205cf89c645fe50270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
