<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch rel-3-3-6</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>To follow naming conventions InnerView was renamed to SCIContentView and</title>
<updated>2013-10-13T21:14:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-10-13T21:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=13814407453aebe75f47aef9ac7e70723d345eb9'/>
<id>13814407453aebe75f47aef9ac7e70723d345eb9</id>
<content type='text'>
MarginView was renamed to SCIMarginView.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MarginView was renamed to SCIMarginView.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1024]. Lexer added for Rust language.</title>
<updated>2013-10-07T22:10:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-10-07T22:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6dfbe8e902d1bde666fbd18d2a4e6bf1074f7e4b'/>
<id>6dfbe8e902d1bde666fbd18d2a4e6bf1074f7e4b</id>
<content type='text'>
From SiegeLord.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From SiegeLord.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow subclassing InnerView.</title>
<updated>2013-10-05T23:03:24+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-10-05T23:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=96b170e7fb83233c50b17fedf650a6ba8aaa7364'/>
<id>96b170e7fb83233c50b17fedf650a6ba8aaa7364</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1534]. Drag and drop fails when destination view is empty.</title>
<updated>2013-10-04T23:07:21+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-10-04T23:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c96d2fd09ba30c5b769785ecfc13a48cfae4af5b'/>
<id>c96d2fd09ba30c5b769785ecfc13a48cfae4af5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1533]. [NSImage dissolveToPoint:fromRect:fraction:] is deprecated.</title>
<updated>2013-10-04T01:08:56+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-10-04T01:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c438e23d379029108dd0474e12156f7059cb2a4d'/>
<id>c438e23d379029108dd0474e12156f7059cb2a4d</id>
<content type='text'>
From Chinh Nguyen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Chinh Nguyen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed command: method from ScintillaNotificationProtocol as all events can now be</title>
<updated>2013-09-30T06:34:40+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-30T06:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=deb3e4c0f34a483a3cb5daa3009da5cdead45e6a'/>
<id>deb3e4c0f34a483a3cb5daa3009da5cdead45e6a</id>
<content type='text'>
received through the notification: method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
received through the notification: method.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be</title>
<updated>2013-09-30T04:32:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-30T04:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=973d219c3051089dd2ccab7785dc7b8ac9334105'/>
<id>973d219c3051089dd2ccab7785dc7b8ac9334105</id>
<content type='text'>
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
</pre>
</div>
</content>
</entry>
<entry>
<title>Draw rounding on alpha rectangles so INDIC_ROUNDBOX looks good.</title>
<updated>2013-09-27T07:35:59+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-27T07:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b1ea6376b8160833307bb2b7a44d373f8090b348'/>
<id>b1ea6376b8160833307bb2b7a44d373f8090b348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed appearance of outlines of alpha rectangles.</title>
<updated>2013-09-26T07:26:36+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-26T07:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ad769174b853960726ba8878950c008651967fc5'/>
<id>ad769174b853960726ba8878950c008651967fc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed make files as they have not been maintained and no longer work.</title>
<updated>2013-09-20T10:23:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-20T10:23:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b4994a3a807e1f29d8be1d49afc3c00be4845c7c'/>
<id>b4994a3a807e1f29d8be1d49afc3c00be4845c7c</id>
<content type='text'>
The checkbuildosx.sh script now looks for installed SDKs macosx10.? and builds
with each one that is installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The checkbuildosx.sh script now looks for installed SDKs macosx10.? and builds
with each one that is installed.
</pre>
</div>
</content>
</entry>
</feed>
