<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-5-5-5</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>Use ComPtr for render targets of SurfaceD2D.</title>
<updated>2025-02-18T22:58:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-18T22:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=52837cfc42dcc7952de38b490dc0ebbb56ca00bf'/>
<id>52837cfc42dcc7952de38b490dc0ebbb56ca00bf</id>
<content type='text'>
Add comments about different types of Surface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add comments about different types of Surface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor warnings silenced. No return value from void functions, catch the</title>
<updated>2025-02-17T21:41:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-17T21:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a6278c653a6161ddf59274136c53997d1a966eaa'/>
<id>a6278c653a6161ddf59274136c53997d1a966eaa</id>
<content type='text'>
impossible exception, const some iterators.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
impossible exception, const some iterators.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid type error from some compilers from returning braced values like</title>
<updated>2025-02-17T21:25:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-17T21:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a6913a4b13119fc9df9f9e59af4fcd914bb4c6f'/>
<id>9a6913a4b13119fc9df9f9e59af4fcd914bb4c6f</id>
<content type='text'>
{ unicodeReplacementChar, 1 } instead of constructed objects.
Declare named const values for 2 failure cases of CharacterExtracted.
Remove some dead code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
{ unicodeReplacementChar, 1 } instead of constructed objects.
Declare named const values for 2 failure cases of CharacterExtracted.
Remove some dead code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor changes to reduce warnings from Clang-Tidy.</title>
<updated>2025-02-15T00:16:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-15T00:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=99497f846e812b5333eca87fe9f9812eab7daaf0'/>
<id>99497f846e812b5333eca87fe9f9812eab7daaf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the previous change to prioritise breaking at style-change and spaces (when</title>
<updated>2025-02-14T22:13:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-14T22:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b4f518b2c7c5676b14b80518ddf75a77f39f00b4'/>
<id>b4f518b2c7c5676b14b80518ddf75a77f39f00b4</id>
<content type='text'>
specified) and only discard the last combined character when these fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
specified) and only discard the last combined character when these fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>For wrapping, try to break lines without separating letters from modifiers.</title>
<updated>2025-02-14T01:24:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-14T01:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0526a5ca6efb68152f88d9a258ef957b808cd831'/>
<id>0526a5ca6efb68152f88d9a258ef957b808cd831</id>
<content type='text'>
There are still problems for languages like Javanese but it will improve most
cases.
Unicode proposal to improve line breaking:
https://www.unicode.org/L2/L2022/22080r2-line-break-ortho-bnd.pdf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are still problems for languages like Javanese but it will improve most
cases.
Unicode proposal to improve line breaking:
https://www.unicode.org/L2/L2022/22080r2-line-break-ortho-bnd.pdf
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement LastCharacter to return the last character or character fragment in a</title>
<updated>2025-02-14T00:48:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-14T00:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=10e12f5d8d45ce1dadc97a09c11f9e0f340a79d3'/>
<id>10e12f5d8d45ce1dadc97a09c11f9e0f340a79d3</id>
<content type='text'>
potentially invalid UTF-8 string. Use this in DiscardLastCombinedCharacter.
Place DiscardLastCombinedCharacter in Scintilla::Internal namespace for use in
text wrap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
potentially invalid UTF-8 string. Use this in DiscardLastCombinedCharacter.
Place DiscardLastCombinedCharacter in Scintilla::Internal namespace for use in
text wrap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1417]. Fix some UTF-8 segmentation bugs by</title>
<updated>2025-02-14T00:11:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-14T00:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=33b4899b327695a66e3dd2ef056516a45a253878'/>
<id>33b4899b327695a66e3dd2ef056516a45a253878</id>
<content type='text'>
prioritising Unicode-safe base character check over ASCII punctuation check and
by treating emoji modifiers as modifiers instead of base characters.
This is better for
1) Keycap emoji: *, VARIATION SELECTOR-16, COMBINING ENCLOSING KEYCAP
2) Emoji + skin tone: WAVING HAND SIGN, EMOJI MODIFIER FITZPATRICK TYPE-1-2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prioritising Unicode-safe base character check over ASCII punctuation check and
by treating emoji modifiers as modifiers instead of base characters.
This is better for
1) Keycap emoji: *, VARIATION SELECTOR-16, COMBINING ENCLOSING KEYCAP
2) Emoji + skin tone: WAVING HAND SIGN, EMOJI MODIFIER FITZPATRICK TYPE-1-2
</pre>
</div>
</content>
</entry>
<entry>
<title>Add vertical scroll position into undo selection history unconditionally.</title>
<updated>2025-02-06T22:28:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-06T22:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=50d1e46ea7d6de76fc8d676888d9e14475fda04f'/>
<id>50d1e46ea7d6de76fc8d676888d9e14475fda04f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use operator== inside &lt;= and &gt;= to shorten code.</title>
<updated>2025-02-06T21:18:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-06T21:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2d14f22ef515b936e119940e7738ad1e08fcd2c7'/>
<id>2d14f22ef515b936e119940e7738ad1e08fcd2c7</id>
<content type='text'>
Drop else after return in asymmetric cases to clarify the returned value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop else after return in asymmetric cases to clarify the returned value.
</pre>
</div>
</content>
</entry>
</feed>
