<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-5-3</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>When the mouse is on the line between margin and text changed to treat as within</title>
<updated>2015-01-15T22:48:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-01-15T22:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=59a2c47ed03ac40ec5a612cb74667dc70900dff5'/>
<id>59a2c47ed03ac40ec5a612cb74667dc70900dff5</id>
<content type='text'>
text. Helps on PLAT_CURSES.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
text. Helps on PLAT_CURSES.
</pre>
</div>
</content>
</entry>
<entry>
<title>Using size_t instead of unsigned int for conversions to UTF16 for 64-bit</title>
<updated>2015-01-12T22:44:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-01-12T22:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bcdda18c2aa062fea2f754cb600f0b4ef94b300b'/>
<id>bcdda18c2aa062fea2f754cb600f0b4ef94b300b</id>
<content type='text'>
compatibility and to lessen the number of casts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
compatibility and to lessen the number of casts.
</pre>
</div>
</content>
</entry>
<entry>
<title>LexHex: rename Tektronix extended HEX lexer from "thex" to "tehex"</title>
<updated>2015-01-10T22:01:01+00:00</updated>
<author>
<name>Markus Heidelberg</name>
<email>markus.heidelberg@web.de</email>
</author>
<published>2015-01-10T22:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=90a95a24c2ad2ba32eba0e4c0548256eda1d22df'/>
<id>90a95a24c2ad2ba32eba0e4c0548256eda1d22df</id>
<content type='text'>
There exists a similar file format called "Textronix HEX", which would
be the better candidate for this short name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There exists a similar file format called "Textronix HEX", which would
be the better candidate for this short name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.</title>
<updated>2015-01-07T22:55:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-01-07T22:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ce581e18ef0b34f9c300a4ca8bd940148f2d7dc6'/>
<id>ce581e18ef0b34f9c300a4ca8bd940148f2d7dc6</id>
<content type='text'>
From danselmi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From danselmi.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lexer added for Intel hex files.</title>
<updated>2014-12-30T12:38:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-12-30T12:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9ba147768d741fa402f09d9545528d88faefca05'/>
<id>9ba147768d741fa402f09d9545528d88faefca05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly the</title>
<updated>2014-12-22T00:52:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-12-22T00:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=56efd859ce5996c60eea2a0099dcb3dde13af072'/>
<id>56efd859ce5996c60eea2a0099dcb3dde13af072</id>
<content type='text'>
same.
Add unit tests for UnicodeFromUTF8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
same.
Add unit tests for UnicodeFromUTF8.
</pre>
</div>
</content>
</entry>
<entry>
<title>When a text margin is displayed, for annotation lines, use the background colour</title>
<updated>2014-12-15T22:57:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-12-15T22:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8b25ec48c38cfb0f7a6684ab6856aa6c286601cd'/>
<id>8b25ec48c38cfb0f7a6684ab6856aa6c286601cd</id>
<content type='text'>
of the base line.
From Joe Mueller.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the base line.
From Joe Mueller.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1091]. Lexer for Motorola S-Record.</title>
<updated>2014-12-09T04:18:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-12-09T04:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0f31540d37923361c1c36b81af8271ce58c8cb02'/>
<id>0f31540d37923361c1c36b81af8271ce58c8cb02</id>
<content type='text'>
From Markus Heidelberg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Markus Heidelberg.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warnings from clang about calling abs with float arguments.</title>
<updated>2014-12-07T23:22:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-12-07T23:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=753c60558a0132567dee6d4f8afcac6e205cf7c5'/>
<id>753c60558a0132567dee6d4f8afcac6e205cf7c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Protect FineTickerCancel from being called when fine tickers not implemented.</title>
<updated>2014-12-06T23:22:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-12-06T23:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e4b87d6fbb4239e6a8123211b5570059fd9827ac'/>
<id>e4b87d6fbb4239e6a8123211b5570059fd9827ac</id>
<content type='text'>
Use ShowCaretAtCurrentPosition which understands focus in preference to
DropCaret where possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use ShowCaretAtCurrentPosition which understands focus in preference to
DropCaret where possible.
</pre>
</div>
</content>
</entry>
</feed>
