<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexlib/StyleContext.cxx, branch sciteco-rel-5-5-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>Remove Lexilla files from Scintilla</title>
<updated>2021-01-29T09:51:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-01-29T09:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=54341053b273c905afa7503d8dadcc4c46a0d2d3'/>
<id>54341053b273c905afa7503d8dadcc4c46a0d2d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the only use of a function from &lt;cctype&gt; with a Scintilla function.</title>
<updated>2019-01-13T05:30:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-01-13T05:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3a0bafea3e458fbe58d7de7bd242934784ceb02b'/>
<id>3a0bafea3e458fbe58d7de7bd242934784ceb02b</id>
<content type='text'>
Remove inclusion of &lt;cctype&gt; except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove inclusion of &lt;cctype&gt; except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove casts between char and unsigned char where possible.</title>
<updated>2018-04-21T22:35:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-21T22:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f7cab317b777bb8fedb4bd8f4eeb7e68bf712989'/>
<id>f7cab317b777bb8fedb4bd8f4eeb7e68bf712989</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The Scintilla namespace is always active for internal symbols and for the lexer</title>
<updated>2017-09-10T23:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-10T23:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf'/>
<id>313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf</id>
<content type='text'>
interfaces ILexer4 and IDocument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interfaces ILexer4 and IDocument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize on C++ headers, remove headers that aren't needed and add &lt;cstddef&gt;</title>
<updated>2017-03-31T23:43:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-31T23:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0c9d87b081f9dd3856194f71f1643c99994d0b95'/>
<id>0c9d87b081f9dd3856194f71f1643c99994d0b95</id>
<content type='text'>
where it may be needed in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
where it may be needed in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move MakeLowerCase into CharacterSet.h as that is where MakeUpperCase is.</title>
<updated>2016-10-06T02:53:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-10-06T02:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1967c348184a35007b7fce5da81d7874a51edc3e'/>
<id>1967c348184a35007b7fce5da81d7874a51edc3e</id>
<content type='text'>
Change the argument and return type of MakeUpperCase to match MakeLowerCase.
Move StyleContext::MatchIgnoreCase into StyleContext.cxx as the change of
header for MakeLowerCase couldn't be reconciled easily.
Add casts as needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the argument and return type of MakeUpperCase to match MakeLowerCase.
Move StyleContext::MatchIgnoreCase into StyleContext.cxx as the change of
header for MakeLowerCase couldn't be reconciled easily.
Add casts as needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change lexlib to use Sci_Position and Sci_PositionU to prepare for large file</title>
<updated>2015-07-28T23:46:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-28T23:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2270ab97445c6f12bd0fddb273ab617fdb421594'/>
<id>2270ab97445c6f12bd0fddb273ab617fdb421594</id>
<content type='text'>
support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support.
</pre>
</div>
</content>
</entry>
<entry>
<title>Header include statements are now in a standardised order with that order</title>
<updated>2014-05-24T05:15:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-24T05:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b0296d86a48642f2f381c3e0b11a022482ae25e3'/>
<id>b0296d86a48642f2f381c3e0b11a022482ae25e3</id>
<content type='text'>
defined in scripts/HeaderOrder.txt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
defined in scripts/HeaderOrder.txt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalising order of language headers.</title>
<updated>2013-07-21T10:26:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-21T10:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3ccd74a83b03cb15d8bac7da38da5531d730bfaf'/>
<id>3ccd74a83b03cb15d8bac7da38da5531d730bfaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed files for new lexer design.</title>
<updated>2010-07-13T11:31:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2010-07-13T11:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4a42ef938d5cc3b13f42b4a3f4e7310a6b5cbf4b'/>
<id>4a42ef938d5cc3b13f42b4a3f4e7310a6b5cbf4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
