<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexlib, branch rel-4-1-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>Feature [feature-requests:#1238]. Simplify camel case forcing by checking only</title>
<updated>2019-04-25T21:53:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-25T21:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=94750763850b4cb8051a7ee155ca403322726e44'/>
<id>94750763850b4cb8051a7ee155ca403322726e44</id>
<content type='text'>
for upper and lower case characters instead of current word characters.
This changes behaviour for words like "_word" -&gt; "_Word" instead of remaining
"_word" but that doesn't matter for this feature's intended use which is to allow
display of ASCII-only keywords in the user's preferred casing (else/ELSE/Else)
for languages with case-insensitive keywords.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for upper and lower case characters instead of current word characters.
This changes behaviour for words like "_word" -&gt; "_Word" instead of remaining
"_word" but that doesn't matter for this feature's intended use which is to allow
display of ASCII-only keywords in the user's preferred casing (else/ELSE/Else)
for languages with case-insensitive keywords.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug where changing identifier sets in lexers preserved previous identifiers.</title>
<updated>2019-04-25T01:11:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-25T01:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=749af53f4ce6b6701f307750614f81fe59fae9a6'/>
<id>749af53f4ce6b6701f307750614f81fe59fae9a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API</title>
<updated>2019-03-28T22:05:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-28T22:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6d1bf18357b56cbec7d289c9c9434a7a8888b386'/>
<id>6d1bf18357b56cbec7d289c9c9434a7a8888b386</id>
<content type='text'>
to optimize speed of character category features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to optimize speed of character category features.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Contains(char) to avoid casts in client code. Remove cast in AddString.</title>
<updated>2019-03-22T21:49:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-22T21:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aab14ccb791a798262642dbfcaad6fd3ee381873'/>
<id>aab14ccb791a798262642dbfcaad6fd3ee381873</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>Bug [#2068]. Fix some clang-tidy warnings.</title>
<updated>2019-01-06T01:06:48+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-01-06T01:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5476eada003a1fbc182676c625b767efb2c16e6f'/>
<id>5476eada003a1fbc182676c625b767efb2c16e6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated case conversion and character categories to Unicode 11.</title>
<updated>2018-10-17T22:56:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-10-17T22:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2b94cc2fe6ae043129a2043b78a5032ddf275ef6'/>
<id>2b94cc2fe6ae043129a2043b78a5032ddf275ef6</id>
<content type='text'>
Fixed history by moving new items into the pending version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed history by moving new items into the pending version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use const in lexlib headers.</title>
<updated>2018-06-04T04:42:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-04T04:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7e9f3208e5c6eb5036cbdfc0f85245f0aa97ab7c'/>
<id>7e9f3208e5c6eb5036cbdfc0f85245f0aa97ab7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use nullptr instead of 0 in headers as this diminishes the number of warnings.</title>
<updated>2018-05-17T01:04:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-17T01:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c5f7d797cda42ccf826b414e5d33b911e93ffe7b'/>
<id>c5f7d797cda42ccf826b414e5d33b911e93ffe7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move implementations into cxx file.</title>
<updated>2018-05-16T06:57:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-16T06:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=89206d94f9095ab9e3c9a8c0e5f3556c2d4b7333'/>
<id>89206d94f9095ab9e3c9a8c0e5f3556c2d4b7333</id>
<content type='text'>
Replace 0 and NULL with nullptr.
Update comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace 0 and NULL with nullptr.
Update comments.
</pre>
</div>
</content>
</entry>
</feed>
