<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch rel-3-4-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>Made indentation consistent.</title>
<updated>2014-03-27T21:37:30+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-27T21:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6431774b06be989f7dce6cf15b4b24effbaab739'/>
<id>6431774b06be989f7dce6cf15b4b24effbaab739</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Surround 10.9-specific calls with version checks to ensure builds on old SDKs.</title>
<updated>2014-03-27T07:24:47+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-27T07:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b98cccfe8bbd8a0596e88ce895bd7daa90fb3d69'/>
<id>b98cccfe8bbd8a0596e88ce895bd7daa90fb3d69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Indentation use tab.</title>
<updated>2014-03-26T00:34:55+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-26T00:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aefef213c2343b1e753664b2e606b91ed68db57b'/>
<id>aefef213c2343b1e753664b2e606b91ed68db57b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not call AddCharUTF for empty insertions as may crash when autocompletion active</title>
<updated>2014-03-26T00:25:19+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-26T00:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b64c296768de37dd2ed30a34ec7888e35fc13532'/>
<id>b64c296768de37dd2ed30a34ec7888e35fc13532</id>
<content type='text'>
or cause other unexpected behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
or cause other unexpected behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor range deletion into a method on ScintillaView.</title>
<updated>2014-03-26T00:23:55+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-26T00:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ed404335a35853d9250c703a3f28acde63b9b20d'/>
<id>ed404335a35853d9250c703a3f28acde63b9b20d</id>
<content type='text'>
For removeMarkedText, use range deletion instead of setting the selection and
inserting an empty string as this has fewer side effects and should avoid crashes
when an autocompletion list is active.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For removeMarkedText, use range deletion instead of setting the selection and
inserting an empty string as this has fewer side effects and should avoid crashes
when an autocompletion list is active.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to Xcode 5.1.</title>
<updated>2014-03-11T02:56:03+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-11T02:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=66aeb820cc3c4fded3dbe7e88261a73b438a2afe'/>
<id>66aeb820cc3c4fded3dbe7e88261a73b438a2afe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop adding an extra line to scrollable height as that led to cursor up/down</title>
<updated>2014-02-21T23:59:37+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-21T23:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff6804846edd29aec1f4f2f6d4f2fd73710c114d'/>
<id>ff6804846edd29aec1f4f2f6d4f2fd73710c114d</id>
<content type='text'>
movement bugs because different parts of the code disagreed on top line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
movement bugs because different parts of the code disagreed on top line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that argument is of correct type.</title>
<updated>2014-02-20T02:58:00+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-20T02:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b271798931854547ee53e4cc348a738c9c0833f0'/>
<id>b271798931854547ee53e4cc348a738c9c0833f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When window is offscreen, use the main screen for screen max Y to prevent</title>
<updated>2014-02-20T02:56:46+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-20T02:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a1d97f80602b2ad96510e603fa359c2a3069d431'/>
<id>a1d97f80602b2ad96510e603fa359c2a3069d431</id>
<content type='text'>
the window disappearing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the window disappearing.
</pre>
</div>
</content>
</entry>
</feed>
