<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-2-21</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 division by 0 crash with preprocessor expressions like</title>
<updated>2010-09-01T03:03:24+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-09-01T03:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c65045014d0ed150a70437a9caf13a283501e6ab'/>
<id>c65045014d0ed150a70437a9caf13a283501e6ab</id>
<content type='text'>
#if 1 / 0
or
#if 1 //
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#if 1 / 0
or
#if 1 //
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bugs caused by ignoring single character \n line ends on #include lines</title>
<updated>2010-08-27T10:31:23+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-27T10:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f83e42b0a9bfd93d8d136e994ab6920439ff8e52'/>
<id>f83e42b0a9bfd93d8d136e994ab6920439ff8e52</id>
<content type='text'>
causing preprocessor memory to be out of sync.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
causing preprocessor memory to be out of sync.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed error with old compiler's incorrect view of scope.</title>
<updated>2010-08-18T00:19:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-18T00:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=466a3e482ff0798c6fef7637ccf596750c48bcc4'/>
<id>466a3e482ff0798c6fef7637ccf596750c48bcc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #3045386 fixed: Markdown lexer can hang in an infinite loop</title>
<updated>2010-08-16T07:11:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-16T07:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=077ce5cdefea6299fbc3edbf0bacff10b7b72a4d'/>
<id>077ce5cdefea6299fbc3edbf0bacff10b7b72a4d</id>
<content type='text'>
Fix from Colomban Wendling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix from Colomban Wendling.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature request #3042229 Refactor of powerpro lexer.</title>
<updated>2010-08-11T06:43:23+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-11T06:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=553e325af1566a1b63312459de571c1879fa028c'/>
<id>553e325af1566a1b63312459de571c1879fa028c</id>
<content type='text'>
Cleaned up the powerpro lexer.
Renamed variables to be more descriptive
Removed code that wasn't being used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleaned up the powerpro lexer.
Renamed variables to be more descriptive
Removed code that wasn't being used
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature Request #3042228 Allow underscore to be a Powershell word character.</title>
<updated>2010-08-11T06:22:21+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-11T06:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f47552cd3e9f9b53da655cc46a7f2c96d4a712b1'/>
<id>f47552cd3e9f9b53da655cc46a7f2c96d4a712b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature Request #3039490 Improved syntactic highlighting for Haskell</title>
<updated>2010-08-10T13:39:41+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-10T13:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f79a833e2d6cfd30e61257d24f40cf5561dc5a3f'/>
<id>f79a833e2d6cfd30e61257d24f40cf5561dc5a3f</id>
<content type='text'>
'as' is a keyword but in all other contexts it is a normal identifier.
The highligthting was failing if the operators are not separated by spaces: 10+20
There was highlighting for data types, classes and instances but it didn't
work correctly. This was removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'as' is a keyword but in all other contexts it is a normal identifier.
The highligthting was failing if the operators are not separated by spaces: 10+20
There was highlighting for data types, classes and instances but it didn't
work correctly. This was removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made it possible to turn folding off again by looking at the "fold" property.</title>
<updated>2010-08-06T22:44:04+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-06T22:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aeac272de9dcc2ba49a8c0662745bc6db98d7be5'/>
<id>aeac272de9dcc2ba49a8c0662745bc6db98d7be5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #3031742 MySQL Lexer folding does not work. Fixed by Mike Lischke.</title>
<updated>2010-08-06T02:01:31+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-06T02:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5b919cb63a2bda4fd1ee3529b4cb8a8abee79c33'/>
<id>5b919cb63a2bda4fd1ee3529b4cb8a8abee79c33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #3038381 Escape of EOL in JS string does not work</title>
<updated>2010-08-03T23:25:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-03T23:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2d5c090d405c0f0941a1c713135443454fa47122'/>
<id>2d5c090d405c0f0941a1c713135443454fa47122</id>
<content type='text'>
Patch from Stephan Deibel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Stephan Deibel.
</pre>
</div>
</content>
</entry>
</feed>
