<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, 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>LexHex: reorder lexer states after addition of the "unknown record type"</title>
<updated>2015-01-14T20:56:05+00:00</updated>
<author>
<name>Markus Heidelberg</name>
<email>markus.heidelberg@web.de</email>
</author>
<published>2015-01-14T20:56:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=61b4fe924b11fecf2e14c337a06376860a85173d'/>
<id>61b4fe924b11fecf2e14c337a06376860a85173d</id>
<content type='text'>
Move the new state SCE_HEX_RECTYPE_UNKNOWN (was 17) up just below its
counterpart SCE_HEX_RECTYPE (2).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the new state SCE_HEX_RECTYPE_UNKNOWN (was 17) up just below its
counterpart SCE_HEX_RECTYPE (2).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Japanese IME work in windowed mode.</title>
<updated>2015-01-14T02:45:27+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>devnull@localhost</email>
</author>
<published>2015-01-14T02:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bf7156b2e354a855e4ad49078d2a2825b7a88d8e'/>
<id>bf7156b2e354a855e4ad49078d2a2825b7a88d8e</id>
<content type='text'>
From johnsonj.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From johnsonj.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preparing for version 3.5.3.</title>
<updated>2015-01-14T02:05:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-01-14T02:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1f74746e64bbcc0bda4d4443f7238825e938d8bb'/>
<id>1f74746e64bbcc0bda4d4443f7238825e938d8bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change log.</title>
<updated>2015-01-14T00:44:12+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-01-14T00:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=865ad87e8405ec101c5ca02b059a3a66bf2c20a7'/>
<id>865ad87e8405ec101c5ca02b059a3a66bf2c20a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug in handling of comments, make some new features conditional on lexer properties to preserve backwards compatibility</title>
<updated>2015-01-13T17:56:36+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>devnull@localhost</email>
</author>
<published>2015-01-13T17:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bb757255cf88bc1d0aaf68b4265d9ec29f49124a'/>
<id>bb757255cf88bc1d0aaf68b4265d9ec29f49124a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LexHex S-Record: use the required data field size for some highlighting</title>
<updated>2015-01-12T23:59:18+00:00</updated>
<author>
<name>Markus Heidelberg</name>
<email>markus.heidelberg@web.de</email>
</author>
<published>2015-01-12T23:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d3dd6f5da3842753d9fbc68958ca7ad78a3bc137'/>
<id>d3dd6f5da3842753d9fbc68958ca7ad78a3bc137</id>
<content type='text'>
Equal to how it is already implemeted for the Intel HEX lexer.

Specific record types do not use a data field, the checksum field
directly follows the address field then.
In these cases now the byte count field is also marked as wrong if its
content is not what is to be expected for this record type. Also the
checksum field is now fixed after the address field instead of allowing
data field in between if the byte count is too big.

Also simplify this code path for IHex to be equal to the Srec code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Equal to how it is already implemeted for the Intel HEX lexer.

Specific record types do not use a data field, the checksum field
directly follows the address field then.
In these cases now the byte count field is also marked as wrong if its
content is not what is to be expected for this record type. Also the
checksum field is now fixed after the address field instead of allowing
data field in between if the byte count is too big.

Also simplify this code path for IHex to be equal to the Srec code.
</pre>
</div>
</content>
</entry>
<entry>
<title>LexHex: use SCE_HEX_RECTYPE_UNKNOWN also for Srec and IHex</title>
<updated>2015-01-12T23:58:30+00:00</updated>
<author>
<name>Markus Heidelberg</name>
<email>markus.heidelberg@web.de</email>
</author>
<published>2015-01-12T23:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d1482bc06701593f5e3920a5af26832d87897cb8'/>
<id>d1482bc06701593f5e3920a5af26832d87897cb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Change log.</title>
<updated>2015-01-11T03:57:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-01-11T03:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ae17fbc86661c895d08fad5416a1452bdef04d32'/>
<id>ae17fbc86661c895d08fad5416a1452bdef04d32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
