<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, 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>Fix comment.</title>
<updated>2021-06-01T22:38:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-01T22:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d91b39b2c25e4781ece8c253404afad04cb52e05'/>
<id>d91b39b2c25e4781ece8c253404afad04cb52e05</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-27T23:55:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-27T23:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=df4b44f4657ef0b2f98d118352281d3f78b17995'/>
<id>df4b44f4657ef0b2f98d118352281d3f78b17995</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix FlagSet to return true if any flags set.</title>
<updated>2021-05-27T23:29:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-27T23:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dc2e91331dab55730cbd29d4d64a37adc26ed2a6'/>
<id>dc2e91331dab55730cbd29d4d64a37adc26ed2a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from Scintilla.iface.</title>
<updated>2021-05-25T11:28:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-25T11:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=abc3275dbd409744a057e41c1a8ae8ec5a02eb3b'/>
<id>abc3275dbd409744a057e41c1a8ae8ec5a02eb3b</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>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>
<entry>
<title>Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and</title>
<updated>2021-05-14T04:02:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-14T04:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d6136af6d39ae06b4b0b51bd4576338015722591'/>
<id>d6136af6d39ae06b4b0b51bd4576338015722591</id>
<content type='text'>
SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SC_ELEMENT_WHITE_SPACE_BACK to set the background colour of visible</title>
<updated>2021-05-14T03:54:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-14T03:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=17d2d5c793eaa95b170684213b18ff2e3f5ce291'/>
<id>17d2d5c793eaa95b170684213b18ff2e3f5ce291</id>
<content type='text'>
whitespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
whitespace.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour of</title>
<updated>2021-05-14T03:45:47+00:00</updated>
<author>
<name>YX Hao</name>
<email>unknown</email>
</author>
<published>2021-05-14T03:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c173fc47fda7bb86399bd777540bb17f8e05172d'/>
<id>c173fc47fda7bb86399bd777540bb17f8e05172d</id>
<content type='text'>
visible whitespace including translucency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
visible whitespace including translucency.
</pre>
</div>
</content>
</entry>
</feed>
