<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/LexTADS3.cxx, branch rel-5-5-7</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>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>unknown</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=d6571fa63db365bced55161c5d2e370b0097b4f8'/>
<id>d6571fa63db365bced55161c5d2e370b0097b4f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>periods were incorrectly classified as word characters (i.e., part of identifiers); they no longer are</title>
<updated>2007-06-13T00:33:12+00:00</updated>
<author>
<name>mjroberts</name>
<email>unknown</email>
</author>
<published>2007-06-13T00:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d60f99e5b5eabf4b2faf201c5badd746b5b796a6'/>
<id>d60f99e5b5eabf4b2faf201c5badd746b5b796a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>unknown</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=710f716e96f6e9ee9eb410b343b78b3c4d95bc46'/>
<id>710f716e96f6e9ee9eb410b343b78b3c4d95bc46</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>fix Borland compiler warnings</title>
<updated>2007-02-21T22:54:03+00:00</updated>
<author>
<name>mjroberts</name>
<email>unknown</email>
</author>
<published>2007-02-21T22:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fd1eebf73ee084135f7a1a1f4c44752ce6b76a6e'/>
<id>fd1eebf73ee084135f7a1a1f4c44752ce6b76a6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed the lexer to handle many tads 3 syntax constructs better;</title>
<updated>2007-02-21T00:36:50+00:00</updated>
<author>
<name>mjroberts</name>
<email>unknown</email>
</author>
<published>2007-02-21T00:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e5fffece3d86a75f96c57b95cc14445679a3367b'/>
<id>e5fffece3d86a75f96c57b95cc14445679a3367b</id>
<content type='text'>
fixed some folding problems; added a separate 'brace' style
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixed some folding problems; added a separate 'brace' style
</pre>
</div>
</content>
</entry>
<entry>
<title>Michael Cartmell assigned copyright to me.</title>
<updated>2006-11-22T12:04:40+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2006-11-22T12:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7167e388944cac6df7c39cae345b018886f1d510'/>
<id>7167e388944cac6df7c39cae345b018886f1d510</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 Michael Cartmell improves string parsing and reduces number of</title>
<updated>2005-07-08T04:05:50+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2005-07-08T04:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c9d0d9ac26ae4b77a6b348cef32f1f6f1993aeb0'/>
<id>c9d0d9ac26ae4b77a6b348cef32f1f6f1993aeb0</id>
<content type='text'>
states.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
states.
</pre>
</div>
</content>
</entry>
<entry>
<title>Michael:</title>
<updated>2005-05-27T00:03:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2005-05-27T00:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0a2ba0261ab49efaa90b8522ab1d32947843577f'/>
<id>0a2ba0261ab49efaa90b8522ab1d32947843577f</id>
<content type='text'>
Folding now works correctly in all tads source files that I have available.
Some colouring bugs were fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Folding now works correctly in all tads source files that I have available.
Some colouring bugs were fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>TADS3 support from Michael Cartmell.</title>
<updated>2005-04-09T03:20:30+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2005-04-09T03:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=35f9e91489cb858fd78aa7e04db88b3eda46d4f4'/>
<id>35f9e91489cb858fd78aa7e04db88b3eda46d4f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
