<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-3-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>Fix warning from Visual C++.</title>
<updated>2015-05-29T01:28:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-29T01:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=de235a2c2089372a81c655ed153af441d6cae2f5'/>
<id>de235a2c2089372a81c655ed153af441d6cae2f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for protected regions, prevent styling and folding within protected region, allow folding of protected region</title>
<updated>2015-05-21T16:02:11+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>unknown</email>
</author>
<published>2015-05-21T16:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ea7ba091dfc1b74a6dc5c864011be9ff028217bd'/>
<id>ea7ba091dfc1b74a6dc5c864011be9ff028217bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1724]. Fix folding of "selecttype" and "selectcase".</title>
<updated>2015-05-13T00:17:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-13T00:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5f5ca4123c3a3ae3443e8f45c2b3d4df7309c708'/>
<id>5f5ca4123c3a3ae3443e8f45c2b3d4df7309c708</id>
<content type='text'>
From darmar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From darmar.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1719]. Fix #undef directive.</title>
<updated>2015-05-12T02:11:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-12T02:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ced84459c7dd731470edba244101e5578ef8bfe9'/>
<id>ced84459c7dd731470edba244101e5578ef8bfe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Folder folds units declarations and fixes a case insensitivity bug with not</title>
<updated>2015-05-11T09:28:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-11T09:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ef8100fc09f74722b1a0afbd7f3a5373aa23ddd5'/>
<id>ef8100fc09f74722b1a0afbd7f3a5373aa23ddd5</id>
<content type='text'>
treating "IS" the same as "is".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
treating "IS" the same as "is".
</pre>
</div>
</content>
</entry>
<entry>
<title>add support to fold interface definitions</title>
<updated>2015-05-04T20:33:40+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>unknown</email>
</author>
<published>2015-05-04T20:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7f95f0fd8ca4aa0d948fcdcfea8ed222ce97bc68'/>
<id>7f95f0fd8ca4aa0d948fcdcfea8ed222ce97bc68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix highlighting empty backquote strings (``) in cpp lexer</title>
<updated>2015-04-22T09:31:44+00:00</updated>
<author>
<name>Jiří Techet</name>
<email>techet@gmail.com</email>
</author>
<published>2015-04-22T09:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=38a428a811612eb7002d2c99cb79f0f1274bc539'/>
<id>38a428a811612eb7002d2c99cb79f0f1274bc539</id>
<content type='text'>
The sc.Forward() is performed once more at the end of the
function and performing it here causes the second ` is skipped in ``.

Probably caused by copy-pasting the code above and not realizing
this one reads just a single character.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sc.Forward() is performed once more at the end of the
function and performing it here causes the second ` is skipped in ``.

Probably caused by copy-pasting the code above and not realizing
this one reads just a single character.
</pre>
</div>
</content>
</entry>
<entry>
<title>add code to support extended identifiers</title>
<updated>2015-04-08T20:34:13+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>unknown</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=486eaee8a7bc3bca0c2cb2b14d4764807646c406'/>
<id>486eaee8a7bc3bca0c2cb2b14d4764807646c406</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=f9ef981fa18225a3e3eb120258fe8919dd37a635'/>
<id>f9ef981fa18225a3e3eb120258fe8919dd37a635</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=4f621b4bec66bd442966bbcf8d3b02a655c33555'/>
<id>4f621b4bec66bd442966bbcf8d3b02a655c33555</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>
</feed>
