<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test, branch rel-5-0-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>Extract CharClassify::cc as CharacterClass and change to enum class.</title>
<updated>2021-04-05T07:30:40+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-05T07:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bada09f1e1634ac00eed3f23c4f748b1897de96a'/>
<id>bada09f1e1634ac00eed3f23c4f748b1897de96a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Convert Platform from a class to a namespace. Does not change callers.</title>
<updated>2021-03-16T12:48:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-16T12:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=99d16b51f142281f7d81cf3f704aff0e97bd1feb'/>
<id>99d16b51f142281f7d81cf3f704aff0e97bd1feb</id>
<content type='text'>
Make Assert, DebugPrintf, and similar noexcept so they can be used in noexcept
methods and they don't throw.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make Assert, DebugPrintf, and similar noexcept so they can be used in noexcept
methods and they don't throw.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.</title>
<updated>2021-03-11T22:21:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-11T22:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=199f9e16684c48d639c280b7f445c13dd0efb3a9'/>
<id>199f9e16684c48d639c280b7f445c13dd0efb3a9</id>
<content type='text'>
These have been superceded by Lexilla and the SetILexer API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These have been superceded by Lexilla and the SetILexer API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Catch2 so that unit tests will build on Apple Silicon Macs.</title>
<updated>2021-02-13T02:25:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-02-13T02:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dc8157f1f99e396e25afebc966e1d0e60d824ad0'/>
<id>dc8157f1f99e396e25afebc966e1d0e60d824ad0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make merging of Scintilla and Lexilla features work on older versions of Python.</title>
<updated>2021-02-11T12:02:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-02-11T12:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=375509a3cff648acd57c8b975921ebc37b1878ba'/>
<id>375509a3cff648acd57c8b975921ebc37b1878ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Read Lexilla constants from lexilla/include/LexicalStyles.iface and include</title>
<updated>2021-02-07T22:16:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-02-07T22:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3e9d5d99e9322906b11cc6e4958bbe34140e730a'/>
<id>3e9d5d99e9322906b11cc6e4958bbe34140e730a</id>
<content type='text'>
in known features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in known features.
</pre>
</div>
</content>
</entry>
<entry>
<title>On Linux/Qt, try to load Lexilla for tests that need a lexer but skip the tests</title>
<updated>2020-11-18T21:22:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-11-18T21:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cbb67b91304fe39f98000649a2c7f3b03a6f34fe'/>
<id>cbb67b91304fe39f98000649a2c7f3b03a6f34fe</id>
<content type='text'>
when Lexilla not found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when Lexilla not found.
</pre>
</div>
</content>
</entry>
</feed>
