<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/Decoration.cxx, branch sciteco-rel-5-5-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>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>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>Follow rule-of-zero by removing unnecessary destructors.</title>
<updated>2021-08-27T23:42:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-27T23:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f0e6ea3f244af47843a5c2d42066054467771685'/>
<id>f0e6ea3f244af47843a5c2d42066054467771685</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow rule-of-zero / rule-of-5 where reasonable by removing standard operators</title>
<updated>2021-08-22T12:14:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-22T12:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=afbd611bed7f27d0790fc19b18318e3ef213dfd8'/>
<id>afbd611bed7f27d0790fc19b18318e3ef213dfd8</id>
<content type='text'>
that are not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that are not needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes for Cppcheck 2.5.</title>
<updated>2021-08-07T07:08:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-07T07:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8b71eb6d6065ec233b5b40adb9c6b10407c73fee'/>
<id>8b71eb6d6065ec233b5b40adb9c6b10407c73fee</id>
<content type='text'>
Shift of unsigned to avoid too much shifting and overflow warnings.
Remove condition that was always true.
Remove suppressions no longer needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Shift of unsigned to avoid too much shifting and overflow warnings.
Remove condition that was always true.
Remove suppressions no longer needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h</title>
<updated>2021-05-24T09:31:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-24T09:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92290868cf9753d2df0d494cb44e2ff62a570b58'/>
<id>92290868cf9753d2df0d494cb44e2ff62a570b58</id>
<content type='text'>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</pre>
</div>
</content>
</entry>
<entry>
<title>std::optional is a basic vocabulary type that may be used widely so include</title>
<updated>2021-03-18T08:04:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-18T08:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=43c4b61bdd3669c2cc08d50f10401f0b04befcc9'/>
<id>43c4b61bdd3669c2cc08d50f10401f0b04befcc9</id>
<content type='text'>
almost everywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
almost everywhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move assert and debug trace functions into their own header Debugging.h.</title>
<updated>2021-03-18T07:14:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-18T07:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cb7f77559b1682e7655af5a88b5bbeb63899eca4'/>
<id>cb7f77559b1682e7655af5a88b5bbeb63899eca4</id>
<content type='text'>
PLATFORM_ASSERT is used in data structure headers which led to including
graphics and windowing APIs in data structure modules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PLATFORM_ASSERT is used in data structure headers which led to including
graphics and windowing APIs in data structure modules.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract geometry and colour definitions from Platform.h into src/Geometry.h.</title>
<updated>2021-03-16T23:49:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-16T23:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b36983d5f4550bb14afe0e557831b9004dad7409'/>
<id>b36983d5f4550bb14afe0e557831b9004dad7409</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use noexcept where safe and maintainable.</title>
<updated>2020-06-11T00:08:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-06-11T00:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a2931677c6e28aad5ddd56d82e5a8814746dc5fd'/>
<id>a2931677c6e28aad5ddd56d82e5a8814746dc5fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
