<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/doc/ScintillaDoc.html, 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>Explain SCI_WORD[LEFT|RIGHT]END* key commands.</title>
<updated>2016-10-03T03:37:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-10-03T03:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6744fc12bb558e056024944f48b22f23979e7f63'/>
<id>6744fc12bb558e056024944f48b22f23979e7f63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increased compatibility between interface definition and documentation.</title>
<updated>2016-09-29T04:11:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-29T04:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ec830eeb2f0ee7e6ed422f1e2c801db6047ee483'/>
<id>ec830eeb2f0ee7e6ed422f1e2c801db6047ee483</id>
<content type='text'>
Made parameter names and types more consistent. Document return types.
Use more classes in documentation to facilitate scripting and styling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made parameter names and types more consistent. Document return types.
Use more classes in documentation to facilitate scripting and styling.
</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>Bug [#1864]. Fix incorrect nesting of tags.</title>
<updated>2016-09-21T08:04:44+00:00</updated>
<author>
<name>Tse Kit Yam</name>
<email>me@kytse.com</email>
</author>
<published>2016-09-21T08:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c14fadb44739d232fa04e7d984857a28471baf5d'/>
<id>c14fadb44739d232fa04e7d984857a28471baf5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed extraneous spaces in documentation.</title>
<updated>2016-09-21T08:01:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-21T08:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a511c7eb742a936525339a5893bd8acb27a6e8f'/>
<id>9a511c7eb742a936525339a5893bd8acb27a6e8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved documentation on word functions and moved into a new section.</title>
<updated>2016-09-19T23:11:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-19T23:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=26bcc5f887292ec59378e048b6da432710e05cde'/>
<id>26bcc5f887292ec59378e048b6da432710e05cde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
