<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/MarginView.cxx, branch rel-5-6-2</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>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>Use global constants for opaque black and white and local constants for greys.</title>
<updated>2023-10-09T22:11:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-09T22:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b20c3b551a4a87888cf00e5f7da22d836015a073'/>
<id>b20c3b551a4a87888cf00e5f7da22d836015a073</id>
<content type='text'>
Makes it easier to understand and reduces warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it easier to understand and reduces warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Declare const where possible.</title>
<updated>2023-03-26T22:29:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-03-26T22:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=765390e6db2b69976448e92d9a86516ead9b0c09'/>
<id>765390e6db2b69976448e92d9a86516ead9b0c09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use maximum 4 digits for next fold level display when lexer incorrectly sets</title>
<updated>2023-02-16T22:16:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-16T22:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=286f99e34248b0bebc7663066a87c18dcc2ea97a'/>
<id>286f99e34248b0bebc7663066a87c18dcc2ea97a</id>
<content type='text'>
fold level to -1. Previously 8 digits were displayed due to sign extension.
Limit formatted length although no possibility of exceeding 100 characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fold level to -1. Previously 8 digits were displayed due to sign extension.
Limit formatted length although no possibility of exceeding 100 characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Draw SC_MARK_BAR markers underneath other markers as they often cover multiple</title>
<updated>2022-10-01T01:22:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-01T01:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=232fad28e7003fd38e2468258bcfacc61381ef7a'/>
<id>232fad28e7003fd38e2468258bcfacc61381ef7a</id>
<content type='text'>
lines for change history and other markers mark individual lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lines for change history and other markers mark individual lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hoist choosing marker variants into PartForFoldHighlight and PartForBar.</title>
<updated>2022-10-01T00:19:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-01T00:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b8202ab86ed353ebb5f6c70bde91df05a2c7a350'/>
<id>b8202ab86ed353ebb5f6c70bde91df05a2c7a350</id>
<content type='text'>
PaintOneMargin is constant so mark as const.
Extend scope of isExpanded to avoid recalculation.
This change set does not change behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PaintOneMargin is constant so mark as const.
Extend scope of isExpanded to avoid recalculation.
This change set does not change behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for change</title>
<updated>2022-07-31T12:21:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-31T12:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d38429108f2035d9fab0919271f6715cd1b7eda6'/>
<id>d38429108f2035d9fab0919271f6715cd1b7eda6</id>
<content type='text'>
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of
INDIC_COMPOSITIONTHICK be adjusted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of
INDIC_COMPOSITIONTHICK be adjusted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move main access to active marker bit set to model. This will allow merging in</title>
<updated>2022-07-30T22:16:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-30T22:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=535e20189d5a2dd9b43a6ea0a74749a50678d631'/>
<id>535e20189d5a2dd9b43a6ea0a74749a50678d631</id>
<content type='text'>
change history markers and simplifies calls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change history markers and simplifies calls.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark method const as its a reader.</title>
<updated>2021-10-25T21:52:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-10-25T21:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=51ee13281605a6d98f79cc610d022a5c02b3318b'/>
<id>51ee13281605a6d98f79cc610d022a5c02b3318b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
