<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/doc, branch rel-5-0-3</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 release date.</title>
<updated>2021-06-01T22:42:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-01T22:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=91aaa08f39feb8a2c06bebf38eef9437281e4327'/>
<id>91aaa08f39feb8a2c06bebf38eef9437281e4327</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update download size.</title>
<updated>2021-05-29T22:05:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-29T22:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c22692ef627ad4b9019c42a44655f049512cb4b1'/>
<id>c22692ef627ad4b9019c42a44655f049512cb4b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 5.0.3.</title>
<updated>2021-05-29T06:14:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-29T06:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=867a6e3d42fb9085ba02070902673bf65086ceb2'/>
<id>867a6e3d42fb9085ba02070902673bf65086ceb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.</title>
<updated>2021-05-28T00:10:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-28T00:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e7a587461e906bbe03b7f67d6f3220aea5f43e0f'/>
<id>e7a587461e906bbe03b7f67d6f3220aea5f43e0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved SCI_SETFONTLOCALE to correct position.</title>
<updated>2021-05-27T23:42:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-27T23:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ce72ce1bf80bdb20070821f0758e45dccd541d64'/>
<id>ce72ce1bf80bdb20070821f0758e45dccd541d64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h</title>
<updated>2021-05-24T09:31:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-24T09:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92290868cf9753d2df0d494cb44e2ff62a570b58'/>
<id>92290868cf9753d2df0d494cb44e2ff62a570b58</id>
<content type='text'>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2253]. Remove SC_ELEMENT_CARET_SECONDARY as it caused unexpected change to</title>
<updated>2021-05-19T04:48:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-19T04:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=45934586be616146b0af470983ba8963e869bd36'/>
<id>45934586be616146b0af470983ba8963e869bd36</id>
<content type='text'>
caret appearance for empty selection as empty selections can not be primary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
caret appearance for empty selection as empty selections can not be primary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include modifiers in SCN_INDICATORRELEASE notification.</title>
<updated>2021-05-15T22:57:16+00:00</updated>
<author>
<name>Damiano Lombardi</name>
<email>unknown</email>
</author>
<published>2021-05-15T22:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=32b3fe6a08b19cdb35d376fc73aa8adcd5f525bf'/>
<id>32b3fe6a08b19cdb35d376fc73aa8adcd5f525bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Protect against out-of-bounds layout cache level and remove unnecessary code.</title>
<updated>2021-05-15T07:18:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-15T07:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=98e6b6ff51e05ae08e31c81954ff10dfb7191be5'/>
<id>98e6b6ff51e05ae08e31c81954ff10dfb7191be5</id>
<content type='text'>
Make documentation more accurate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make documentation more accurate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content area</title>
<updated>2021-05-14T04:29:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-14T04:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=83986cc620b990964fd62816c8216c92ab9c7d51'/>
<id>83986cc620b990964fd62816c8216c92ab9c7d51</id>
<content type='text'>
markers can be drawn translucently under text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
markers can be drawn translucently under text.
</pre>
</div>
</content>
</entry>
</feed>
