<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/Editor.h, branch rel-5-4-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>Avoid reinterpret_cast and add const.</title>
<updated>2024-02-15T04:19:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-02-15T04:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1681b7fc9da6d455ab73a96816a47f6ba263017c'/>
<id>1681b7fc9da6d455ab73a96816a47f6ba263017c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mouse capture and automatic scrolling are always started and stopped together so</title>
<updated>2023-11-05T21:05:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-11-05T21:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c32f6adbe3ba88dc14839280213578c7656d2e38'/>
<id>c32f6adbe3ba88dc14839280213578c7656d2e38</id>
<content type='text'>
encapsulate that in ChangeMouseCapture method.
Does not change behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
encapsulate that in ChangeMouseCapture method.
Does not change behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract DropSelection into a method so it can be reused.</title>
<updated>2023-11-05T20:59:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-11-05T20:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1272f93ac3afd3892d04364fdc5abba56161951d'/>
<id>1272f93ac3afd3892d04364fdc5abba56161951d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_SELECTIONFROMPOINT for modifying multiple selections.</title>
<updated>2023-11-05T11:11:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-11-05T11:11:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=26b60d88b6d848f3ba55ca046852e079be5fe3c6'/>
<id>26b60d88b6d848f3ba55ca046852e079be5fe3c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.</title>
<updated>2023-11-05T03:59:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-11-05T03:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a3dd1952c420158febe7a11d596ba3f402eb17ab'/>
<id>a3dd1952c420158febe7a11d596ba3f402eb17ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract key code from HorizontalMove to shorten and simplify it.</title>
<updated>2023-10-27T10:12:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-27T10:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=29ff682132a9de383243794764bd12d9e43e4899'/>
<id>29ff682132a9de383243794764bd12d9e43e4899</id>
<content type='text'>
New methods are SelectionMove, PositionMove, HomeWrapPosition and
SelectionPosition::AddVirtualSpace.
This refactoring commit does not change behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New methods are SelectionMove, PositionMove, HomeWrapPosition and
SelectionPosition::AddVirtualSpace.
This refactoring commit does not change behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add const where viable.</title>
<updated>2023-06-27T22:42:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-06-27T22:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=15e24b271d134ce630d5034ca8a1bf8c08dc6a56'/>
<id>15e24b271d134ce630d5034ca8a1bf8c08dc6a56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add multithreaded wrap to significantly improve performance of wrapping large</title>
<updated>2023-03-02T11:02:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-03-02T11:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=43ba96d61994db084e61b31df278d2d87c1f313c'/>
<id>43ba96d61994db084e61b31df278d2d87c1f313c</id>
<content type='text'>
files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache client size when view moved or sized. That allows access to it from</title>
<updated>2023-03-02T05:46:14+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-03-02T05:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c61df8742a4865ac9c67f8ed017248b82fe5574e'/>
<id>c61df8742a4865ac9c67f8ed017248b82fe5574e</id>
<content type='text'>
secondary threads which otherwise shows warnings.
Earlier approach of caching client rectangle failed to handle scrolling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
secondary threads which otherwise shows warnings.
Earlier approach of caching client rectangle failed to handle scrolling.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1474] Move EOL string function to Document and return</title>
<updated>2023-01-12T11:02:24+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-01-12T11:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ac090022ebef882b2b403174b06a3edf391e705'/>
<id>7ac090022ebef882b2b403174b06a3edf391e705</id>
<content type='text'>
string_view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
string_view.
</pre>
</div>
</content>
</entry>
</feed>
