<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch rel-5-0-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>Updates for 5.0.2.</title>
<updated>2021-04-20T21:32:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-20T21:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ba9c223e464369c59674bf6592c4129121d28e1f'/>
<id>ba9c223e464369c59674bf6592c4129121d28e1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2248]. Make autocompletion look the same on macOS 11 as macOS 10</title>
<updated>2021-04-20T04:50:28+00:00</updated>
<author>
<name>Petko Georgiev</name>
<email>unknown</email>
</author>
<published>2021-04-20T04:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=37a05f796d8bb636873e411f24f94d8f37f4c51e'/>
<id>37a05f796d8bb636873e411f24f94d8f37f4c51e</id>
<content type='text'>
by using NSTableViewStylePlain. This prevents truncation of the text of items
as well as avoiding problems with size and padding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by using NSTableViewStylePlain. This prevents truncation of the text of items
as well as avoiding problems with size and padding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn off assert for release builds.</title>
<updated>2021-04-11T02:22:23+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-11T02:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=94db8c377f08529e4c49c828d2c75c826c51d52e'/>
<id>94db8c377f08529e4c49c828d2c75c826c51d52e</id>
<content type='text'>
Remove old SCI_EMPTYCATALOGUE define which is no longer used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove old SCI_EMPTYCATALOGUE define which is no longer used.
</pre>
</div>
</content>
</entry>
<entry>
<title>More noexcept on Cocoa, GTK, and Qt.</title>
<updated>2021-04-05T11:26:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-05T11:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c81cf0efc07247f320b649f35500af64ff19ac24'/>
<id>c81cf0efc07247f320b649f35500af64ff19ac24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>Bug [#2238]. Fix drawing in revealed area after enlarging window.</title>
<updated>2021-04-02T05:07:39+00:00</updated>
<author>
<name>Petko Georgiev</name>
<email>unknown</email>
</author>
<published>2021-04-02T05:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a515bc2776c8f577b69ebe38a8b3225f768c5ceb'/>
<id>a515bc2776c8f577b69ebe38a8b3225f768c5ceb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify ListBox::GetValue to return a std::string to avoid fixed size buffers</title>
<updated>2021-03-28T22:03:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-28T22:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f1ad63380ea954ae42c26d0a4fc0e46574cd9e5f'/>
<id>f1ad63380ea954ae42c26d0a4fc0e46574cd9e5f</id>
<content type='text'>
and the possibility of truncation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and the possibility of truncation.
</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 SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell and</title>
<updated>2021-03-26T07:02:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-26T07:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ceb3ef8f45e5599d3993d347dfff2ac249902d97'/>
<id>ceb3ef8f45e5599d3993d347dfff2ac249902d97</id>
<content type='text'>
pixel oriented platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pixel oriented platforms.
</pre>
</div>
</content>
</entry>
</feed>
