<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/ViewStyle.cxx, branch rel-5-6-1</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>Small optimization avoids retrieving font ascent twice.</title>
<updated>2025-12-21T22:04:53+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-12-21T22:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cf2169f74a2ed05ee7f5d0c74436b8da32a8de1d'/>
<id>cf2169f74a2ed05ee7f5d0c74436b8da32a8de1d</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:#1571]. Improve determination of monospace.</title>
<updated>2025-12-21T22:03:18+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-12-21T22:03:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6fbec94e04de1fe14351adb42564bfd17ceed2b2'/>
<id>6fbec94e04de1fe14351adb42564bfd17ceed2b2</id>
<content type='text'>
Use minimum width of ASCII graphic characters instead of font's reported average
character width to determine reasonable epsilon for equality of all graphic
character widths. Case reported where average character width was inaccurate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use minimum width of ASCII graphic characters instead of font's reported average
character width to determine reasonable epsilon for equality of all graphic
character widths. Case reported where average character width was inaccurate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use symbolic constants and simplify code.</title>
<updated>2025-12-07T22:44:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-12-07T22:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3b9c68ac4239f07d7a9117010778987e5b98502c'/>
<id>3b9c68ac4239f07d7a9117010778987e5b98502c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t.</title>
<updated>2024-11-25T21:19:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-11-25T21:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1beb1d8b049d1bc998c513221ba758b633074d58'/>
<id>1beb1d8b049d1bc998c513221ba758b633074d58</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_STYLESETSTRETCH to support condensed and expanded text styles.</title>
<updated>2024-08-15T09:02:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-08-15T09:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dcbc339899911e1a3a743de1c0c25d0c253dd39a'/>
<id>dcbc339899911e1a3a743de1c0c25d0c253dd39a</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:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font.</title>
<updated>2024-07-02T23:44:24+00:00</updated>
<author>
<name>Martijn Laan</name>
<email>unknown</email>
</author>
<published>2024-07-02T23:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ed0aed7dc463ee5c0f2b7c0989e231cce2c835b8'/>
<id>ed0aed7dc463ee5c0f2b7c0989e231cce2c835b8</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]. 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>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>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>
</feed>
