<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test, branch rel-5-1-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>Fix some warnings in unit tests.</title>
<updated>2021-06-21T03:35:09+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-06-21T03:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6de6577e1c9f8fad2852abb3b850f563fb7a04c6'/>
<id>6de6577e1c9f8fad2852abb3b850f563fb7a04c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for CharacterCategoryMap, RESearch, and Document.</title>
<updated>2021-06-21T03:34:23+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-06-21T03:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5b3faa208ea29e45c6d845760bb902c3a9f057da'/>
<id>5b3faa208ea29e45c6d845760bb902c3a9f057da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting text</title>
<updated>2021-06-09T23:21:12+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-09T23:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c9394092df9b424b262e06139d2e4abdac8f78a3'/>
<id>c9394092df9b424b262e06139d2e4abdac8f78a3</id>
<content type='text'>
provided as an argument instead of from the system clipboard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
provided as an argument instead of from the system clipboard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.</title>
<updated>2021-06-09T00:51:58+00:00</updated>
<author>
<name>Mitchell Foral</name>
<email>unknown</email>
</author>
<published>2021-06-09T00:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5f998b68113dd116c1e938028dddcbcc7425a144'/>
<id>5f998b68113dd116c1e938028dddcbcc7425a144</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add APIs for setting appearance (traditional blob or plain text) and colour of</title>
<updated>2021-06-03T10:24:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-03T10:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f997170c3eb0afa64d10b39b86799bad67dc5c02'/>
<id>f997170c3eb0afa64d10b39b86799bad67dc5c02</id>
<content type='text'>
representations and support setting a representation for the "\r\n" line end
sequence.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
representations and support setting a representation for the "\r\n" line end
sequence.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix GetFontQuality. Simplify code that calls FlagSet.</title>
<updated>2021-05-30T06:31:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-30T06:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5aed28d2d5d3bb78fee63f31bbd58b7fb00eaec2'/>
<id>5aed28d2d5d3bb78fee63f31bbd58b7fb00eaec2</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>Updated test since setting the alpha of caret line when it hasn't had colour set</title>
<updated>2021-05-15T07:53:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-15T07:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8710c258ac84500e2a0e233aa9f8fbebbc8b323b'/>
<id>8710c258ac84500e2a0e233aa9f8fbebbc8b323b</id>
<content type='text'>
no longer sets it to have a colour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no longer sets it to have a colour.
</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>
</feed>
