<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-3-7-4</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 [#1918]. Fix failure when lexing starts at line 3+ of a multiline f-string.</title>
<updated>2017-03-09T21:57:25+00:00</updated>
<author>
<name>John Ehresman</name>
<email>unknown</email>
</author>
<published>2017-03-09T21:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=43cd19e34362bb637d4deb7677c835f00d82766b'/>
<id>43cd19e34362bb637d4deb7677c835f00d82766b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardised formatting by running astyle as formatting had become inconsistent.</title>
<updated>2017-03-08T02:50:12+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-08T02:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e65cd8021d1bf2c9ac738714ea7095643fa65cd0'/>
<id>e65cd8021d1bf2c9ac738714ea7095643fa65cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve f-string support.</title>
<updated>2017-03-08T02:41:56+00:00</updated>
<author>
<name>John Ehresman</name>
<email>unknown</email>
</author>
<published>2017-03-08T02:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f498a000ab363cba7c2987cb6f6e596601446fa4'/>
<id>f498a000ab363cba7c2987cb6f6e596601446fa4</id>
<content type='text'>
Add support for multiline expressions in triple quoted f-strings.
Handle nested "()", "[]", and "{}" in f-string expressions and terminate
expression coloring at ":" or "!".
End f-string if ending quote is seen in a "{}" expression.
Fix terminating single quoted f-string at EOL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for multiline expressions in triple quoted f-strings.
Handle nested "()", "[]", and "{}" in f-string expressions and terminate
expression coloring at ":" or "!".
End f-string if ending quote is seen in a "{}" expression.
Fix terminating single quoted f-string at EOL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid potential problems with memcmp reading past end of object.</title>
<updated>2017-03-07T04:54:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-07T04:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=25acad3cbc9b56dd0f006e32c94d56824f1669db'/>
<id>25acad3cbc9b56dd0f006e32c94d56824f1669db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle nested comments for adjacent markers like "/*/*" or "*/*/".</title>
<updated>2017-03-07T01:05:15+00:00</updated>
<author>
<name>Matt Gilarde</name>
<email>unknown</email>
</author>
<published>2017-03-07T01:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=996f8a51b5c4138baf95a032e5dc0901c80485f2'/>
<id>996f8a51b5c4138baf95a032e5dc0901c80485f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New "indent" lexer styled as plain text but folded by indentation level.</title>
<updated>2017-03-06T02:58:24+00:00</updated>
<author>
<name>Vicente</name>
<email>unknown</email>
</author>
<published>2017-03-06T02:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=41c0c0f7083c0ddde020cf847cddef7894f2ded4'/>
<id>41c0c0f7083c0ddde020cf847cddef7894f2ded4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fold a VHDL "entity" on the first line of the file.</title>
<updated>2017-03-06T02:53:09+00:00</updated>
<author>
<name>Vicente</name>
<email>unknown</email>
</author>
<published>2017-03-06T02:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d38ff94eaa712ffc048b75764e394865ea31c2a8'/>
<id>d38ff94eaa712ffc048b75764e394865ea31c2a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use C++11 keyword "override" for methods in lexers that override an interface.</title>
<updated>2017-03-03T22:14:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-03T22:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=10066486e4403da74bc0ac4991e3942cbda9997d'/>
<id>10066486e4403da74bc0ac4991e3942cbda9997d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1848]. Line ends OK in f-strings for lexer.python.strings.over.newline=1.</title>
<updated>2017-02-15T05:25:04+00:00</updated>
<author>
<name>John Ehresman</name>
<email>unknown</email>
</author>
<published>2017-02-15T05:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6f91daae77d449edac51aa1385e673c76b95792b'/>
<id>6f91daae77d449edac51aa1385e673c76b95792b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1848]. Support Python f-strings with new styles.</title>
<updated>2017-02-11T22:15:08+00:00</updated>
<author>
<name>John Ehresman</name>
<email>unknown</email>
</author>
<published>2017-02-11T22:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c0df83f637c42982662aaa802f691abb3d529a2e'/>
<id>c0df83f637c42982662aaa802f691abb3d529a2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
