<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa/ScintillaCocoa.h, branch rel-5-2-0</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>Widen styleNumber in PositionCacheEntry from 8 to 16 bits to allow styles</title>
<updated>2021-09-28T02:08:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-28T02:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=810964f8e6b80fbfdb7f96b9a084acc4cbe5a3a1'/>
<id>810964f8e6b80fbfdb7f96b9a084acc4cbe5a3a1</id>
<content type='text'>
larger than 255 to be represented.
Before this, it may have been possible but extremely rare for a cache entry to
wrongly match a styled lexeme and produce incorrect layout.
Using uint16_t from cstdint instead of a bit field as tools perform more
checking on that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
larger than 255 to be represented.
Before this, it may have been possible but extremely rare for a cache entry to
wrongly match a styled lexeme and produce incorrect layout.
Using uint16_t from cstdint instead of a bit field as tools perform more
checking on that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify SetScrollingSize and use const where possible.</title>
<updated>2021-08-27T06:42:40+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-27T06:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2413db664abc3389f11be3a6839acc618a70d1d0'/>
<id>2413db664abc3389f11be3a6839acc618a70d1d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2268]. Fix memory leak caused by circular references.</title>
<updated>2021-07-27T22:13:31+00:00</updated>
<author>
<name>Arne Scheffler</name>
<email>unknown</email>
</author>
<published>2021-07-27T22:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=36ba9c53f43531fa78d41bf1c4b94fc5b8da2467'/>
<id>36ba9c53f43531fa78d41bf1c4b94fc5b8da2467</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SciFnDirectStatus, a direct access function which also returns status so can</title>
<updated>2021-06-16T23:28:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-16T23:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9e52243831ceffced1e9f0ef27041770fe13a85a'/>
<id>9e52243831ceffced1e9f0ef27041770fe13a85a</id>
<content type='text'>
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
</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>Implement UpdateBaseElements on Cocoa to update colours to match current system</title>
<updated>2021-05-10T13:02:05+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-10T13:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7b98798ee4047aec150927d3b5fc6a75f78e0273'/>
<id>7b98798ee4047aec150927d3b5fc6a75f78e0273</id>
<content type='text'>
settings. Trigger UpdateBaseElements when system settings change.
This makes Scintilla (by default) track the correct tint to show as the
selection background.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
settings. Trigger UpdateBaseElements when system settings change.
This makes Scintilla (by default) track the correct tint to show as the
selection background.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change first responder / active handling so only treating as focussed when</title>
<updated>2021-05-09T06:39:30+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-09T06:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=843ce05440fcd4ba7d19f8b612ab526c88296ad0'/>
<id>843ce05440fcd4ba7d19f8b612ab526c88296ad0</id>
<content type='text'>
both active and first responder.
This has no visual effect yet but allows greying the selection when not focussed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
both active and first responder.
This has no visual effect yet but allows greying the selection when not focussed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType</title>
<updated>2021-04-27T00:04:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-27T00:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=13b6f88d9b4710e1c51b36a97c3b45a6441a7820'/>
<id>13b6f88d9b4710e1c51b36a97c3b45a6441a7820</id>
<content type='text'>
and CharacterCategoryMap to avoid clashes with Lexilla when building an
executable that includes both.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and CharacterCategoryMap to avoid clashes with Lexilla when building an
executable that includes both.
</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>Switch enum to enum class.</title>
<updated>2021-03-18T23:40:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-18T23:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=25aca885085525118aec6fee7c1ff49442d90582'/>
<id>25aca885085525118aec6fee7c1ff49442d90582</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
