<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-5-0-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>Use message parameter converter as passing pointers in sptr_t is a standard part</title>
<updated>2021-02-04T02:22:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-02-04T02:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d0baf30bede76f7615dad168b1d760c21144029d'/>
<id>d0baf30bede76f7615dad168b1d760c21144029d</id>
<content type='text'>
of message handling and this avoids reinterpret-cast warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of message handling and this avoids reinterpret-cast warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make LexState constructor noexcept as it only calls its superclass constructor</title>
<updated>2021-02-04T02:20:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-02-04T02:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f3bacf7b15d5f7f70065854815e571b6e44b815b'/>
<id>f3bacf7b15d5f7f70065854815e571b6e44b815b</id>
<content type='text'>
which is noexcept.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which is noexcept.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:1391]. Remove unused fields from LexState.</title>
<updated>2021-02-04T01:50:07+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-02-04T01:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a9d4faa8f8590de5d78b97e7aeea6dd13c903483'/>
<id>a9d4faa8f8590de5d78b97e7aeea6dd13c903483</id>
<content type='text'>
Removes checks for ILexer version so requires ILexer5 to be fully implemented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes checks for ILexer version so requires ILexer5 to be fully implemented.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2231]. Inconsistent behaviour in navigation on a line containing Japanese</title>
<updated>2021-02-01T22:10:19+00:00</updated>
<author>
<name>cshnik</name>
<email>cshnik@users.noreply.github.com</email>
</author>
<published>2021-02-01T22:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ea862b3b81adc4bd2d04214607938318a7c62838'/>
<id>ea862b3b81adc4bd2d04214607938318a7c62838</id>
<content type='text'>
symbols #247
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
symbols #247
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for local lexers and loading lexers from ScintillaBase.</title>
<updated>2020-11-02T12:07:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-11-02T12:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d8de89a3479c49b63f3c25ff12f7473d07de4bd7'/>
<id>d8de89a3479c49b63f3c25ff12f7473d07de4bd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Lexilla files from Scintilla</title>
<updated>2021-01-29T09:51:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-01-29T09:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=54341053b273c905afa7503d8dadcc4c46a0d2d3'/>
<id>54341053b273c905afa7503d8dadcc4c46a0d2d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move CharacterSet and CharacterCategory from lexlib to src as in both Lexilla and Scintilla</title>
<updated>2021-01-29T09:51:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-01-29T09:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ba8b1a91525dd90f8fdcc75480f37815fecce2d2'/>
<id>ba8b1a91525dd90f8fdcc75480f37815fecce2d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix building with Xcode 12 by defining move constructors for FontAlias, Style,</title>
<updated>2020-09-18T05:31:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-09-18T05:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f8ce3f08b5b8e49ef41dd72760ca617d4907acec'/>
<id>f8ce3f08b5b8e49ef41dd72760ca617d4907acec</id>
<content type='text'>
and PositionCacheEntry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and PositionCacheEntry.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2197]. Avoid rewrap when checkTextAndStyle finds unchanged from cache.</title>
<updated>2020-08-27T13:39:28+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-08-27T13:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=94e9667661f8997babb3667be1e9f2ccec206d4f'/>
<id>94e9667661f8997babb3667be1e9f2ccec206d4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2199]. Fixed bug where a hovered INDIC_TEXTFORE indicator was not applying</title>
<updated>2020-08-26T13:03:13+00:00</updated>
<author>
<name>uhf7</name>
<email>unknown</email>
</author>
<published>2020-08-26T13:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a4932dda62685856670a782c92d7eebc8afb8bf2'/>
<id>a4932dda62685856670a782c92d7eebc8afb8bf2</id>
<content type='text'>
the hover colour to the whole range.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the hover colour to the whole range.
</pre>
</div>
</content>
</entry>
</feed>
