<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, 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>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>Baan lexer changed significantly with more lexical states, keyword sets, and</title>
<updated>2016-09-22T04:15:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-22T04:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e0900d15800a7ab023a107b8f4dd612f9164e3a8'/>
<id>e0900d15800a7ab023a107b8f4dd612f9164e3a8</id>
<content type='text'>
support for abridged keywords.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support for abridged keywords.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1143]. Replace "progress" lexer with "abl".</title>
<updated>2016-09-21T11:16:04+00:00</updated>
<author>
<name>Yuval Papish</name>
<email>Yuval@YuvCom.com</email>
</author>
<published>2016-09-21T11:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4dff76d6ab5c2f08c128ee157bdefda9b2894fa4'/>
<id>4dff76d6ab5c2f08c128ee157bdefda9b2894fa4</id>
<content type='text'>
ILexer implementation
Lexer can now correctly handle:
"end triggers" phrase
"last-event:function" phrase
Indefinite comment level depth
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ILexer implementation
Lexer can now correctly handle:
"end triggers" phrase
"last-event:function" phrase
Indefinite comment level depth
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide comments for each individual feature instead of group comments as</title>
<updated>2016-09-17T01:47:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-17T01:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7758d6ee3d9c2bc4a911ba52bc8a0dbd7a13fecc'/>
<id>7758d6ee3d9c2bc4a911ba52bc8a0dbd7a13fecc</id>
<content type='text'>
this helps downstream use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this helps downstream use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some enums in Scintilla.iface which may change bindings.</title>
<updated>2016-09-11T23:15:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-11T23:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5ca7dd65bb30f05ad8aa6bfd269d812e766930da'/>
<id>5ca7dd65bb30f05ad8aa6bfd269d812e766930da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1648]: Option added to prevent left arrow movement and selection wrapping</title>
<updated>2016-08-20T04:48:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-08-20T04:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4789f4214261e944fa0824f0a536debc8bc45897'/>
<id>4789f4214261e944fa0824f0a536debc8bc45897</id>
<content type='text'>
to previous line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to previous line.
</pre>
</div>
</content>
</entry>
</feed>
