<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, 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>Remove dead code that was a remnant of Carbon support.</title>
<updated>2013-09-16T02:00:50+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-16T02:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2292ee7c6a128142f817d23fd99f3f0425328c9c'/>
<id>2292ee7c6a128142f817d23fd99f3f0425328c9c</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>Drop warning setting -Wno-missing-braces since this has had no effect since gcc 4.2.</title>
<updated>2013-09-10T03:20:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-10T03:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8972cd49a9cb27f21adcb99b5b12a3791de26c34'/>
<id>8972cd49a9cb27f21adcb99b5b12a3791de26c34</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>
<entry>
<title>Feature: [feature-requests:#1008]. Lexer added for KVIrc script.</title>
<updated>2013-08-21T04:50:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-21T04:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44f44d7ab98c7cf019fd42d9b34ddb19802413f7'/>
<id>44f44d7ab98c7cf019fd42d9b34ddb19802413f7</id>
<content type='text'>
From OmegaPhil.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From OmegaPhil.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PositionRelative to optimize navigation by character.</title>
<updated>2013-08-20T04:57:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-20T04:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8e6ddfd4ed7a72190796d138557ad3eb5da7b0db'/>
<id>8e6ddfd4ed7a72190796d138557ad3eb5da7b0db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature: [feature-requests:#1007]. Option to allow mouse selection to</title>
<updated>2013-08-15T05:13:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-15T05:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d396f66bf0bc8d4c777c744efe77ccb5b28b385f'/>
<id>d396f66bf0bc8d4c777c744efe77ccb5b28b385f</id>
<content type='text'>
switch to rectangular by pressing Alt after start of gesture.
From Neomi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
switch to rectangular by pressing Alt after start of gesture.
From Neomi.
</pre>
</div>
</content>
</entry>
</feed>
