<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test, 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>lexlua: Return `lexer.colors.name` as a number if possible.</title>
<updated>2020-07-13T19:18:05+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-13T19:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c8415f6bb194477fcdd8a9f0c6f8551f1749e6b6'/>
<id>c8415f6bb194477fcdd8a9f0c6f8551f1749e6b6</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>Backport: Fix bug on Win32 where calling WM_GETTEXT for more text than in document could</title>
<updated>2020-06-11T06:22:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-06-11T06:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5ebd653f630d2f37c696f7f6928de4fa133b8486'/>
<id>5ebd653f630d2f37c696f7f6928de4fa133b8486</id>
<content type='text'>
return less text than in document.

Backport of changeset 8302:2faf8ba9d1fb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
return less text than in document.

Backport of changeset 8302:2faf8ba9d1fb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:1347]. Add methods to insert multiple partitions.</title>
<updated>2020-05-03T22:51:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-03T22:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=db846a25067c22b097d637c66c2ffa8fb4c38769'/>
<id>db846a25067c22b097d637c66c2ffa8fb4c38769</id>
<content type='text'>
Backport of changeset 8228:753e94011b20.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8228:753e94011b20.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:1347]. Add InsertLines method to PerLine interface and</title>
<updated>2020-05-03T09:40:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-03T09:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=60cd87963a771c22eda56365f4059c1fa117e3a3'/>
<id>60cd87963a771c22eda56365f4059c1fa117e3a3</id>
<content type='text'>
all implementations. This will allow insertion of lines in batches in a future
change set.
Added tests for PerLine implementations.

Backport of changeset 8227:9fc611fc6848.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all implementations. This will allow insertion of lines in batches in a future
change set.
Added tests for PerLine implementations.

Backport of changeset 8227:9fc611fc6848.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: InsertEmpty now returns a pointer to the newly added elements to allow caller to</title>
<updated>2020-05-01T23:01:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-01T23:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c0c411daf8adbbeeb3a92a57d6e1538e58a49587'/>
<id>c0c411daf8adbbeeb3a92a57d6e1538e58a49587</id>
<content type='text'>
efficiently set those elements.

Backport of changeset 8225:de663ebc1bc6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
efficiently set those elements.

Backport of changeset 8225:de663ebc1bc6.
</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>Backport: Feature [feature-requests:1344]. Add methods for iterating through the marker</title>
<updated>2020-04-07T23:27:43+00:00</updated>
<author>
<name>Iain Clarke</name>
<email>unknown</email>
</author>
<published>2020-04-07T23:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=48e716a6bc32736c1035f3f9edc78eba2987fc39'/>
<id>48e716a6bc32736c1035f3f9edc78eba2987fc39</id>
<content type='text'>
handles and marker numbers on a line.

Backport of changeset 8129:665c31051e3c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
handles and marker numbers on a line.

Backport of changeset 8129:665c31051e3c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2164]. Change line comments to terminate at next line start.</title>
<updated>2020-04-05T21:41:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-05T21:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3a9b91d238783aa87dd65245ca9f2d288e2d26d9'/>
<id>3a9b91d238783aa87dd65245ca9f2d288e2d26d9</id>
<content type='text'>
This changes the lexing test results a lot since line comments are common.

Backport of changeset 8123:3f7f9e476cfb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the lexing test results a lot since line comments are common.

Backport of changeset 8123:3f7f9e476cfb.
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Fixed incorrect grammar building for lexers that embed themselves.</title>
<updated>2020-03-30T00:12:40+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-03-30T00:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d8dfede4dc16846dd15ceeafa79a51c446d7f84e'/>
<id>d8dfede4dc16846dd15ceeafa79a51c446d7f84e</id>
<content type='text'>
When there is no initial '*_whitespace' style, child lexers should prefer their
parent's grammar rather than their own.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When there is no initial '*_whitespace' style, child lexers should prefer their
parent's grammar rather than their own.
</pre>
</div>
</content>
</entry>
</feed>
