<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-5-3-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>Display bar marker correctly on last line of document.</title>
<updated>2022-08-17T09:04:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-17T09:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9792c2cf264219a6b78a16634f5404c8ed5131c3'/>
<id>9792c2cf264219a6b78a16634f5404c8ed5131c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug where deletion at line end indicated with point disappeared when text</title>
<updated>2022-08-15T07:06:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-15T07:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f8236d657fd29f392c3474e96d43a2c73ea216e8'/>
<id>f8236d657fd29f392c3474e96d43a2c73ea216e8</id>
<content type='text'>
inserted on line.
Ensure not using old data by clearing all positions - this was hiding problems
because deleted positions were still set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
inserted on line.
Ensure not using old data by clearing all positions - this was hiding problems
because deleted positions were still set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify SetCurrentValue as noexcept as that will not change.</title>
<updated>2022-08-13T22:11:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-13T22:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d3ff72f55ee5a99242b8de4b61088e0764edc159'/>
<id>d3ff72f55ee5a99242b8de4b61088e0764edc159</id>
<content type='text'>
Add cast functions to simplify code and avoid warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add cast functions to simplify code and avoid warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move ModifierFlags to ScintillaTypes.h as it is globally useful and not tied</title>
<updated>2022-08-13T09:58:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-13T09:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a3ad77a3499097ae3db33d95176458a0ef0dec2b'/>
<id>a3ad77a3499097ae3db33d95176458a0ef0dec2b</id>
<content type='text'>
to Editor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to Editor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid access to window IDs (which are platform-dependent) in code that doesn't</title>
<updated>2022-08-13T09:52:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-13T09:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5a19e2ac572bb0f3cd614836145a9d759263fd2d'/>
<id>5a19e2ac572bb0f3cd614836145a9d759263fd2d</id>
<content type='text'>
need them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
need them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce warnings with noexcept, fewer casts, and other minor changes.</title>
<updated>2022-08-13T08:12:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-13T08:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7d2f6bd5280613538c4beafac26a39348992d103'/>
<id>7d2f6bd5280613538c4beafac26a39348992d103</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move append of new line start into PositionCache as AddLineStart.</title>
<updated>2022-08-13T08:10:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-13T08:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=059594717cb36423733a0fbdee316f436d2e49a0'/>
<id>059594717cb36423733a0fbdee316f436d2e49a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation.</title>
<updated>2022-08-09T06:02:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-09T06:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5a75bc307318c1cf04f66390299792b87f37ff97'/>
<id>5a75bc307318c1cf04f66390299792b87f37ff97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary semicolons.</title>
<updated>2022-08-09T05:45:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-09T05:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f9b25c2b3062b5cabb5147d446152035361adae0'/>
<id>f9b25c2b3062b5cabb5147d446152035361adae0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2340] Add option to contract every level for SCI_FOLDALL called</title>
<updated>2022-07-29T23:00:32+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-07-29T23:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a91e4af5c5fbbe464093e24ae39f980b56598847'/>
<id>a91e4af5c5fbbe464093e24ae39f980b56598847</id>
<content type='text'>
SC_FOLDACTION_CONTRACT_EVERY_LEVEL.
Avoid processing lines multiple times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SC_FOLDACTION_CONTRACT_EVERY_LEVEL.
Avoid processing lines multiple times.
</pre>
</div>
</content>
</entry>
</feed>
