<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/doc, branch rel-3-21-0</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>Updated for version 3.21.0.</title>
<updated>2020-07-27T17:00:16+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-27T17:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ce0d73314b95d3ae0c29b6d558981b5f76ba0fed'/>
<id>ce0d73314b95d3ae0c29b6d558981b5f76ba0fed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Updated documentation.</title>
<updated>2020-07-27T16:59:19+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-27T16:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=daf3dd50a3b34842c01a7402e277626fb1d36b56'/>
<id>daf3dd50a3b34842c01a7402e277626fb1d36b56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:1368]. Add BraceMatchNext API.</title>
<updated>2020-07-15T02:08:11+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-07-15T02:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c47a76507f5bfd812604504d3b0246fa45be799e'/>
<id>c47a76507f5bfd812604504d3b0246fa45be799e</id>
<content type='text'>
Backport of changeset 8406:a2ce85a55dfa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8406:a2ce85a55dfa.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:1369]. Represent DEL control character 0x7f with DEL.</title>
<updated>2020-07-10T23:12:43+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-07-10T23:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0d82cdcb2cb889efe2a6370309593cda64528cc2'/>
<id>0d82cdcb2cb889efe2a6370309593cda64528cc2</id>
<content type='text'>
Backport of changeset 8395:b0355e996f10.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8395:b0355e996f10.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Fix translucent rectangle drawing on Qt.</title>
<updated>2020-07-08T10:30:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-08T10:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ad03f7fa0d340d514031b376dd65d5b70cb7669'/>
<id>7ad03f7fa0d340d514031b376dd65d5b70cb7669</id>
<content type='text'>
Backport of changeset 8394:e42c02272d31.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8394:e42c02272d31.
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`.</title>
<updated>2020-07-19T00:49:26+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-19T00:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a66cc374298d15cbe6916fd7acb5f682e532347'/>
<id>9a66cc374298d15cbe6916fd7acb5f682e532347</id>
<content type='text'>
This makes things simpler for applications that supply a Lua state; they do not
have to manipulate property sets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes things simpler for applications that supply a Lua state; they do not
have to manipulate property sets.
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Updated documentation.</title>
<updated>2020-07-13T23:42:51+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-13T23:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6dcfbc6a747c0a20e21b53ef0a780bc0ad24da05'/>
<id>6dcfbc6a747c0a20e21b53ef0a780bc0ad24da05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers.</title>
<updated>2020-07-08T00:14:11+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-08T00:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=329559b74b483576a74d5f87eebf951bd12b9200'/>
<id>329559b74b483576a74d5f87eebf951bd12b9200</id>
<content type='text'>
This allows for a more Lua table-oriented approach to defining and using colors
and styles, instead of manually manipulating Scintilla property strings.
Themes and lexers are still backwards compatible, as the underlying mechanisms
are still in place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for a more Lua table-oriented approach to defining and using colors
and styles, instead of manually manipulating Scintilla property strings.
Themes and lexers are still backwards compatible, as the underlying mechanisms
are still in place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverted experimental Lexilla and SCI_SETILEXER support.</title>
<updated>2020-06-19T12:40:49+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-06-19T12:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ee0e98b74c7e7c64fb9079cd0bacd4c3e840c3b0'/>
<id>ee0e98b74c7e7c64fb9079cd0bacd4c3e840c3b0</id>
<content type='text'>
When testing, it works when compiled with debug symbols enabled, but crashes
without them. It doesn't seem worth maintaining.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When testing, it works when compiled with debug symbols enabled, but crashes
without them. It doesn't seem worth maintaining.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:1361]. Allow caret width to be up to 20 pixels.</title>
<updated>2020-06-17T01:06:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-06-17T01:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1f23423442a85280b935f7a65160355b8695342b'/>
<id>1f23423442a85280b935f7a65160355b8695342b</id>
<content type='text'>
Backport of changeset 8308:9f3c5a4c4b52.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8308:9f3c5a4c4b52.
</pre>
</div>
</content>
</entry>
</feed>
