<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/EditView.cxx, 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>Fix Cocoa bidirectional mode crash when scrolled before start of document.</title>
<updated>2025-10-13T02:27:07+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-10-13T02:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=66185664e71b7cd65fa933467e338c665b2d5b88'/>
<id>66185664e71b7cd65fa933467e338c665b2d5b88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recreate all pixmaps if any null as this may better handle cases where some</title>
<updated>2025-05-29T00:37:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-05-29T00:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=922a70ac051ac097632bc26e56c23fffb65aa43d'/>
<id>922a70ac051ac097632bc26e56c23fffb65aa43d</id>
<content type='text'>
allocations succeed and others fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allocations succeed and others fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn on type conversion warnings for GCC and fix them.</title>
<updated>2025-04-03T03:52:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-04-03T03:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b4300bf40c1134231af48cab4f38c5394976d9a1'/>
<id>b4300bf40c1134231af48cab4f38c5394976d9a1</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:#1539]. Avoid calling UpdateBidiData for each subline.</title>
<updated>2025-01-06T22:23:31+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-01-06T22:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8cb01625f379c89cd59b25750570fc190140ee61'/>
<id>8cb01625f379c89cd59b25750570fc190140ee61</id>
<content type='text'>
Remove vector of draw phases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove vector of draw phases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1516]. Access SpecialRepresentations through a</title>
<updated>2024-05-16T11:49:11+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-05-16T11:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8d4e03d3e827540d1f60e96091c0c71973910ff5'/>
<id>8d4e03d3e827540d1f60e96091c0c71973910ff5</id>
<content type='text'>
unique_ptr. Reduces executable size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unique_ptr. Reduces executable size.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1512]. Reduce calls to vsDraw.ElementColour.</title>
<updated>2024-03-22T22:08:55+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-03-22T22:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d2a6698c2648279c928d50a975e912b0ac511fbe'/>
<id>d2a6698c2648279c928d50a975e912b0ac511fbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2417]. Add elements for inactive additional selections</title>
<updated>2024-03-15T06:54:07+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-03-15T06:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bb387ecf5a9a81723637a153896e4ee0eb16bbc8'/>
<id>bb387ecf5a9a81723637a153896e4ee0eb16bbc8</id>
<content type='text'>
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT and
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT and
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace magic number 32 with defined MarkerMax (31), adjusting condition.</title>
<updated>2024-03-12T04:12:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-03-12T04:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=477a158eb6d4bc035fe7bd5bfc477c7001dcc7dc'/>
<id>477a158eb6d4bc035fe7bd5bfc477c7001dcc7dc</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:#1502] Simplify FlagSet expressions.</title>
<updated>2023-11-23T22:01:05+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-11-23T22:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0d84ef7da391ff193c944cb47b7a4eddeb61d8c3'/>
<id>0d84ef7da391ff193c944cb47b7a4eddeb61d8c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename bugColour to colourBug to follow convention.</title>
<updated>2023-10-09T23:09:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-09T23:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3cfe8e087cea56ab445a3bf1da3762e5c224c374'/>
<id>3cfe8e087cea56ab445a3bf1da3762e5c224c374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
