<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-5-2-0</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>Make check value larger as it tripped on testing 100MB line.</title>
<updated>2022-02-02T05:26:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-02-02T05:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44f657160cc652b9d3b35883ac54f101d27d33cb'/>
<id>44f657160cc652b9d3b35883ac54f101d27d33cb</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:#1427] Add multithreaded layout which improves</title>
<updated>2022-02-02T03:25:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-02-02T03:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fd2623102a9bad31258a0ef31ce6a2972ae6ddad'/>
<id>fd2623102a9bad31258a0ef31ce6a2972ae6ddad</id>
<content type='text'>
performance significantly for very wide lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
performance significantly for very wide lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1422] Minor improvements to line layout and wrapping.</title>
<updated>2022-01-22T02:41:15+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-01-22T02:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=715a474013efcbe331ec184bf295138a7194004e'/>
<id>715a474013efcbe331ec184bf295138a7194004e</id>
<content type='text'>
May avoid some small costs and be clearer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
May avoid some small costs and be clearer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide details of PositionCache.</title>
<updated>2022-01-19T21:36:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-01-19T21:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a3fff53a48e63064b14f7a1842b20f260bc5a9bc'/>
<id>a3fff53a48e63064b14f7a1842b20f260bc5a9bc</id>
<content type='text'>
Move class declarations of PositionCache and PositionCacheEntry into cxx file
and only define IPositionCache interface and CreatePositionCache factory
function in header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move class declarations of PositionCache and PositionCacheEntry into cxx file
and only define IPositionCache interface and CreatePositionCache factory
function in header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize GetColumn a little.</title>
<updated>2022-01-13T03:55:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-01-13T03:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bbca46f628052cbebb041267b583cf217c6a7008'/>
<id>bbca46f628052cbebb041267b583cf217c6a7008</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:#1422] Fix scrollbar with annotations and wrapping.</title>
<updated>2021-12-16T01:49:10+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-12-16T01:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5641f6ad8f8d319562f2a3c10fbd251ad2e300ef'/>
<id>5641f6ad8f8d319562f2a3c10fbd251ad2e300ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>For iterators, make constructors explicit, remove operators that are defaulted</title>
<updated>2021-11-23T22:21:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-11-23T22:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=58f9140a90c7746d3f526ad71791d80fb0597a68'/>
<id>58f9140a90c7746d3f526ad71791d80fb0597a68</id>
<content type='text'>
correctly and use 'using' in preference to 'typedef'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
correctly and use 'using' in preference to 'typedef'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2294] Fix assertion failure with autocompletion list when order is</title>
<updated>2021-11-12T23:35:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-11-12T23:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=23f58dfe8eb50c7c9231aa81c9a23a5259134cbf'/>
<id>23f58dfe8eb50c7c9231aa81c9a23a5259134cbf</id>
<content type='text'>
SC_ORDER_CUSTOM or SC_ORDER_PERFORMSORT and the list is empty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SC_ORDER_CUSTOM or SC_ORDER_PERFORMSORT and the list is empty.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE to be more consistent</title>
<updated>2021-11-11T22:18:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-11-11T22:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=516dd7b28b8b14ad26824a89dd3ba4fffd04cabe'/>
<id>516dd7b28b8b14ad26824a89dd3ba4fffd04cabe</id>
<content type='text'>
with other APIs with respect to buffer lengths.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with other APIs with respect to buffer lengths.
</pre>
</div>
</content>
</entry>
<entry>
<title>Call ConstCharPtrFromSPtr when result should be const.</title>
<updated>2021-11-09T22:52:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-11-09T22:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5447b25f7b8092173876adc1d5680d73b00145a6'/>
<id>5447b25f7b8092173876adc1d5680d73b00145a6</id>
<content type='text'>
This limits use of the more dangerous form CharPtrFromSPtr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This limits use of the more dangerous form CharPtrFromSPtr.
</pre>
</div>
</content>
</entry>
</feed>
