<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/doc/ScintillaDoc.html, 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>Move ScintillaCall from SciTE project.</title>
<updated>2021-06-17T03:25:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-17T03:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=837d0ca0e8accace3e8c7c4647417c1fcc88d1d5'/>
<id>837d0ca0e8accace3e8c7c4647417c1fcc88d1d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SciFnDirectStatus, a direct access function which also returns status so can</title>
<updated>2021-06-16T23:28:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-16T23:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9e52243831ceffced1e9f0ef27041770fe13a85a'/>
<id>9e52243831ceffced1e9f0ef27041770fe13a85a</id>
<content type='text'>
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Surround parameters with code tags styling as class 'parameter'.</title>
<updated>2021-06-10T12:53:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-10T12:53:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=345baa6dc0b6d816f80daa195c51413805abbcae'/>
<id>345baa6dc0b6d816f80daa195c51413805abbcae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use string_view for PositionCache methods.</title>
<updated>2021-06-10T06:03:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-10T06:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1fdd0b8dc8f2895c5942b23410f11ea21dd4e3f4'/>
<id>1fdd0b8dc8f2895c5942b23410f11ea21dd4e3f4</id>
<content type='text'>
Replace custom hash code with standard library hash.
Drop standard methods that are not needed.
Restrict representations to 200 bytes. Improve documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace custom hash code with standard library hash.
Drop standard methods that are not needed.
Restrict representations to 200 bytes. Improve documentation.
</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>Remove extraneous periods.</title>
<updated>2021-06-02T04:16:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-02T04:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b88a820dee352c68e1bf9616d54c1804bf8a15a0'/>
<id>b88a820dee352c68e1bf9616d54c1804bf8a15a0</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>
</feed>
