<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, 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>Avoid extra lookup for mapReprs.</title>
<updated>2021-06-20T21:31:12+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-06-20T21:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c728c19ed80302772be1c32c6c842aa30839c152'/>
<id>c728c19ed80302772be1c32c6c842aa30839c152</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more natural type avoiding cast and warning.</title>
<updated>2021-06-11T03:31:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-11T03:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=37edcd47eed457d80e353bccfe9e601578ccca33'/>
<id>37edcd47eed457d80e353bccfe9e601578ccca33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure variable initialised.</title>
<updated>2021-06-11T03:31:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-11T03:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eac6e44523b9142ec47ebe4cadfadc58fe99585c'/>
<id>eac6e44523b9142ec47ebe4cadfadc58fe99585c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include header for intptr_t as otherwise not known with gcc 11 on Linux.</title>
<updated>2021-06-10T07:11:22+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-10T07:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f0107aebe1c11b85ec6397142a3dac59f7eecabc'/>
<id>f0107aebe1c11b85ec6397142a3dac59f7eecabc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the position cache when possibe for representations.</title>
<updated>2021-06-10T06:56:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-10T06:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a4ed33d6e60725d8b2908e81c5e7383d36c87494'/>
<id>a4ed33d6e60725d8b2908e81c5e7383d36c87494</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>Don't divide input text into segments in PositionCache::MeasureWidths as text</title>
<updated>2021-06-09T23:33:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-09T23:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6d353d5ced87c554bc1b9abe194f18d585a0aeef'/>
<id>6d353d5ced87c554bc1b9abe194f18d585a0aeef</id>
<content type='text'>
should already have been segmented into reasonable lengths.
The Document argument is no longer needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
should already have been segmented into reasonable lengths.
The Document argument is no longer needed.
</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>Reduce casts by defining methods for common conversions.</title>
<updated>2021-06-09T02:15:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-09T02:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b5e8caaacbd47583c79bf862e5e6a021bcfc3964'/>
<id>b5e8caaacbd47583c79bf862e5e6a021bcfc3964</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
