<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-7-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>Word selection, navigation, and manipulation is now performed on characters</title>
<updated>2016-10-06T04:16:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-10-06T04:16:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9c0c31495c68c2757bbf95aa3f114d865dff88b8'/>
<id>9c0c31495c68c2757bbf95aa3f114d865dff88b8</id>
<content type='text'>
instead of bytes leading to more natural behaviour for multi-byte encodings like
UTF-8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of bytes leading to more natural behaviour for multi-byte encodings like
UTF-8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable SplitVector to store objects by using std::copy to copy elements instead</title>
<updated>2016-09-30T00:32:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-30T00:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=03378bf5015987dd140d7fabd3d043ae909a4afc'/>
<id>03378bf5015987dd140d7fabd3d043ae909a4afc</id>
<content type='text'>
of memmove and memcpy.
This allows SplitVector&lt;std::string&gt; to work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of memmove and memcpy.
This allows SplitVector&lt;std::string&gt; to work.
</pre>
</div>
</content>
</entry>
<entry>
<title>The number of margins can be changed with SCI_SETMARGINS.</title>
<updated>2016-09-29T03:36:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-29T03:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=de7dccbae50c839869017a30cd5e57d6ef639242'/>
<id>de7dccbae50c839869017a30cd5e57d6ef639242</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.</title>
<updated>2016-09-29T03:33:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-29T03:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cfe3c049555422cbc7dcf3fd2fadad2f08487dd7'/>
<id>cfe3c049555422cbc7dcf3fd2fadad2f08487dd7</id>
<content type='text'>
Allows choosing any colour for a margin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows choosing any colour for a margin.
</pre>
</div>
</content>
</entry>
<entry>
<title>On Win32, mouse wheel scrolling can be restricted to only occur when the mouse</title>
<updated>2016-09-27T00:03:48+00:00</updated>
<author>
<name>Stefan Küng</name>
<email>unknown</email>
</author>
<published>2016-09-27T00:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=073480a615d644f8c61e339a500243db00989a80'/>
<id>073480a615d644f8c61e339a500243db00989a80</id>
<content type='text'>
is within the window.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is within the window.
</pre>
</div>
</content>
</entry>
<entry>
<title>EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multiple</title>
<updated>2016-09-23T08:07:56+00:00</updated>
<author>
<name>A-R-C-A</name>
<email>unknown</email>
</author>
<published>2016-09-23T08:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fdb8953cdffa47ff9f13f1cc173e1cb2df191019'/>
<id>fdb8953cdffa47ff9f13f1cc173e1cb2df191019</id>
<content type='text'>
vertical edges simultaneously.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vertical edges simultaneously.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spelling in comment.</title>
<updated>2016-09-18T11:34:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-18T11:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a7e278ce6ef8269b3c13808dfc4648ad0ab79d87'/>
<id>a7e278ce6ef8269b3c13808dfc4648ad0ab79d87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1861]. Fix caret position from left/right move with rectangular selection.</title>
<updated>2016-09-18T11:34:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-18T11:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=baa6e605fedb7f2394cd155caa9a9b6153169835'/>
<id>baa6e605fedb7f2394cd155caa9a9b6153169835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Casts for 64 to 32-bit conversions on OS X.</title>
<updated>2016-09-14T05:06:13+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-14T05:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=427f3dabfedb6f9b66c15d93a013b9beaf089e37'/>
<id>427f3dabfedb6f9b66c15d93a013b9beaf089e37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1850]. Use tabs for virtual space in indentation when tabs enabled.</title>
<updated>2016-08-31T01:30:52+00:00</updated>
<author>
<name>jedailey</name>
<email>unknown</email>
</author>
<published>2016-08-31T01:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=26869ee3d67d8f58c6573a6b010e9a615c9d681a'/>
<id>26869ee3d67d8f58c6573a6b010e9a615c9d681a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
