<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, 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>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>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>Enhance stability by defining GetLineEndPosition for lines beyond end of document</title>
<updated>2013-09-26T04:07:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-26T04:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=82a7704fee6ef86953857a6d46cc18923888704f'/>
<id>82a7704fee6ef86953857a6d46cc18923888704f</id>
<content type='text'>
to return document size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to return document size.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1021]. Cocoa SCI_POSITIONFROMPOINTCLOSE returning invalid position.</title>
<updated>2013-09-25T10:29:28+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-25T10:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3b43e0b06261bf76d95dd5596cf96325ec1a5c5e'/>
<id>3b43e0b06261bf76d95dd5596cf96325ec1a5c5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid attempt to redraw an empty area.</title>
<updated>2013-09-21T23:56:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-09-21T23:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff60a3c025573e4f73037c2652538fec1c0f0333'/>
<id>ff60a3c025573e4f73037c2652538fec1c0f0333</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix variable shadowing issues.</title>
<updated>2013-09-10T05:35:32+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-10T05:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bbfea9ca4e14961ecad7bd62acc868c0f4a2adaa'/>
<id>bbfea9ca4e14961ecad7bd62acc868c0f4a2adaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use C++ struct initialization {} so can drop -Wno-missing-braces setting for gcc.</title>
<updated>2013-09-10T04:44:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-10T04:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8ba6c4c8e180b7506d1cb4f012aac253b3da6750'/>
<id>8ba6c4c8e180b7506d1cb4f012aac253b3da6750</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Since ScintillaBase::Finalise is implemented, don't mark it as virtual.</title>
<updated>2013-09-06T23:56:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-06T23:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d83d78c7fa365b9ab2eed299a4c2654ad99e1665'/>
<id>d83d78c7fa365b9ab2eed299a4c2654ad99e1665</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added SCI_GETPRIMARYSTYLEFROMSTYLE.</title>
<updated>2013-09-05T06:37:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-05T06:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=80781c95bbdaa770cce026c6e0461c803ead84bb'/>
<id>80781c95bbdaa770cce026c6e0461c803ead84bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added GetStyleFromSubStyle.</title>
<updated>2013-09-03T08:25:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-03T08:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44ddca1860d99179c79906960bade604bb777cce'/>
<id>44ddca1860d99179c79906960bade604bb777cce</id>
<content type='text'>
Tests for this and other sub styles methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests for this and other sub styles methods.
</pre>
</div>
</content>
</entry>
</feed>
