<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, 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>Updates for version 5.3.2.</title>
<updated>2022-12-02T01:38:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-12-02T01:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6a2bac6f3b88075f441cfc4eed1072dda5cf1757'/>
<id>6a2bac6f3b88075f441cfc4eed1072dda5cf1757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Ensure variable is initialized.</title>
<updated>2022-12-01T22:38:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-12-01T22:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2a15393d36841175ffc27cac959bbc49af40ff29'/>
<id>2a15393d36841175ffc27cac959bbc49af40ff29</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:#1458] Move code into member functions, use</title>
<updated>2022-12-01T22:02:19+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-12-01T22:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=312b3bc50a7d8de832b1a8681644ba4681a9a598'/>
<id>312b3bc50a7d8de832b1a8681644ba4681a9a598</id>
<content type='text'>
string_view and constexpr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
string_view and constexpr.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change release compilation optimization option to favour speed over space.</title>
<updated>2022-12-01T06:27:09+00:00</updated>
<author>
<name>Mitchell Foral</name>
<email>unknown</email>
</author>
<published>2022-12-01T06:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a400bd33f0cb4f322de4208bb7159673a399521'/>
<id>9a400bd33f0cb4f322de4208bb7159673a399521</id>
<content type='text'>
-O2 for MSVC and -O3 for gcc and clang.
Change code in Editor.cxx to avoid a warning that occurs with gcc -O3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-O2 for MSVC and -O3 for gcc and clang.
Change code in Editor.cxx to avoid a warning that occurs with gcc -O3.
</pre>
</div>
</content>
</entry>
<entry>
<title>On Qt, allow string form XPM images for SCI_REGISTERIMAGE.</title>
<updated>2022-12-01T04:50:34+00:00</updated>
<author>
<name>Mitchell Foral</name>
<email>unknown</email>
</author>
<published>2022-12-01T04:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b80ca55f14fc7e0aa582a1b0b2117faf23ec29be'/>
<id>b80ca55f14fc7e0aa582a1b0b2117faf23ec29be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2344]. When GDI scaling is active, ensure correct monitor used for</title>
<updated>2022-11-28T23:22:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-11-28T23:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fce791bd563134b793ddd79b45c91b7d59e14c7b'/>
<id>fce791bd563134b793ddd79b45c91b7d59e14c7b</id>
<content type='text'>
determining scale factor.
Function name changed to avoid possibility of confusion with Win32 API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
determining scale factor.
Function name changed to avoid possibility of confusion with Win32 API.
</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>Bug [#2344]. Avoid blurry display with DirectWrite in GDI scaling mode.</title>
<updated>2022-11-26T11:28:13+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>unknown</email>
</author>
<published>2022-11-26T11:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a179c1bd5f83c7b6c649fadbf98ffb2309e50adc'/>
<id>a179c1bd5f83c7b6c649fadbf98ffb2309e50adc</id>
<content type='text'>
https://sourceforge.net/p/scintilla/code/merge-requests/28/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://sourceforge.net/p/scintilla/code/merge-requests/28/
</pre>
</div>
</content>
</entry>
<entry>
<title>Add const and noexcept where sensible.</title>
<updated>2022-11-24T07:38:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-11-24T07:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b9cef6c5e4baa41bfe1ff073d662153cb44880d7'/>
<id>b9cef6c5e4baa41bfe1ff073d662153cb44880d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
