<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, 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>When an autocompletion list is shown in response to SCN_CHARADDED, do not</title>
<updated>2023-01-25T11:44:17+00:00</updated>
<author>
<name>Mitchell Foral</name>
<email>unknown</email>
</author>
<published>2023-01-25T11:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5736e5b866e1b291393829a3024374655d1cd55f'/>
<id>5736e5b866e1b291393829a3024374655d1cd55f</id>
<content type='text'>
process character as fill-up or stop.
This avoids closing immediately when a character may both trigger and finish
autocompletion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
process character as fill-up or stop.
This avoids closing immediately when a character may both trigger and finish
autocompletion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use LineLayout::LineNumber inside LineLayoutCache so it doesn't have to be</title>
<updated>2023-01-25T06:21:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-01-25T06:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bf5bf207cb43572fa887fd30cb92e960b2a949c8'/>
<id>bf5bf207cb43572fa887fd30cb92e960b2a949c8</id>
<content type='text'>
declared to be a friend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
declared to be a friend.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hoist line wrapping code into LineLayout::WrapLine as it has few dependencies.</title>
<updated>2023-01-25T05:48:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-01-25T05:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cc899ffb690aa53cfaff02fafb5297515f292164'/>
<id>cc899ffb690aa53cfaff02fafb5297515f292164</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow UTF-8 entries to coexist in the position cache alongside the document</title>
<updated>2023-01-23T03:34:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-01-23T03:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1a9af9dcdfcc8b6c1124278f3c1d9d64075ae82b'/>
<id>1a9af9dcdfcc8b6c1124278f3c1d9d64075ae82b</id>
<content type='text'>
encoding. Elements like character representations may be in UTF-8 while the
document is in a different encoding. UTF-8 will be used for additional features
and may later be the only encoding for the position cache.
This change does not change performance or the proportion of strings cached -
its purpose is to clean up callers and prepare for greater UTF-8 use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
encoding. Elements like character representations may be in UTF-8 while the
document is in a different encoding. UTF-8 will be used for additional features
and may later be the only encoding for the position cache.
This change does not change performance or the proportion of strings cached -
its purpose is to clean up callers and prepare for greater UTF-8 use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use intervals for drawing.</title>
<updated>2023-01-15T22:07:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-01-15T22:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=887da82073d4ab855a3ba95deaa652d475df21e2'/>
<id>887da82073d4ab855a3ba95deaa652d475df21e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace XYACCUMULATOR with XYPOSITION as will not return to single-precision</title>
<updated>2023-01-15T03:03:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-01-15T03:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8fe06c8d006a9f149a964f1a69b4f1230082ed00'/>
<id>8fe06c8d006a9f149a964f1a69b4f1230082ed00</id>
<content type='text'>
float calculations.
Remove unnecessary casts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
float calculations.
Remove unnecessary casts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate calculation of horizontal offset and use in more regular way.</title>
<updated>2023-01-15T02:32:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-01-15T02:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=31cf809299dc2129d26a698b81a0428af79e52fc'/>
<id>31cf809299dc2129d26a698b81a0428af79e52fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify DrawIndentGuide and move decision to offset out of loop.</title>
<updated>2023-01-15T02:15:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-01-15T02:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=75b9e2e143d73d0399ea3a9a8ae5c973fadc4b42'/>
<id>75b9e2e143d73d0399ea3a9a8ae5c973fadc4b42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>As text base line is constant, move calculation out of loop.</title>
<updated>2023-01-15T01:51:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-01-15T01:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b0b1287f399bc033708ef82a8e799759f14adb29'/>
<id>b0b1287f399bc033708ef82a8e799759f14adb29</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:#1444] Move GetFoldParent from Document to LineLevels</title>
<updated>2023-01-19T02:28:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-01-19T02:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=66f54388680a2617144e2bd3b4610f431c37fc02'/>
<id>66f54388680a2617144e2bd3b4610f431c37fc02</id>
<content type='text'>
as better modularity. Add LineLevels::GetFoldLevel for better type safety.
Simplify bounds checks in GetLevel and GetFoldLevel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as better modularity. Add LineLevels::GetFoldLevel for better type safety.
Simplify bounds checks in GetLevel and GetFoldLevel.
</pre>
</div>
</content>
</entry>
</feed>
