<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-2-20</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>Casts to avoid compiler warnings.</title>
<updated>2010-07-23T01:45:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-23T01:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=19b9b96f30b6c2d3910ba8abed6befceb49e4fff'/>
<id>19b9b96f30b6c2d3910ba8abed6befceb49e4fff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Kein-Hong Man as feature #3033135</title>
<updated>2010-07-23T01:44:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-23T01:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cb87c9a1b0efb8d32048d3a0cb756b6794c66b47'/>
<id>cb87c9a1b0efb8d32048d3a0cb756b6794c66b47</id>
<content type='text'>
- improved keyword highlighting with commands, compound commands, and constructs
- consistent highlighting across line continuations for commands and expressions
- proper highlighting of file test operators and option arguments
- better highlighting within test expressions and arithmetic expressions
Also fixes SF bug ticket #3027958
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- improved keyword highlighting with commands, compound commands, and constructs
- consistent highlighting across line continuations for commands and expressions
- proper highlighting of file test operators and option arguments
- better highlighting within test expressions and arithmetic expressions
Also fixes SF bug ticket #3027958
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Kein-Hong Man improves folding for Perl.</title>
<updated>2010-07-18T02:38:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-18T02:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92b6e8fe357eee7bbd6b3276845fe4cf20531a7b'/>
<id>92b6e8fe357eee7bbd6b3276845fe4cf20531a7b</id>
<content type='text'>
(a) Folding of array blocks (square brackets)
- Done like folding for braces, which no one has complained about so far
(b) Adjacent package statements are not folded
(c) Nested folding for Pod headings (=head1 thru =head4)
- Pod headings in the data section are also folded
(d) Terminates package folding at __DATA__, __END__, ^D and ^Z
- Previously, only __END__ tested for
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(a) Folding of array blocks (square brackets)
- Done like folding for braces, which no one has complained about so far
(b) Adjacent package statements are not folded
(c) Nested folding for Pod headings (=head1 thru =head4)
- Pod headings in the data section are also folded
(d) Terminates package folding at __DATA__, __END__, ^D and ^Z
- Previously, only __END__ tested for
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #3029627 VHDL unclosed strings not styled correctly.</title>
<updated>2010-07-17T00:55:50+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-17T00:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a6a0816468ea15e76ddb5fa575cb01fb9d255bba'/>
<id>a6a0816468ea15e76ddb5fa575cb01fb9d255bba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Nick Treleaven to allow disabling explicit fold points.</title>
<updated>2010-07-17T00:41:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-17T00:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ddc92ca093291e9c02ea1a2822c81337420c9ee9'/>
<id>ddc92ca093291e9c02ea1a2822c81337420c9ee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed debugging code.</title>
<updated>2010-07-17T00:19:32+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-17T00:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3e007a3621c89ee9b41a8bdb4627d15e6199df52'/>
<id>3e007a3621c89ee9b41a8bdb4627d15e6199df52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lexer for Txt2tags contributed by Eric Forgeot.</title>
<updated>2010-07-17T00:07:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-17T00:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c7fa9e0e2394c7d25aa15402760f9726e770ec85'/>
<id>c7fa9e0e2394c7d25aa15402760f9726e770ec85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>For new lexer design change includes to add new files and remove unused files.</title>
<updated>2010-07-13T11:44:00+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-13T11:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f5e7b31bb9c60f85e91a0958ae2e7452a2792063'/>
<id>f5e7b31bb9c60f85e91a0958ae2e7452a2792063</id>
<content type='text'>
Normalise order of includes.
Minor fixes for compatibility with new lexer design.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Normalise order of includes.
Minor fixes for compatibility with new lexer design.
</pre>
</div>
</content>
</entry>
<entry>
<title>Major rewrite with lexer state used to highlight preprocessor constructs.</title>
<updated>2010-07-13T11:43:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-13T11:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=412fd42d7b9f10cb615e5e0ed01d1d9f51ae5f2d'/>
<id>412fd42d7b9f10cb615e5e0ed01d1d9f51ae5f2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved lexers into lexers directory.</title>
<updated>2010-07-13T11:16:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-13T11:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=65af538e0dc3702a7b29ef82243696e21b7fa03a'/>
<id>65af538e0dc3702a7b29ef82243696e21b7fa03a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
