<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/LexAU3.cxx, branch rel-3-0-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>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>
<entry>
<title>Updates to avoid warnings from GCC 4.3. Should not change behaviour.</title>
<updated>2009-01-01T01:36:37+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-01-01T01:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f6cb0e25c35daf753a07b661482b4be81a6222c'/>
<id>2f6cb0e25c35daf753a07b661482b4be81a6222c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for #endregion from Jos.</title>
<updated>2007-07-28T01:06:42+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-07-28T01:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c8ed299d3ed902ee16d8121adf4ae0e1374deee0'/>
<id>c8ed299d3ed902ee16d8121adf4ae0e1374deee0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Jos van der Zande: Fixed Commentblock issue when LF's</title>
<updated>2007-07-14T11:12:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-07-14T11:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=272cb46f99debcd764f3a8806d5cf5c64d0b4144'/>
<id>272cb46f99debcd764f3a8806d5cf5c64d0b4144</id>
<content type='text'>
are used as EOL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are used as EOL.
</pre>
</div>
</content>
</entry>
<entry>
<title>integrate OS X support for scintilla.  a big patch with a little commit message :)</title>
<updated>2007-06-01T00:57:26+00:00</updated>
<author>
<name>scaraveo</name>
<email>devnull@localhost</email>
</author>
<published>2007-06-01T00:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bff5c376377f4c19a62e6a44eccda7dbe9deebaf'/>
<id>bff5c376377f4c19a62e6a44eccda7dbe9deebaf</id>
<content type='text'>
- now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries
- several fixes in the OS X layer since the branch was commited in 2005
- used in Komodo since 2005, so pretty stable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries
- several fixes in the OS X layer since the branch was commited in 2005
- used in Komodo since 2005, so pretty stable
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Jos van der Zande to fix bug with + following a</title>
<updated>2007-03-23T21:27:45+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-03-23T21:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ed4cfd6aa01aa0711f25d9ed9689b3d883f53ff7'/>
<id>ed4cfd6aa01aa0711f25d9ed9689b3d883f53ff7</id>
<content type='text'>
string getting the wrong color.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
string getting the wrong color.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Jos vanderZande that</title>
<updated>2006-05-18T12:20:22+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2006-05-18T12:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=00477cc3833791be94d5d95e9550bc5bb404f00f'/>
<id>00477cc3833791be94d5d95e9550bc5bb404f00f</id>
<content type='text'>
Fixed the SentKey lexing logic in case of multiple sentkeys.
Fixed issue with &lt;&gt; coloring as String in stead of Operator in
rare occasions.
Added support for AutoIt3 Standard UDF library (SCE_AU3_UDF)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed the SentKey lexing logic in case of multiple sentkeys.
Fixed issue with &lt;&gt; coloring as String in stead of Operator in
rare occasions.
Added support for AutoIt3 Standard UDF library (SCE_AU3_UDF)
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates from Jos van der Zande for AU3.</title>
<updated>2005-08-25T05:21:42+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-08-25T05:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=39bb4c716de6fb9b895d6cced9135161fb45265c'/>
<id>39bb4c716de6fb9b895d6cced9135161fb45265c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to AU3.</title>
<updated>2005-02-11T08:23:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-02-11T08:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=02eac639a585118f44763cab11f5a5b5660472c1'/>
<id>02eac639a585118f44763cab11f5a5b5660472c1</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 Jos, mostly changes folding.</title>
<updated>2004-06-20T01:19:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-06-20T01:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=69402e881969e59967e61a9c8ab6f79b7f737792'/>
<id>69402e881969e59967e61a9c8ab6f79b7f737792</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
