<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexPython.cxx, branch rel-5-6-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>Remove Lexilla files from Scintilla</title>
<updated>2021-01-29T09:51:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-01-29T09:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=54341053b273c905afa7503d8dadcc4c46a0d2d3'/>
<id>54341053b273c905afa7503d8dadcc4c46a0d2d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use const, constexpr, noexcept, &amp; nullptr. Reduce headers and use C++ versions.</title>
<updated>2020-04-13T11:24:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-13T11:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ed3da415ec61719f9d1acdcc3359108688fed1b'/>
<id>7ed3da415ec61719f9d1acdcc3359108688fed1b</id>
<content type='text'>
Replace ctype functions with lexlib functions that don't fail for non-ASCII.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace ctype functions with lexlib functions that don't fail for non-ASCII.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spelling mistakes.</title>
<updated>2020-03-25T22:28:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-25T22:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5e1f3c9b721f436cd60961af3df53734f10deedf'/>
<id>5e1f3c9b721f436cd60961af3df53734f10deedf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define ILexer5 with methods for retrieving name, ID, and property values.</title>
<updated>2019-12-22T11:36:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-22T11:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eed707bb9ad6da944af207a51e4a8d460d6c6846'/>
<id>eed707bb9ad6da944af207a51e4a8d460d6c6846</id>
<content type='text'>
Implement ILexer5 on object lexers.
Implement ILexer5 on LexerSimple wrapper for function lexers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement ILexer5 on object lexers.
Implement ILexer5 on LexerSimple wrapper for function lexers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use standard library function.</title>
<updated>2018-05-16T06:10:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-16T06:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d6ebb097f16792bb33e9cf094a3907fbca1ecfda'/>
<id>d6ebb097f16792bb33e9cf094a3907fbca1ecfda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make some changes recommended by clang-tidy.</title>
<updated>2018-04-13T23:18:35+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-13T23:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cc0af579fe23e74cce1fdc41ab53895cb18e396a'/>
<id>cc0af579fe23e74cce1fdc41ab53895cb18e396a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1977]. Folder treats triple-quoted f-strings like triple-quoted strings.</title>
<updated>2017-10-14T22:32:54+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2017-10-14T22:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4d9fec4df948eea53dac295a7aeddbcd92b39ed9'/>
<id>4d9fec4df948eea53dac295a7aeddbcd92b39ed9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The Scintilla namespace is always active for internal symbols and for the lexer</title>
<updated>2017-09-10T23:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-10T23:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf'/>
<id>313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf</id>
<content type='text'>
interfaces ILexer4 and IDocument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interfaces ILexer4 and IDocument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU.</title>
<updated>2017-07-17T05:18:31+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-07-17T05:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7f6f9643d38f799155a76c108c8273f5cb2136ca'/>
<id>7f6f9643d38f799155a76c108c8273f5cb2136ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement style metadata for some languages.</title>
<updated>2017-07-17T04:37:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-07-17T04:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=53a6f96afabcb3c307f8955b6f633aa8d5608624'/>
<id>53a6f96afabcb3c307f8955b6f633aa8d5608624</id>
<content type='text'>
Add some helper methods to SubStyles for finding style metadata of substyles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some helper methods to SubStyles for finding style metadata of substyles.
</pre>
</div>
</content>
</entry>
</feed>
