<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/CaseFolder.cxx, branch rel-5-5-6</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:#1389] Initialize CaseFolderTable to ASCII so</title>
<updated>2022-04-08T00:05:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-04-08T00:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8a44ef9acfda0ec46a541f0be56333eb5cf6b0ff'/>
<id>8a44ef9acfda0ec46a541f0be56333eb5cf6b0ff</id>
<content type='text'>
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
</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>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>Change CaseConversion to an enum class.</title>
<updated>2021-04-05T05:48:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-05T05:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9f9b24ae9bc0ae771454732868cdb136fe995e42'/>
<id>9f9b24ae9bc0ae771454732868cdb136fe995e42</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 possible.</title>
<updated>2020-03-24T12:04:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-24T12:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c98b190d47f6adb869305baf6ee8447de79d463e'/>
<id>c98b190d47f6adb869305baf6ee8447de79d463e</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 reasonable.</title>
<updated>2019-03-03T04:35:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-03T04:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e55ed4dd7a0caf0b4a6fdb4e6e2b30e159e772d2'/>
<id>e55ed4dd7a0caf0b4a6fdb4e6e2b30e159e772d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Safety improvements for character code - drop reinterpret_cast, ensure more</title>
<updated>2018-04-21T06:18:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-21T06:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d05d7fbd132b6a8060b3f0fa3a7a56cfaa0c41e0'/>
<id>d05d7fbd132b6a8060b3f0fa3a7a56cfaa0c41e0</id>
<content type='text'>
variables are initialized, specify noexcept when safe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
variables are initialized, specify noexcept when safe.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unwanted include.</title>
<updated>2018-03-24T03:07:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-24T03:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=31fea208290c4e4be494b315ebedaac31963c371'/>
<id>31fea208290c4e4be494b315ebedaac31963c371</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The Scintilla namespace is always active for internal symbols and for the lexer</title>
<updated>2017-09-10T23:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-10T23:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf'/>
<id>313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf</id>
<content type='text'>
interfaces ILexer4 and IDocument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interfaces ILexer4 and IDocument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make std::exception visible to all core code to remove chance that a different</title>
<updated>2015-07-03T23:27:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-03T23:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e767f21c8ce6bb5c6291fd501562b8392c93ce70'/>
<id>e767f21c8ce6bb5c6291fd501562b8392c93ce70</id>
<content type='text'>
tool set will not indirectly include &lt;stdexcept&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tool set will not indirectly include &lt;stdexcept&gt;.
</pre>
</div>
</content>
</entry>
</feed>
