<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexlib, branch rel-3-11-1</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>Backport: Feature [feature-requests:#1315] Update to Unicode 12.1.</title>
<updated>2019-10-16T00:24:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-10-16T00:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=50c13867d645d79e6ee5b0233d46b3aab353ae01'/>
<id>50c13867d645d79e6ee5b0233d46b3aab353ae01</id>
<content type='text'>
Backport of changeset 7707:13ce9d1ee13e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7707:13ce9d1ee13e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers.</title>
<updated>2019-09-30T02:15:31+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-09-30T02:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=632bf5eb1f2825ac1c7f4c9850462ad1fe68990d'/>
<id>632bf5eb1f2825ac1c7f4c9850462ad1fe68990d</id>
<content type='text'>
Avoids splitting and sorting the input twice.

Backport of changeset 7697:f0848608c92c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids splitting and sorting the input twice.

Backport of changeset 7697:f0848608c92c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=0af74116cefe1ef66820f434dd057d2345c382fd'/>
<id>0af74116cefe1ef66820f434dd057d2345c382fd</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.

Backport of changeset 7475:cdb7af706ba1.
</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.

Backport of changeset 7475:cdb7af706ba1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=951a1102da2095604232a3efc76846f1f7de004a'/>
<id>951a1102da2095604232a3efc76846f1f7de004a</id>
<content type='text'>
Backport of changeset 7473:5d760343adde.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7473:5d760343adde.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed of character category features.</title>
<updated>2019-04-17T02:50:17+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-04-17T02:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=86266d4700632860705fc2d4e88d4be4f5228be1'/>
<id>86266d4700632860705fc2d4e88d4be4f5228be1</id>
<content type='text'>
Backport of changeset 7392:2832adedd0f4, but with added includes for Sci::clamp().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7392:2832adedd0f4, but with added includes for Sci::clamp().
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=05a51adc4c0b79ab4de9e725ae768e1d10e36776'/>
<id>05a51adc4c0b79ab4de9e725ae768e1d10e36776</id>
<content type='text'>
Backport of changeset 7327:1d5100cf1f2b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7327:1d5100cf1f2b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=7927d7da0bbc485a142426bd6dbb9d6db8c2c105'/>
<id>7927d7da0bbc485a142426bd6dbb9d6db8c2c105</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.

Backport of changeset 7228:348e55f8107c.
</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.

Backport of changeset 7228:348e55f8107c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=24b2acfddea20bbcdb6c714dcdc96389ab4f54b5'/>
<id>24b2acfddea20bbcdb6c714dcdc96389ab4f54b5</id>
<content type='text'>
Backport of changeset 7195:ce4394f12c76.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7195:ce4394f12c76.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=3ff5910b2306157586cea835863e90fe8005f897'/>
<id>3ff5910b2306157586cea835863e90fe8005f897</id>
<content type='text'>
Fixed history by moving new items into the pending version.

Backport of changeset 7120:3d7ba41494e8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed history by moving new items into the pending version.

Backport of changeset 7120:3d7ba41494e8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=d3accd58aeb1ae49ef3ca9003fadbcd3daafb93e'/>
<id>d3accd58aeb1ae49ef3ca9003fadbcd3daafb93e</id>
<content type='text'>
Backport of changeset 7018:b14abcf3e0ac.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7018:b14abcf3e0ac.
</pre>
</div>
</content>
</entry>
</feed>
