<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-5-4</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>Notify container of non-BMP characters correctly.</title>
<updated>2015-02-23T22:30:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-23T22:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=59a6f6fd788f0491a26f4e39ab536ee5e5be87ea'/>
<id>59a6f6fd788f0491a26f4e39ab536ee5e5be87ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix non-BMP character entry through the inline IME.</title>
<updated>2015-02-22T23:10:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-22T23:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c194249102cea0df80bcbe2d154dfb4bc582aa10'/>
<id>c194249102cea0df80bcbe2d154dfb4bc582aa10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_GETTARGETTEXT as a simpler alternate to SCI_GETTEXTRANGE.</title>
<updated>2015-02-22T21:20:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-22T21:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e3fb3e4d970c691eb696bdaeabb64e0e84d2d930'/>
<id>e3fb3e4d970c691eb696bdaeabb64e0e84d2d930</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_SETTARGETRANGE method to set both the start and end of the target.</title>
<updated>2015-02-21T22:56:46+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-21T22:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5bd5e8733e8e3ceb5e2f545adfd6e1b514b33a5c'/>
<id>5bd5e8733e8e3ceb5e2f545adfd6e1b514b33a5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add methods for converting between byte positions and UTF-16 code point positions.</title>
<updated>2015-02-19T08:17:44+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-19T08:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=832cf15cbbcf7a0db8f04009366742ef0fadf99c'/>
<id>832cf15cbbcf7a0db8f04009366742ef0fadf99c</id>
<content type='text'>
This is needed on Cocoa where the IME wants to be able to index into the document
with UTF-16 counts to match Cocoa's own use of UTF-16.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed on Cocoa where the IME wants to be able to index into the document
with UTF-16 counts to match Cocoa's own use of UTF-16.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bugs caused by deleting text with undo collection off when entering IME composition mode.</title>
<updated>2015-02-16T06:20:58+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-16T06:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=290d6b8e2b36149e52f6d95ffe193797870de65a'/>
<id>290d6b8e2b36149e52f6d95ffe193797870de65a</id>
<content type='text'>
This deleted text isn't in the undo history and it isn't in the document so can never be recovered
so makes it impossible to correctly perform undo.
Add logging for unexpected situations and throw an exception when undo can't be performed.
Ensure empty marked text range is always in canonical (NSNotFound,0) form.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This deleted text isn't in the undo history and it isn't in the document so can never be recovered
so makes it impossible to correctly perform undo.
Add logging for unexpected situations and throw an exception when undo can't be performed.
Ensure empty marked text range is always in canonical (NSNotFound,0) form.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator</title>
<updated>2015-02-15T12:51:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-15T12:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=deef968ba5e09d5280030aa24251c77cc8b47736'/>
<id>deef968ba5e09d5280030aa24251c77cc8b47736</id>
<content type='text'>
colours and to change the colour of text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
colours and to change the colour of text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings for suspicious type conversions and not fully bracketed initializers,</title>
<updated>2015-02-14T00:11:50+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-14T00:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ad340d3cb12cd33a33d04d7fce75b3d53b52a4b6'/>
<id>ad340d3cb12cd33a33d04d7fce75b3d53b52a4b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 64-&gt;32 bit conversion warnings.</title>
<updated>2015-02-13T22:15:28+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-13T22:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f7d61952392541139af922ac027bd11dc1cb5c33'/>
<id>f7d61952392541139af922ac027bd11dc1cb5c33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc comments.</title>
<updated>2015-02-13T13:05:29+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-13T13:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bc0ec7a0e8fb1fed2fe7a2aeb67433dc497f08d0'/>
<id>bc0ec7a0e8fb1fed2fe7a2aeb67433dc497f08d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
