<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/LexEiffel.cxx, branch rel-5-5-9</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>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>Bug 1439324 fixed by removing '.' from valid word characters in Eiffel.</title>
<updated>2006-03-01T23:36:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2006-03-01T23:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1825096337e5825dc39d8c918d4bd8bfb0888c33'/>
<id>1825096337e5825dc39d8c918d4bd8bfb0888c33</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 Regis Vaquette to allow compilation for Windows CE.</title>
<updated>2004-12-03T23:14:04+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2004-12-03T23:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bc463886d31a3fa5e04e7559894eb605f7ba8480'/>
<id>bc463886d31a3fa5e04e7559894eb605f7ba8480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgraded keyword list descriptions from Brian Quinlan.</title>
<updated>2003-02-17T11:18:11+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2003-02-17T11:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bb028fe06a4e642aa20f72136c2deaf312ba61b9'/>
<id>bb028fe06a4e642aa20f72136c2deaf312ba61b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made LexerModule objects not be const again as that was impairing static</title>
<updated>2002-02-12T22:12:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2002-02-12T22:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cee192aef14978e07702fe7f37f14ab01a2e08fb'/>
<id>cee192aef14978e07702fe7f37f14ab01a2e08fb</id>
<content type='text'>
linking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
linking.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made lexer objects const so they do not show up in map as static / globals.</title>
<updated>2002-02-12T03:34:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2002-02-12T03:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2c7158c928c73f02f4fc448fdd96ba4f45d0ea76'/>
<id>2c7158c928c73f02f4fc448fdd96ba4f45d0ea76</id>
<content type='text'>
File specific inline functions marker as static to ensure no bad linking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File specific inline functions marker as static to ensure no bad linking.
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed ColouriseContext to StyleContext and moved out to own files.</title>
<updated>2001-09-02T04:33:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2001-09-02T04:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d195f52d1f2333d1f3fd5393be0cbf70f9c1ef04'/>
<id>d195f52d1f2333d1f3fd5393be0cbf70f9c1ef04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed name of ColouriseContext to allow debugging.</title>
<updated>2001-06-01T06:25:30+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2001-06-01T06:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=579d7cae6b2e893ee675087666ad51c8fe5f9187'/>
<id>579d7cae6b2e893ee675087666ad51c8fe5f9187</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rnamed LexContext to ColouriseContext in case it goes into a separate</title>
<updated>2001-05-31T01:48:27+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2001-05-31T01:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fa69d1f7a81205388859c371beb099973183674f'/>
<id>fa69d1f7a81205388859c371beb099973183674f</id>
<content type='text'>
file.
Handling DBCS in Forward method and constructor of ClouriseContext.
New safer character categorisation functions take unsigned int
arguments to allow DBCS non-ASCII (&gt;= 0x80) characters.
ColouriseContext has a chPrev field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
file.
Handling DBCS in Forward method and constructor of ClouriseContext.
New safer character categorisation functions take unsigned int
arguments to allow DBCS non-ASCII (&gt;= 0x80) characters.
ColouriseContext has a chPrev field.
</pre>
</div>
</content>
</entry>
</feed>
