<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexPerl.cxx, branch rel-5-5-7</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>Bug [#2164]. Change line comments to terminate at next line start.</title>
<updated>2020-04-05T21:41:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-05T21:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=440d897a6e68e822ea812a63a50a18b09248b990'/>
<id>440d897a6e68e822ea812a63a50a18b09248b990</id>
<content type='text'>
This changes the lexing test results a lot since line comments are common.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the lexing test results a lot since line comments are common.
</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>Bug [#2121]. Support indented here-docs.</title>
<updated>2019-09-26T05:55:18+00:00</updated>
<author>
<name>SilverDirk</name>
<email>unknown</email>
</author>
<published>2019-09-26T05:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=de0fdc62441ab29226655f1d58de394e3c2105bd'/>
<id>de0fdc62441ab29226655f1d58de394e3c2105bd</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:#1306] Fold qw arrays.</title>
<updated>2019-09-26T02:19:18+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-09-26T02:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=25bf64caaf0d68ad74381957256959c27bd95d8d'/>
<id>25bf64caaf0d68ad74381957256959c27bd95d8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoiding comma operator warnings from Clang in lexers.</title>
<updated>2017-09-25T01:18:25+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-25T01:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=57d8b220e6fb11a6070ffc81948eb5d53ec51c9b'/>
<id>57d8b220e6fb11a6070ffc81948eb5d53ec51c9b</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>Use "Falls through" comments to avoid warnings from GCC 7.1.</title>
<updated>2017-08-31T22:53:14+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-08-31T22:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7b287ecd7f8527bb8f47e08090a0120ff418c730'/>
<id>7b287ecd7f8527bb8f47e08090a0120ff418c730</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version</title>
<updated>2017-06-22T07:25:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-22T07:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e7375474b0697983b727a1efd32eb8b6bbbbd00d'/>
<id>e7375474b0697983b727a1efd32eb8b6bbbbd00d</id>
<content type='text'>
checking in 4.0. Use lvRelease4 ID.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
checking in 4.0. Use lvRelease4 ID.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a DefaultLexer class which lexers can subclass if they want reasonable</title>
<updated>2017-06-22T05:53:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-22T05:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ba5302631cb01f364563fb513d37740a82efbaf9'/>
<id>ba5302631cb01f364563fb513d37740a82efbaf9</id>
<content type='text'>
default implementations of the ILexerWithSubStyles interface methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default implementations of the ILexerWithSubStyles interface methods.
</pre>
</div>
</content>
</entry>
</feed>
