<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-4-3-0</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>Readying 4.3.0 release.</title>
<updated>2020-01-12T09:05:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-01-12T09:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=da6e23074d6ed99dc4b42ec9e3e1b29e44b8d8b8'/>
<id>da6e23074d6ed99dc4b42ec9e3e1b29e44b8d8b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up the code changed with 7883 dropping CF_TEXT.</title>
<updated>2020-01-11T03:42:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-01-11T03:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=680ebfaa2ed409a62bd1e1d863b3df17f706d656'/>
<id>680ebfaa2ed409a62bd1e1d863b3df17f706d656</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2132]. Only check for LS/PS/NEL when Unicode line ends turned on.</title>
<updated>2020-01-10T00:33:58+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-01-10T00:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8c4f17954c45401ca7cfe5d09f463e5ee3d27b1c'/>
<id>8c4f17954c45401ca7cfe5d09f463e5ee3d27b1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2135]. Prevent movement of candidate window while typing.</title>
<updated>2020-01-06T12:20:29+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-01-06T12:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8daffd01bafce7eca8400f2f2b60acdb7d76db5e'/>
<id>8daffd01bafce7eca8400f2f2b60acdb7d76db5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2135]. Improve location of candidate window.</title>
<updated>2020-01-06T12:14:29+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-01-06T12:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6be5feeb0635f4b0c51cb59b2b4eacfb9efda69f'/>
<id>6be5feeb0635f4b0c51cb59b2b4eacfb9efda69f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2135]. Set candidate window position in windowed IME mode.</title>
<updated>2020-01-06T12:06:44+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-01-06T12:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fecdeef26e29f36b9a81084a0fcfac3fd0bcd335'/>
<id>fecdeef26e29f36b9a81084a0fcfac3fd0bcd335</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for CF_TEXT clipboard format. CF_UNICODETEXT is now used in all</title>
<updated>2020-01-09T03:21:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-01-09T03:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6a3def7b51ade909d6902346279a42a6bd52304a'/>
<id>6a3def7b51ade909d6902346279a42a6bd52304a</id>
<content type='text'>
cases. Windows automatically provides CF_UNICODETEXT when CF_TEXT on clipboard.
This does not change drag-and-drop as that depends on CF_TEXT such as when
dragging from DBCS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cases. Windows automatically provides CF_UNICODETEXT when CF_TEXT on clipboard.
This does not change drag-and-drop as that depends on CF_TEXT such as when
dragging from DBCS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2147]. Don't clear clipboard before copying text.</title>
<updated>2020-01-06T04:04:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-01-06T04:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4802759822f464acdd106a81ea3729e58b1f23bb'/>
<id>4802759822f464acdd106a81ea3729e58b1f23bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some warnings.</title>
<updated>2020-01-05T03:52:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-01-05T03:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=479caec1a367904f784ebadada3b475fcb7cf70c'/>
<id>479caec1a367904f784ebadada3b475fcb7cf70c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1328] Handle CRLF in SCE_RAKU_COMMENTLINEs and</title>
<updated>2020-01-04T22:37:08+00:00</updated>
<author>
<name>Mark Reay</name>
<email>mark@reay.net.au</email>
</author>
<published>2020-01-04T22:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=47e66559b53ec48b39fc1e66a407339dfe98451b'/>
<id>47e66559b53ec48b39fc1e66a407339dfe98451b</id>
<content type='text'>
HEREDOCs style termination.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HEREDOCs style termination.
</pre>
</div>
</content>
</entry>
</feed>
