<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-4-3-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>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>
<entry>
<title>Move static functions into unnamed namespace and simplify line counting.</title>
<updated>2020-04-10T04:54:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-10T04:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3324fb5e20704fa2cc3985eb4a38d3862b6305fb'/>
<id>3324fb5e20704fa2cc3985eb4a38d3862b6305fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run astyle indenter over file.</title>
<updated>2020-04-10T02:50:33+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-04-10T02:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e7c205049362849fa47a0d3cab72c873f8a87cb0'/>
<id>e7c205049362849fa47a0d3cab72c873f8a87cb0</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:1346]. Convert long if-else block to switch.</title>
<updated>2020-04-10T02:50:09+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-04-10T02:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9d6b312566db6506e9b5f59c06e1b3323ee65944'/>
<id>9d6b312566db6506e9b5f59c06e1b3323ee65944</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove non-standard whitespace.</title>
<updated>2020-04-10T02:45:10+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-04-10T02:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=545a5a171d384821df4c81f1dd9be88df9102dc0'/>
<id>545a5a171d384821df4c81f1dd9be88df9102dc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify PerLine, remove casts, use noexcept, const, &amp; constexpr where possible.</title>
<updated>2020-04-08T04:19:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-08T04:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5ec92254c8c55fff77723eaef6afd437ab88d103'/>
<id>5ec92254c8c55fff77723eaef6afd437ab88d103</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:1344]. Add methods for iterating through the marker</title>
<updated>2020-04-07T23:27:43+00:00</updated>
<author>
<name>Iain Clarke</name>
<email>unknown</email>
</author>
<published>2020-04-07T23:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b8369870e15d4b061ec5d67d0cfbfe04d3a6459f'/>
<id>b8369870e15d4b061ec5d67d0cfbfe04d3a6459f</id>
<content type='text'>
handles and marker numbers on a line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
handles and marker numbers on a line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use noexcept and const where possible.</title>
<updated>2020-04-07T01:21:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-07T01:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4a1cfeae9b35bbb3639c3f48d3bf5ec17a6aa77f'/>
<id>4a1cfeae9b35bbb3639c3f48d3bf5ec17a6aa77f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement access to the identifier of an ILexer5. This also stops unexpected</title>
<updated>2020-04-05T11:31:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-05T11:31:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d12c83527976eb3b2fce01a4b104ab119d531bc2'/>
<id>d12c83527976eb3b2fce01a4b104ab119d531bc2</id>
<content type='text'>
container lexing when a lexer is set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
container lexing when a lexer is set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Perform autoscroll when mouse on pixel just below window.</title>
<updated>2020-04-04T22:19:49+00:00</updated>
<author>
<name>Mitchell Foral</name>
<email>unknown</email>
</author>
<published>2020-04-04T22:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=25cdcf3627343b1699833c2d8f5fbf76ba120bc2'/>
<id>25cdcf3627343b1699833c2d8f5fbf76ba120bc2</id>
<content type='text'>
This mostly helps the curses platform where a line of text is a single 'pixel'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mostly helps the curses platform where a line of text is a single 'pixel'.
</pre>
</div>
</content>
</entry>
</feed>
