<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-3-2-3</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>LexCPP: recognize hexadecimal floating point binary exponents</title>
<updated>2012-10-11T19:02:38+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-10-11T19:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=73670133c01e08a032a8c0bf45be405e740b6283'/>
<id>73670133c01e08a032a8c0bf45be405e740b6283</id>
<content type='text'>
---
 lexers/LexCPP.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
---
 lexers/LexCPP.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bad folding with CASE statement when it is used for assignment.</title>
<updated>2012-09-25T16:38:58+00:00</updated>
<author>
<name>Jerome LAFORGE</name>
<email>jerome.laforge@gmail.com</email>
</author>
<published>2012-09-25T16:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=797f01e02680c7409ed1068b7b148a5b6d1a14ed'/>
<id>797f01e02680c7409ed1068b7b148a5b6d1a14ed</id>
<content type='text'>
Reported by : Erik Sinde
Bug #3571820
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by : Erik Sinde
Bug #3571820
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle nested delimiter pairs. Feature #3569352.</title>
<updated>2012-09-19T12:17:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-09-19T12:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dea2c5b9bbbce473bc8baa886eddf4f7019d39f3'/>
<id>dea2c5b9bbbce473bc8baa886eddf4f7019d39f3</id>
<content type='text'>
Bugs #1515556, #3008483, #3512208, #3515392.
From Kein-Hong Man.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bugs #1515556, #3008483, #3512208, #3515392.
From Kein-Hong Man.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix multiple issues with Bash lexing and folding. Bug #3526563.</title>
<updated>2012-09-16T13:27:36+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-09-16T13:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3cc4d170eb5201c72318fa3e4b319c2e37c3c170'/>
<id>3cc4d170eb5201c72318fa3e4b319c2e37c3c170</id>
<content type='text'>
From Kein-Hong Man.
- fixed SCE_PL_DEFAULT constant reported by Matthew Brush
- backtracks to previous line if necessary to resolve refresh issues for
multiline segments (this SF bug 3526563)
- properly refreshes HERE document body and code following it when HERE
delimiter is changed
- HERE delimiter with no ending quote is properly highlighted as an error,
this did not previously work
- leading spaces highlighted properly in quoted HERE delimiters
- recognizes '' and "" HERE delimiters to match blank lines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Kein-Hong Man.
- fixed SCE_PL_DEFAULT constant reported by Matthew Brush
- backtracks to previous line if necessary to resolve refresh issues for
multiline segments (this SF bug 3526563)
- properly refreshes HERE document body and code following it when HERE
delimiter is changed
- HERE delimiter with no ending quote is properly highlighted as an error,
this did not previously work
- leading spaces highlighted properly in quoted HERE delimiters
- recognizes '' and "" HERE delimiters to match blank lines
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bad folding block when LOOP statement nested into CASE statement.</title>
<updated>2012-09-15T09:04:35+00:00</updated>
<author>
<name>Jerome LAFORGE</name>
<email>jerome.laforge@gmail.com</email>
</author>
<published>2012-09-15T09:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=429cf7737b4dd196ca82010ae4df77106ed9573d'/>
<id>429cf7737b4dd196ca82010ae4df77106ed9573d</id>
<content type='text'>
Bug #3567905.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug #3567905.
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize Ruby HereDoc after an instance or class variable</title>
<updated>2012-09-14T18:06:50+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-09-14T18:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e131a540ead0500de45695d9793d3cc7edf2ecac'/>
<id>e131a540ead0500de45695d9793d3cc7edf2ecac</id>
<content type='text'>
This fixes highlighting HereDoc in constructs like this:

	@foo.concat &lt;&lt;END
	...
	END
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes highlighting HereDoc in constructs like this:

	@foo.concat &lt;&lt;END
	...
	END
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix folding of "for" Ruby loops</title>
<updated>2012-09-13T14:23:15+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-09-13T14:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4d11ddd074a1d6107dfc2617f6bdf1024fa37de6'/>
<id>4d11ddd074a1d6107dfc2617f6bdf1024fa37de6</id>
<content type='text'>
The "for" loops can end with a "do" keyword, and this "do" shouldn't
start its own scope.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "for" loops can end with a "do" keyword, and this "do" shouldn't
start its own scope.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicated branch in PO lexer</title>
<updated>2012-09-13T19:04:28+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-09-13T19:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eda0602e32a71edb1f9c5347a8f526178abea5aa'/>
<id>eda0602e32a71edb1f9c5347a8f526178abea5aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move PO lexer out of LexOthers</title>
<updated>2012-09-13T19:01:44+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-09-13T19:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5502dee3e8fd063007db01b3f1769735db2172f7'/>
<id>5502dee3e8fd063007db01b3f1769735db2172f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite the GetText translation (po) lexer</title>
<updated>2012-09-08T19:49:11+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-09-08T19:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=580fe992b298ebe0dda18b1d286b0a06bc7d5e3b'/>
<id>580fe992b298ebe0dda18b1d286b0a06bc7d5e3b</id>
<content type='text'>
The old one had a few bugs and was somewhat limited, this one should
hopefully fix the issues.  The new one should behave like the old one
but adding some more styles and following better the file format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old one had a few bugs and was somewhat limited, this one should
hopefully fix the issues.  The new one should behave like the old one
but adding some more styles and following better the file format.
</pre>
</div>
</content>
</entry>
</feed>
