<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-2-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>Fix bug where non-ASCII hex escape did not match.</title>
<updated>2012-10-04T05:54:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-10-04T05:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=823b818b12f03208e9ea3731c37089274397288c'/>
<id>823b818b12f03208e9ea3731c37089274397288c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow subclasses to modify padding when last segment on line is italics.</title>
<updated>2012-09-19T12:42:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-09-19T12:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c862ae240c3d5871f6c4cce6d803176edf2cc14b'/>
<id>c862ae240c3d5871f6c4cce6d803176edf2cc14b</id>
<content type='text'>
Used by ncurses platform layer.
From Mitchell Foral.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used by ncurses platform layer.
From Mitchell Foral.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move PO lexer out of LexOthers</title>
<updated>2012-09-13T19:01:44+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-09-13T19:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5502dee3e8fd063007db01b3f1769735db2172f7'/>
<id>5502dee3e8fd063007db01b3f1769735db2172f7</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 where removing all characters from indicator at end of document did</title>
<updated>2012-09-12T03:44:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-09-12T03:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=75bed4f0a73a0ef3a0d69026f21bc280b2232513'/>
<id>75bed4f0a73a0ef3a0d69026f21bc280b2232513</id>
<content type='text'>
not remove that run causing iteration over the indicator to hang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not remove that run causing iteration over the indicator to hang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crashes on Ubuntu with GTK+3 where scroll bar changes invalidate the</title>
<updated>2012-09-04T22:40:49+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-09-04T22:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9f6689d44770e6384a645a7be520bf7d8a9de2b6'/>
<id>9f6689d44770e6384a645a7be520bf7d8a9de2b6</id>
<content type='text'>
drawing surface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
drawing surface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache the CaseFolder object between FindText calls so that finding many instances</title>
<updated>2012-09-04T09:07:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-09-04T09:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2d0f6c26824cbf68eb8c5a7490d0bb74965c41b6'/>
<id>2d0f6c26824cbf68eb8c5a7490d0bb74965c41b6</id>
<content type='text'>
of a common string in the document doesn't spend excessive time constructing case
folder objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of a common string in the document doesn't spend excessive time constructing case
folder objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_VCHOMEDISPLAYEXTEND keyboard command</title>
<updated>2012-08-26T12:18:30+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-08-26T12:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6783c288d92d91660afa83aef636c17d8dd7c64a'/>
<id>6783c288d92d91660afa83aef636c17d8dd7c64a</id>
<content type='text'>
This is like SCI_VCHOMEDISPLAY but extending the selection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is like SCI_VCHOMEDISPLAY but extending the selection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_VCHOMEDISPLAY keyboard command</title>
<updated>2012-08-24T22:07:55+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-08-24T22:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d88283eb94e318406cf3b6c1c3d489668ac8e804'/>
<id>d88283eb94e318406cf3b6c1c3d489668ac8e804</id>
<content type='text'>
This works like SCI_HOMEDISPLAY but goes to the first visible character
if on a logical line, like does SCI_VCHOME.  This command makes it
possible to use display-line-aware commands while keeping the "smart
home" feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This works like SCI_HOMEDISPLAY but goes to the first visible character
if on a logical line, like does SCI_VCHOME.  This command makes it
possible to use display-line-aware commands while keeping the "smart
home" feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid poor drawing at right of INDIC_SQUIGGLE.</title>
<updated>2012-08-05T07:40:47+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-08-05T07:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6812414a55571b3157ac0857fc25e1a6d4b8402a'/>
<id>6812414a55571b3157ac0857fc25e1a6d4b8402a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Align INDIC_DOTBOX to pixel grid for full intensity.</title>
<updated>2012-08-05T07:30:35+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-08-05T07:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c5506609e3e407d7fa578f9075d70b613d50a8bc'/>
<id>c5506609e3e407d7fa578f9075d70b613d50a8bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
