<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-3-20-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>Lua LPeg lexer history update correction.</title>
<updated>2020-05-09T21:15:03+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-05-09T21:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=916c05537ec93a72eb7bb4622dc327d786c431ff'/>
<id>916c05537ec93a72eb7bb4622dc327d786c431ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More Lua LPeg lexer history updates.</title>
<updated>2020-05-09T21:10:14+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-05-09T21:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ac05fe2476f3a8a42de831fdcd413db989ccf7a4'/>
<id>ac05fe2476f3a8a42de831fdcd413db989ccf7a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated for 3.20.0.</title>
<updated>2020-05-09T21:00:00+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-05-09T21:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ef72a6f30305ff15782ea15f81662094f29cfe13'/>
<id>ef72a6f30305ff15782ea15f81662094f29cfe13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated generation scripts for LongTerm3 use.</title>
<updated>2020-05-09T20:59:30+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-05-09T20:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=828770f0d1ed635d4ab43ad6d0cf0ae36f339cb0'/>
<id>828770f0d1ed635d4ab43ad6d0cf0ae36f339cb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated makefile deps.</title>
<updated>2020-05-09T20:34:01+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-05-09T20:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=49201487ef7048cf82b2421ef7954fc6a899f42b'/>
<id>49201487ef7048cf82b2421ef7954fc6a899f42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated history with Lua LPeg lexer changes.</title>
<updated>2020-05-09T19:36:28+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-05-09T19:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c4e5bbdeda1c304110bb0d9082e9ac8516d0b4e9'/>
<id>c4e5bbdeda1c304110bb0d9082e9ac8516d0b4e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformatted Lua LPeg lexers and added new convenience functions and pattern.</title>
<updated>2020-04-25T20:26:31+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-04-25T20:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fad15f79b1230b3076be515d6894c8919562809b'/>
<id>fad15f79b1230b3076be515d6894c8919562809b</id>
<content type='text'>
`lexer.range()` replaces `lexer.delimited_range()` and `lexer.nested_pair()`.
`lexer.to_eol()` replaces `patt * lexer.nonnewline^0` constructs.
`lexer.number` replaces `lexer.float + lexer.integer`.
Also added unit tests for lexer functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`lexer.range()` replaces `lexer.delimited_range()` and `lexer.nested_pair()`.
`lexer.to_eol()` replaces `patt * lexer.nonnewline^0` constructs.
`lexer.number` replaces `lexer.float + lexer.integer`.
Also added unit tests for lexer functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated BACKPORTING.</title>
<updated>2020-04-25T03:38:56+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-04-25T03:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1fd02a367dec125c0b49dd9246a0928433866b96'/>
<id>1fd02a367dec125c0b49dd9246a0928433866b96</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:1346]. Add lexer.as.comment.character property to</title>
<updated>2020-04-21T12:11:01+00:00</updated>
<author>
<name>Dejan Budimir</name>
<email>unknown</email>
</author>
<published>2020-04-21T12:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ba1c94e850603d2a70f1a52e737cc8f83cffbee'/>
<id>7ba1c94e850603d2a70f1a52e737cc8f83cffbee</id>
<content type='text'>
change comment character.

Backport of changeset 8155:b89853508137.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change comment character.

Backport of changeset 8155:b89853508137.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Arithmetic between enums is deprecated so use constexpr instead of enum or cast.</title>
<updated>2020-04-16T23:46:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-16T23:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5dfc62a244a8ca24efb9ce9cb51c1098e908a9a8'/>
<id>5dfc62a244a8ca24efb9ce9cb51c1098e908a9a8</id>
<content type='text'>
Added constexpr where reasonable.

Backport of changeset 8151:5f70c1eb371b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added constexpr where reasonable.

Backport of changeset 8151:5f70c1eb371b.
</pre>
</div>
</content>
</entry>
</feed>
