<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa/ScintillaCocoa.h, branch rel-3-5-5</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>Implement additional methods from the NSTextInputClient protocol so that more</title>
<updated>2015-02-21T23:12:28+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-21T23:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=073e3f561733cf37e4173542f9652f5f46b35ea3'/>
<id>073e3f561733cf37e4173542f9652f5f46b35ea3</id>
<content type='text'>
features of the IME work. attributedSubstringForProposedRange:actualRange: and
characterIndexForPoint: now have full implementations.
This required using UTF-16 document indexes in many places as that is what
Cocoa wants. Tentative undo is used for the composition text instead of turning
off undo as that is safer and similar to IME code on other platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
features of the IME work. attributedSubstringForProposedRange:actualRange: and
characterIndexForPoint: now have full implementations.
This required using UTF-16 document indexes in many places as that is what
Cocoa wants. Tentative undo is used for the composition text instead of turning
off undo as that is safer and similar to IME code on other platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 on Cocoa.</title>
<updated>2015-02-16T00:13:24+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-16T00:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8ad87a8f8ce2aca54714f7f2735638ac5d14d830'/>
<id>8ad87a8f8ce2aca54714f7f2735638ac5d14d830</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include &lt;stdexcept&gt; so that exceptions derived from std::runtime_error can be</title>
<updated>2014-10-02T06:00:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-10-02T06:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=84776cf68513c6e62e6f5f6b4c6d829469c0c115'/>
<id>84776cf68513c6e62e6f5f6b4c6d829469c0c115</id>
<content type='text'>
used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement separate timers for each type of periodic activity and turn them on and off</title>
<updated>2014-07-15T02:04:54+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-15T02:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=baf2d31068737bf24102cee6a7fed33e0d00d1f3'/>
<id>baf2d31068737bf24102cee6a7fed33e0d00d1f3</id>
<content type='text'>
as required. This saves power as there are fewer wake ups.
A tolerance value is provided so that platforms that support coalescing timers,
Windows 8+ and OS X 10.9+, can use them.
The previous global 100 millisecond timer may still be used by non-core platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as required. This saves power as there are fewer wake ups.
A tolerance value is provided so that platforms that support coalescing timers,
Windows 8+ and OS X 10.9+, can use them.
The previous global 100 millisecond timer may still be used by non-core platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split out EditModel, MarginView, and EditView classes into separate files.</title>
<updated>2014-07-08T08:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-08T08:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e53ed747c8090fa4c4853388f0ef4836c9bd8c8d'/>
<id>e53ed747c8090fa4c4853388f0ef4836c9bd8c8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Specifying some methods as const as they are used from display and measurement</title>
<updated>2014-07-08T03:08:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-08T03:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7a875962c50e21c6403bdeecc549faca72a3bea1'/>
<id>7a875962c50e21c6403bdeecc549faca72a3bea1</id>
<content type='text'>
code that will be changed to have read-only access.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
code that will be changed to have read-only access.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused TopContainer method. Use less specific types when possible.</title>
<updated>2014-06-17T05:44:37+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-06-17T05:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4ebd8b6024c5653f10810f3df4f0cf823c41b30f'/>
<id>4ebd8b6024c5653f10810f3df4f0cf823c41b30f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Header include statements are now in a standardised order with that order</title>
<updated>2014-05-24T05:15:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-24T05:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4e5903ca21ac15692c94be0167f18b994d3df2f9'/>
<id>4e5903ca21ac15692c94be0167f18b994d3df2f9</id>
<content type='text'>
defined in scripts/HeaderOrder.txt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
defined in scripts/HeaderOrder.txt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use exact SciFnDirect function signature for DirectFunction as earlier version</title>
<updated>2014-05-02T13:19:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-02T13:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=42ce770c6497f865ce34a93f63cc376c3152f3c4'/>
<id>42ce770c6497f865ce34a93f63cc376c3152f3c4</id>
<content type='text'>
depended on undefined behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
depended on undefined behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve scrolling by performing styling in methods called before drawing instead of inside drawing</title>
<updated>2014-03-27T05:15:21+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-27T05:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c7062988fae7ef98dc94b4b4956d01cbd4c6226c'/>
<id>c7062988fae7ef98dc94b4b4956d01cbd4c6226c</id>
<content type='text'>
which then caused the drawing to be abandoned, and black blocks to appear on-screen.
Discard responsive scrolling overdraw when that overdrawn content is invalid.
Style just the visible area instead of the whole document when styling changes run beyond
painting area.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which then caused the drawing to be abandoned, and black blocks to appear on-screen.
Discard responsive scrolling overdraw when that overdrawn content is invalid.
Style just the visible area instead of the whole document when styling changes run beyond
painting area.
</pre>
</div>
</content>
</entry>
</feed>
