<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/EditView.h, branch rel-5-5-8</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>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>Feature [feature-requests:#1476] Move default representation code into</title>
<updated>2023-02-12T01:01:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-12T01:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=80a1e22a987c4e749dd03500edc3ac4e189537c5'/>
<id>80a1e22a987c4e749dd03500edc3ac4e189537c5</id>
<content type='text'>
SpecialRepresentations class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SpecialRepresentations class.
</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>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>Reorder arguments to drawing functions to be consistent.</title>
<updated>2022-12-12T11:29:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-12-12T11:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=db320f1668fceec9c625ac5ccdf9864200386f0e'/>
<id>db320f1668fceec9c625ac5ccdf9864200386f0e</id>
<content type='text'>
Make methods private or make into functions where possible to hide more
implementation.
Reorder methods and functions so related code closer and header and
implementation match order.
Use unnamed namespace instead of static.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make methods private or make into functions where possible to hide more
implementation.
Reorder methods and functions so related code closer and header and
implementation match order.
Use unnamed namespace instead of static.
</pre>
</div>
</content>
</entry>
<entry>
<title>Shorten code with ColourOptional alias for std::optional&lt;ColourRGBA&gt;.</title>
<updated>2022-12-09T02:54:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-12-09T02:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4bae79983a02af9c822a714f3dba48c52f347629'/>
<id>4bae79983a02af9c822a714f3dba48c52f347629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move EditView::hideSelection to (inverted) SelectionAppearance::visible so that</title>
<updated>2022-07-22T10:32:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-22T10:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6d53881b6c21e7824ba3c83ac175bb233f8ff2a8'/>
<id>6d53881b6c21e7824ba3c83ac175bb233f8ff2a8</id>
<content type='text'>
it can differ between screen and print.
Add GetSelectionHidden to allow testing of HideSelection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it can differ between screen and print.
Add GetSelectionHidden to allow testing of HideSelection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Duplicate APIs to support 64-bit document positions on Win32:</title>
<updated>2022-05-16T22:52:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-05-16T22:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=475450c76ceef43a7f5b2c68ed5848baee96b6dc'/>
<id>475450c76ceef43a7f5b2c68ed5848baee96b6dc</id>
<content type='text'>
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
</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>
</feed>
