<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-3-5-5</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>add code to support extended identifiers</title>
<updated>2015-04-08T20:34:13+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>devnull@localhost</email>
</author>
<published>2015-04-08T20:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2cdc9f132ac5798406b6f85c619a9f23eefb3386'/>
<id>2cdc9f132ac5798406b6f85c619a9f23eefb3386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of '+' and '-' in numbers.</title>
<updated>2015-03-28T23:13:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-03-28T23:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a5ccae5f9dbcd42f075d5e12509f2e58bd090c51'/>
<id>a5ccae5f9dbcd42f075d5e12509f2e58bd090c51</id>
<content type='text'>
From Michael Staszewski.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Michael Staszewski.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1642] Reverting change set 5455 which caused problems with highlighting of</title>
<updated>2015-03-26T22:36:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-03-26T22:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6d1435c6aa427dd01c0bec794cd1cc24dd12798c'/>
<id>6d1435c6aa427dd01c0bec794cd1cc24dd12798c</id>
<content type='text'>
braces within strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
braces within strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug in fold.at.else processing, the code for "begin" that set levelMinCurrent was missing. Add support for lexer.verilog.fold.preprocessor.else that behaves like fold.at.else only for preprocessor `else and `elseif directives.</title>
<updated>2015-03-18T23:20:46+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>devnull@localhost</email>
</author>
<published>2015-03-18T23:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e6b5fc148bceea1f30e9167cf414d0a0082e67c0'/>
<id>e6b5fc148bceea1f30e9167cf414d0a0082e67c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug where macro styling allowed '.', fix bug where macro styling could carry over to the next line</title>
<updated>2015-03-18T17:32:38+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>devnull@localhost</email>
</author>
<published>2015-03-18T17:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e0f3cc96dfdc96bef16bb0c670bcda74f97e3972'/>
<id>e0f3cc96dfdc96bef16bb0c670bcda74f97e3972</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix problem where preprocessor fold code would incorrectly match `endcelldefine with `if</title>
<updated>2015-03-10T22:14:14+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>devnull@localhost</email>
</author>
<published>2015-03-10T22:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fe85d455e4ee2edaf55ac42077e7d9642fb9688e'/>
<id>fe85d455e4ee2edaf55ac42077e7d9642fb9688e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reindented file consistently with tabs using astyle.</title>
<updated>2015-02-23T23:17:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-23T23:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a83e7111c7b05483114bee158799601e7e7c5131'/>
<id>a83e7111c7b05483114bee158799601e7e7c5131</id>
<content type='text'>
The file had become a mixture of tab indenting and space indenting.
No other changes were made in this change set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The file had become a mixture of tab indenting and space indenting.
No other changes were made in this change set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1642]. Fixes a bug with some strings in TCL.</title>
<updated>2015-02-23T23:10:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-23T23:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=017f97389f88a92b6f62f709d30cde0f50ed92a0'/>
<id>017f97389f88a92b6f62f709d30cde0f50ed92a0</id>
<content type='text'>
From Markus Moser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Markus Moser.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement lexer.cpp.verbatim.strings.allow.escapes.</title>
<updated>2015-02-19T04:54:00+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-19T04:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=930d61b54478579b52b3dfa64f71bc0f5973e4eb'/>
<id>930d61b54478579b52b3dfa64f71bc0f5973e4eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug where terminating whitespace character was not included in escaped identifier</title>
<updated>2015-02-17T21:51:41+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>devnull@localhost</email>
</author>
<published>2015-02-17T21:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fa9702b8b733c2bbac192e227d778af33b050fb5'/>
<id>fa9702b8b733c2bbac192e227d778af33b050fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
