<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test, branch rel-5-3-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>Update suppressions for Cppcheck 2.10. Remove unused variable.</title>
<updated>2023-02-05T02:08:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-05T02:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=19a80e10a74878dedaa310afdc64205a4d01d3ae'/>
<id>19a80e10a74878dedaa310afdc64205a4d01d3ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1474] Simplify with InsertString(string_view).</title>
<updated>2023-01-12T11:19:17+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-01-12T11:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=28ad37395deee65fb4a20a6bc59453d06505b0e7'/>
<id>28ad37395deee65fb4a20a6bc59453d06505b0e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1474] Move EOL string function to Document and return</title>
<updated>2023-01-12T11:02:24+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-01-12T11:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ac090022ebef882b2b403174b06a3edf391e705'/>
<id>7ac090022ebef882b2b403174b06a3edf391e705</id>
<content type='text'>
string_view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
string_view.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2372]. Fix SCI_LINESJOIN bug where carriage returns were incorrectly</title>
<updated>2023-01-09T22:13:46+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-01-09T22:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5d71ee3725bb8d91937208b1aeaf3c99afa9a054'/>
<id>5d71ee3725bb8d91937208b1aeaf3c99afa9a054</id>
<content type='text'>
retained.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
retained.
</pre>
</div>
</content>
</entry>
<entry>
<title>Detangle ASCII and multi-byte code for case-insenstive UTF-8 searches.</title>
<updated>2022-12-01T22:48:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-12-01T22:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=85dd43cb420a7be3cd5ec2520f55685327978af0'/>
<id>85dd43cb420a7be3cd5ec2520f55685327978af0</id>
<content type='text'>
This avoids some work for the common case of ASCII text, which can reduce time
taken for search in text that is ASCII or almost-all ASCII by 30%.
Ensures that the bytes variable is always initialized.
There are a small gains possible by making other minor changes but they would
increase code length and add complexity.
Add performance test for UTF-8 search in almost-all ASCII document.
Increase size of test cases for more consistent results on faster computers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids some work for the common case of ASCII text, which can reduce time
taken for search in text that is ASCII or almost-all ASCII by 30%.
Ensures that the bytes variable is always initialized.
There are a small gains possible by making other minor changes but they would
increase code length and add complexity.
Add performance test for UTF-8 search in almost-all ASCII document.
Increase size of test cases for more consistent results on faster computers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2363]. Change 'paragraph up' commands SCI_PARAUP and SCI_PARAUPEXTEND to</title>
<updated>2022-11-28T06:59:01+00:00</updated>
<author>
<name>Michael Heath</name>
<email>unknown</email>
</author>
<published>2022-11-28T06:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8cedd574bc15453d86926a71f9a8197dc5fdb5ee'/>
<id>8cedd574bc15453d86926a71f9a8197dc5fdb5ee</id>
<content type='text'>
go to the start position of the paragraph containing the caret.
Only if the caret is already at the start of the paragraph will it go to the
start of the previous paragraph.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
go to the start position of the paragraph containing the caret.
Only if the caret is already at the start of the paragraph will it go to the
start of the previous paragraph.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_REPLACETARGETMINIMAL to change text without causing unchanged prefix and</title>
<updated>2022-11-21T22:24:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-11-21T22:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cb8cd73d839a96f98bb1ce887c694271f9c24788'/>
<id>cb8cd73d839a96f98bb1ce887c694271f9c24788</id>
<content type='text'>
suffix to be marked as modified in change history.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
suffix to be marked as modified in change history.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safe</title>
<updated>2022-10-19T02:36:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-19T02:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e9280bf01239e81b01899992647766d0c073253b'/>
<id>e9280bf01239e81b01899992647766d0c073253b</id>
<content type='text'>
version of GetStyledText.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
version of GetStyledText.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION to</title>
<updated>2022-10-03T22:35:06+00:00</updated>
<author>
<name>Ferdinand Oeinck</name>
<email>unknown</email>
</author>
<published>2022-10-03T22:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f4d5c00424eff7c84b4152b4df4de5c0ba4b12bc'/>
<id>f4d5c00424eff7c84b4152b4df4de5c0ba4b12bc</id>
<content type='text'>
make it easier to edit around invisible text.
This also allows representing long lexemes with a single character to provide a
summarized view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make it easier to edit around invisible text.
This also allows representing long lexemes with a single character to provide a
summarized view.
</pre>
</div>
</content>
</entry>
<entry>
<title>Some simple tests for change history.</title>
<updated>2022-09-20T02:32:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-09-20T02:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=76bb58830b43d2a785508c42d2197c12f807afb6'/>
<id>76bb58830b43d2a785508c42d2197c12f807afb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
