<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-2-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>Bug: [#1289]. Replace null characters by spaces in the clipboard to avoid that</title>
<updated>2013-01-08T09:16:10+00:00</updated>
<author>
<name>Vivian De Smedt</name>
<email>vivian@vdesmedt.com</email>
</author>
<published>2013-01-08T09:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=efd427703915aa15292971515aef1ad6f7fe4864'/>
<id>efd427703915aa15292971515aef1ad6f7fe4864</id>
<content type='text'>
its content is truncated in the paste operation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
its content is truncated in the paste operation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #1430. Fix crash when printing line longer than 8000 characters.</title>
<updated>2013-01-06T00:38:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-01-06T00:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=87b409a246c718bd4f8ce59d74145d6b00e252d2'/>
<id>87b409a246c718bd4f8ce59d74145d6b00e252d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix behaviour of the left and right keys after SCI_SETSELECTIONMODE(SC_SEL_STREAM)</title>
<updated>2013-01-02T22:24:59+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-01-02T22:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=989e2ab9b1f020d4fb8cdaeea9de36bc755eaab7'/>
<id>989e2ab9b1f020d4fb8cdaeea9de36bc755eaab7</id>
<content type='text'>
where moving both left and right collapsed the selection instead of shrinking the
selection by one character.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
where moving both left and right collapsed the selection instead of shrinking the
selection by one character.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature #3592730. Option for caret line to be visible without focus.</title>
<updated>2013-01-01T01:21:37+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-01-01T01:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d3a36ac23ec1ac9572584b6588e08bb11b57c091'/>
<id>d3a36ac23ec1ac9572584b6588e08bb11b57c091</id>
<content type='text'>
From Vidya Wasi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Vidya Wasi.
</pre>
</div>
</content>
</entry>
<entry>
<title>Group undo actions in autocomplete</title>
<updated>2012-11-10T19:32:43+00:00</updated>
<author>
<name>Jakub Vrana</name>
<email>jakub@vrana.cz</email>
</author>
<published>2012-11-10T19:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=50be730db62b147c743f82bb92f9cf424f36fb7f'/>
<id>50be730db62b147c743f82bb92f9cf424f36fb7f</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 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>
</feed>
