<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/LexPerl.cxx, branch sciteco-rel-5-6-2</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>Moved lexers into lexers directory.</title>
<updated>2010-07-13T11:16:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</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=fd7c21165bbc5200aa24ef89560a8bb40fd37255'/>
<id>fd7c21165bbc5200aa24ef89560a8bb40fd37255</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix debug assertions for bug #3000566.</title>
<updated>2010-05-17T02:48:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2010-05-17T02:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7f38038656650505d5a04a7f7ae335a1fbf8f0a7'/>
<id>7f38038656650505d5a04a7f7ae335a1fbf8f0a7</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 for bug #2809168.</title>
<updated>2009-07-01T09:54:33+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2009-07-01T09:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9b5c7bcd15325e163731ef06aea280fa04ed863e'/>
<id>9b5c7bcd15325e163731ef06aea280fa04ed863e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using comments in lexer code to document meaning of properties.</title>
<updated>2009-04-12T05:59:50+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2009-04-12T05:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=001550a0de196eca314eea792bfada74a19773b1'/>
<id>001550a0de196eca314eea792bfada74a19773b1</id>
<content type='text'>
Automatically extract into SciTE doumentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatically extract into SciTE doumentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #2648342 Bug in LexPerl string comparison fixed.</title>
<updated>2009-03-02T12:06:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2009-03-02T12:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bec2a01c474e70f13576dc77cc703115bef87dc3'/>
<id>bec2a01c474e70f13576dc77cc703115bef87dc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for GCC 4.3 warnings. The Pascal change fixes behaviour.</title>
<updated>2008-12-23T23:52:01+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2008-12-23T23:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4ab387e7191b68fd4e72abdad4d11a0204be9ec9'/>
<id>4ab387e7191b68fd4e72abdad4d11a0204be9ec9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated lexer from Kein-Hong Man FR #2115871.</title>
<updated>2008-10-05T07:26:01+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2008-10-05T07:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff82f2a34ae0dc127173a53b287e413423f4a0c3'/>
<id>ff82f2a34ae0dc127173a53b287e413423f4a0c3</id>
<content type='text'>
- fixed HERE doc delimiters that start with a backslash
- better disambiguation of * operator vs typeglob
- recognition of *-referenced forms of special variables
- fixed styling of '-x' style barewords in hash keys
- improved '-bareword' lexing
- minimized style transitions for POD segments
- more promiscuous 2-part quote-like operator lexing
- better disambiguation of &lt;inputsymbol&gt;, allows spaces
- better disambiguation of % operator vs hashes
- fixed disambiguation after ++ or -- unary operators
- improved POD regular/verbatim styling
- added missing styling for special hash vars %+, %-
- fixed styling of &amp;'foo-style archaic call
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed HERE doc delimiters that start with a backslash
- better disambiguation of * operator vs typeglob
- recognition of *-referenced forms of special variables
- fixed styling of '-x' style barewords in hash keys
- improved '-bareword' lexing
- minimized style transitions for POD segments
- more promiscuous 2-part quote-like operator lexing
- better disambiguation of &lt;inputsymbol&gt;, allows spaces
- better disambiguation of % operator vs hashes
- fixed disambiguation after ++ or -- unary operators
- improved POD regular/verbatim styling
- added missing styling for special hash vars %+, %-
- fixed styling of &amp;'foo-style archaic call
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Kein-Hong Man for // operator.</title>
<updated>2008-01-15T00:51:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2008-01-15T00:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=29a23b8bd154a278ffc9ad8aeb026050dacdfc7e'/>
<id>29a23b8bd154a278ffc9ad8aeb026050dacdfc7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from KHMan to improve format identifier lexing and disambiguate</title>
<updated>2007-07-15T23:13:26+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2007-07-15T23:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=74873d9b7ed71b7636dbbadaf9788f0eabb3eaf0'/>
<id>74873d9b7ed71b7636dbbadaf9788f0eabb3eaf0</id>
<content type='text'>
a bareword or keyword followed by a '/'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a bareword or keyword followed by a '/'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes from Kein-Hong Man supports fixes bareword issues and underscores</title>
<updated>2007-07-14T10:58:32+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2007-07-14T10:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=665de67a3e1e045af6e0131a0e917df8a171d2d5'/>
<id>665de67a3e1e045af6e0131a0e917df8a171d2d5</id>
<content type='text'>
in numeric literals, and handles ^D and ^Z, subroutine prototypes, and
formats.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in numeric literals, and handles ^D and ^Z, subroutine prototypes, and
formats.
</pre>
</div>
</content>
</entry>
</feed>
