<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test, branch rel-3-3-4</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>Include case conversion data in Scintilla so that all platforms will perform</title>
<updated>2013-07-11T00:43:40+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-11T00:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5262f832018923ecc8ccd25bedecbd5a291a563f'/>
<id>5262f832018923ecc8ccd25bedecbd5a291a563f</id>
<content type='text'>
case conversion of Unicode text in accordance with Unicode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
case conversion of Unicode text in accordance with Unicode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to work on more versions of Python.</title>
<updated>2013-07-08T11:28:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-08T11:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=93eb37c1832a0f4a1d47b17161a50f81c4e7931d'/>
<id>93eb37c1832a0f4a1d47b17161a50f81c4e7931d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First argument to SetText is not used so was difficult to set a text containing NUL.</title>
<updated>2013-07-07T03:51:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-07T03:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=667153895f63b018577ea7b4763fd03c8f792aad'/>
<id>667153895f63b018577ea7b4763fd03c8f792aad</id>
<content type='text'>
Add SetContents to make it easier to setup test cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add SetContents to make it easier to setup test cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for searching performance.</title>
<updated>2013-07-07T01:58:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-07T01:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9903fee6585421b7412db44d80202984096a5927'/>
<id>9903fee6585421b7412db44d80202984096a5927</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When case conversion changes the length of the text, ensure only</title>
<updated>2013-07-07T01:57:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-07T01:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff54b25952f08aff7adc861928486300559ea482'/>
<id>ff54b25952f08aff7adc861928486300559ea482</id>
<content type='text'>
valid memory accessed and that the converted text is selected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
valid memory accessed and that the converted text is selected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented tests for Qt on Linux.</title>
<updated>2013-07-05T03:48:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-05T03:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=55c1fa87f06d05b7bf5e111285fc7bce4e44e060'/>
<id>55c1fa87f06d05b7bf5e111285fc7bce4e44e060</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug with use of strings instead of byte strings as this</title>
<updated>2013-07-04T13:05:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-04T13:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8fa6f961169fd79d631a6a49e8fa2877e2579807'/>
<id>8fa6f961169fd79d631a6a49e8fa2877e2579807</id>
<content type='text'>
caused failures on Linux.
Check for platform to allow different default line ends, Russian
encodings and folding behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
caused failures on Linux.
Check for platform to allow different default line ends, Russian
encodings and folding behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up reference to scripts directory.</title>
<updated>2013-07-01T08:07:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-01T08:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7dd00233a2022afce51494726e2881f15573641f'/>
<id>7dd00233a2022afce51494726e2881f15573641f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug: [#1483]. Added a test for UTF-8 labels in Lua that would fail without fix.</title>
<updated>2013-06-29T10:33:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-06-29T10:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fd8c070255a7923c3aecaaed04ec8150caab4eaa'/>
<id>fd8c070255a7923c3aecaaed04ec8150caab4eaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle most stringresult methods generically.</title>
<updated>2013-05-10T06:12:30+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-10T06:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=60b6cd75a1ce1663a007a1c432c7f0fc147ae59d'/>
<id>60b6cd75a1ce1663a007a1c432c7f0fc147ae59d</id>
<content type='text'>
Make compatible with PyPy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make compatible with PyPy.
</pre>
</div>
</content>
</entry>
</feed>
