<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test, branch rel-5-3-2</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>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>
<entry>
<title>Exit earlier when Scintilla not found - it was continuing and displaying many</title>
<updated>2022-09-17T04:12:12+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-09-17T04:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=148518380f5a2cc21f0090bdc9d68e67af5b5cc2'/>
<id>148518380f5a2cc21f0090bdc9d68e67af5b5cc2</id>
<content type='text'>
failures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
failures.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PixelAlignCeil and call PixelAlign* to avoid repeated code.</title>
<updated>2022-09-02T00:55:40+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>unknown</email>
</author>
<published>2022-09-02T00:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4faa21ad78c41b863ad0ca9b205cf48a025c229e'/>
<id>4faa21ad78c41b863ad0ca9b205cf48a025c229e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added change history which can display document changes (modified, saved, ...)</title>
<updated>2022-07-31T05:51:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-31T05:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=926cb6f7d228b347db16a45e1f2632da475da1f0'/>
<id>926cb6f7d228b347db16a45e1f2632da475da1f0</id>
<content type='text'>
in the margin or in the text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the margin or in the text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply rule-of-zero to delete standard methods where possible as handled by</title>
<updated>2022-07-29T01:16:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-29T01:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e030b1d56785405cb35531758d603be88af9b487'/>
<id>e030b1d56785405cb35531758d603be88af9b487</id>
<content type='text'>
contained types. This allows flexibility as most lower-level data types can be
moved and SplitVector and Partitioning of non-move-only types may be copied.
CellBuffer still needs destructor due to incomplete type so retains all standard
operations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
contained types. This allows flexibility as most lower-level data types can be
moved and SplitVector and Partitioning of non-move-only types may be copied.
CellBuffer still needs destructor due to incomplete type so retains all standard
operations.
</pre>
</div>
</content>
</entry>
</feed>
