<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-5-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>Added lexer for registry files.</title>
<updated>2014-08-09T04:46:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-09T04:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4f382b2e4a37af5f9d04242cbcc08001533c9157'/>
<id>4f382b2e4a37af5f9d04242cbcc08001533c9157</id>
<content type='text'>
From nkmathew.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From nkmathew.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using last argument to AddCharUTF from Korean IME code as previus release</title>
<updated>2014-08-08T03:27:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-08T03:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b56bbafb49a89ae493fdf9298988d0f199583366'/>
<id>b56bbafb49a89ae493fdf9298988d0f199583366</id>
<content type='text'>
always used false for last argument so changing mynot be cmpatible.
Move maxLenInputIME to superclass where it can be used for all platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
always used false for last argument so changing mynot be cmpatible.
Move maxLenInputIME to superclass where it can be used for all platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement explicit tab stops per line.</title>
<updated>2014-08-08T00:01:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-08T00:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c5905297575b23f9454cb0dfe574140c2a329c95'/>
<id>c5905297575b23f9454cb0dfe574140c2a329c95</id>
<content type='text'>
From Nick Gravgaard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Nick Gravgaard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1633]. Redraw selection after SCI_DELWORDRIGHT.</title>
<updated>2014-08-05T23:19:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-05T23:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b94922b75e23f9f32be5c1a2d573be156ca3a98e'/>
<id>b94922b75e23f9f32be5c1a2d573be156ca3a98e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem where annotations disappeared when SCI_CLEARDOCUMENTSTYLE called.</title>
<updated>2014-08-04T23:50:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-04T23:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5e8cb7f1926c42aa6dae5683d60a2aad32fe88bd'/>
<id>5e8cb7f1926c42aa6dae5683d60a2aad32fe88bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made destructor virtual to avoid warnings.</title>
<updated>2014-08-03T06:24:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-03T06:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dd32e2085f1921e9b5f97c1c20180db8f68c1a91'/>
<id>dd32e2085f1921e9b5f97c1c20180db8f68c1a91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure all fields initialised in constructor.</title>
<updated>2014-07-24T03:38:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-24T03:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cbca5c51806f5020da1455471424ba62bb0571cb'/>
<id>cbca5c51806f5020da1455471424ba62bb0571cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using separate variable imeCaretBlockOverride for IME mode instead of changing</title>
<updated>2014-07-24T02:54:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-24T02:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2a833a9ea04ecb588591a63276a9039940855575'/>
<id>2a833a9ea04ecb588591a63276a9039940855575</id>
<content type='text'>
caretStyle as there could be confusion if the container changes caret style.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
caretStyle as there could be confusion if the container changes caret style.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark const methods const.</title>
<updated>2014-07-24T02:50:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-24T02:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8d53838c4e5fafd24154b33e2d24126e55853ab9'/>
<id>8d53838c4e5fafd24154b33e2d24126e55853ab9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove line end whitespace.</title>
<updated>2014-07-24T02:49:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-24T02:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2042a1d9fc11668f154d69eb8167fcaf299e8a85'/>
<id>2042a1d9fc11668f154d69eb8167fcaf299e8a85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
