<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch rel-3-6-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>Add Position.h as a place-holder and to allow #include "Position.h" in source.</title>
<updated>2015-07-27T03:10:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-27T03:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=478d819121d970ca773cb52c99f396a9bf73ee62'/>
<id>478d819121d970ca773cb52c99f396a9bf73ee62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Xcode project file to contain all the individual lexers split out from LexOthers</title>
<updated>2015-07-14T04:02:44+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-14T04:02:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5a8572335ccb274c1f59667292f1959e753f6278'/>
<id>5a8572335ccb274c1f59667292f1959e753f6278</id>
<content type='text'>
in the previous commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the previous commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>On Cocoa, translate exceptions into error codes.</title>
<updated>2015-07-03T22:49:16+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-03T22:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6852a57b20e1a514e6c504e8f0bed0114eb0dfba'/>
<id>6852a57b20e1a514e6c504e8f0bed0114eb0dfba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OS X deployment target to 10.7 at the project level as it already was</title>
<updated>2015-06-26T01:33:07+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-06-26T01:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2c9d6ddcf5a6f87e9829b5c72bc96729c45a6b4e'/>
<id>2c9d6ddcf5a6f87e9829b5c72bc96729c45a6b4e</id>
<content type='text'>
at the target level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
at the target level.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1740]. Cancel autocompletion and calltip when window moved.</title>
<updated>2015-06-25T07:38:51+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-06-25T07:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bd3911767b2c1a292ec566395457e48b77934f46'/>
<id>bd3911767b2c1a292ec566395457e48b77934f46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1740]. Improve autocompletion positioning to avoid being off-screen.</title>
<updated>2015-06-25T07:07:08+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-06-25T07:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cd077c8562b1ef0f1ad1c36c3c780af33296b6d5'/>
<id>cd077c8562b1ef0f1ad1c36c3c780af33296b6d5</id>
<content type='text'>
Not perfect when the Scintilla view is overlapping the screen edge or dock
as the position moved to is based on the view's area.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not perfect when the Scintilla view is overlapping the screen edge or dock
as the position moved to is based on the view's area.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash in drag and drop.</title>
<updated>2015-06-19T00:11:44+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-06-19T00:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f85a86f72d0f51ba13ecb9445468dbf2a8a89edd'/>
<id>f85a86f72d0f51ba13ecb9445468dbf2a8a89edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated test program with Xcode recommended settings.</title>
<updated>2015-06-18T23:30:52+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-06-18T23:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=87c616aca17c4f5b0fdd373641f9ec95c4bbe04b'/>
<id>87c616aca17c4f5b0fdd373641f9ec95c4bbe04b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1728]. Initialise fields to nil when they may be released in ReleaseViews</title>
<updated>2015-05-28T23:50:43+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-28T23:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ead808cdad0c6b7b9706c044bf078feefa101852'/>
<id>ead808cdad0c6b7b9706c044bf078feefa101852</id>
<content type='text'>
without ever being allocated by Create.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
without ever being allocated by Create.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in comment</title>
<updated>2014-01-20T06:38:42+00:00</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2014-01-20T06:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=598a762a5c45546e9cc3a6ae589aca92ed74d957'/>
<id>598a762a5c45546e9cc3a6ae589aca92ed74d957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
