<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-5-5-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>Feature [feature-requests:#1512]. Size ms in initializer list.</title>
<updated>2024-03-22T22:25:01+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-03-22T22:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6e28c96eb4ac81fba49dde0d11872c90ef971484'/>
<id>6e28c96eb4ac81fba49dde0d11872c90ef971484</id>
<content type='text'>
Remove erase() and reset() for items that are not set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove erase() and reset() for items that are not set.
</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>Feature [feature-requests:#1512]. Simplify ScaledVector::PushBack.</title>
<updated>2024-03-22T22:08:06+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-03-22T22:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d8b5fc5dd9542e011974803ae5bdc0190baed774'/>
<id>d8b5fc5dd9542e011974803ae5bdc0190baed774</id>
<content type='text'>
Prefer UndoActions::Length to UndoActions::lengths.ValueAt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prefer UndoActions::Length to UndoActions::lengths.ValueAt.
</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>Feature [feature-requests:#1512]. Encapsulate access to position and length.</title>
<updated>2024-03-14T20:42:51+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-03-14T20:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=16f53f7b3f2f16f5caf62ae01d3e892d70f7d9ca'/>
<id>16f53f7b3f2f16f5caf62ae01d3e892d70f7d9ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ColourRGBA::Grey constructing method to simplify use of grey-scale colours.</title>
<updated>2024-03-13T23:23:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-03-13T23:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7b318c5156ae8b4c9a014717416ceaab7cf2aade'/>
<id>7b318c5156ae8b4c9a014717416ceaab7cf2aade</id>
<content type='text'>
Use symbolic constants for colour components, fixing 'magic number' warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use symbolic constants for colour components, fixing 'magic number' warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use const iterators where possible.</title>
<updated>2024-03-13T21:42:18+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-03-13T21:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=afd1e8e565a5d80b622b283a217681981f066495'/>
<id>afd1e8e565a5d80b622b283a217681981f066495</id>
<content type='text'>
Implement IsDifferentColour to avoid clang-tidy warning about unchecked optional.
Share code between SetElementColour and SetElementBase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement IsDifferentColour to avoid clang-tidy warning about unchecked optional.
Share code between SetElementColour and SetElementBase.
</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:#1512]. Simplify WriteValue.</title>
<updated>2024-03-10T22:16:24+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-03-10T22:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f4ba63335f039d9632f157614cff92d35b14dfa4'/>
<id>f4ba63335f039d9632f157614cff92d35b14dfa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2432]. Fix redo failure.</title>
<updated>2024-03-08T22:02:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-03-08T22:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fe074f193e72d030447b96a231846a24b17a41ac'/>
<id>fe074f193e72d030447b96a231846a24b17a41ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
