<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt/ScintillaEdit, 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>Updates for 5.0.1.</title>
<updated>2021-04-03T08:34:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-03T08:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1485ec0b5f3fb3df5b4b4effba94ab1c621a8f2b'/>
<id>1485ec0b5f3fb3df5b4b4effba94ab1c621a8f2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.</title>
<updated>2021-03-28T21:25:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-28T21:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ab70e1041cb40c9d807a18ca7abb5c000adf2fdf'/>
<id>ab70e1041cb40c9d807a18ca7abb5c000adf2fdf</id>
<content type='text'>
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add colouralpha type to iface.</title>
<updated>2021-03-22T22:11:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-22T22:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2b892f992491481b73b4e14c3088416357821fdb'/>
<id>2b892f992491481b73b4e14c3088416357821fdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Geometry.cxx for geometric and colour operations too complex for headers.</title>
<updated>2021-03-19T02:43:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-19T02:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9659ea34246320bd9872740d1ee6a5c9ae9066c6'/>
<id>9659ea34246320bd9872740d1ee6a5c9ae9066c6</id>
<content type='text'>
Add FillStroke to hold parameters for drawing shapes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add FillStroke to hold parameters for drawing shapes.
</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>Update version number to 5.0.0.</title>
<updated>2021-03-05T06:33:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-05T06:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=450d27fc17ea7dcf446f968dd257579fd5eed364'/>
<id>450d27fc17ea7dcf446f968dd257579fd5eed364</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Qt projects to exclude lexers and lexlib.</title>
<updated>2020-11-07T01:35:36+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-11-07T01:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4c687a95b0afcfcb60bdb916ca460cc9cf9d18f5'/>
<id>4c687a95b0afcfcb60bdb916ca460cc9cf9d18f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version number to 4.4.6 and release date.</title>
<updated>2020-11-27T22:41:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-11-27T22:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=314bc4ad7b3a5443b20e895742c82e7357af1ef1'/>
<id>314bc4ad7b3a5443b20e895742c82e7357af1ef1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
