<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-4-0-1</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>Updates for 4.0.1 release.</title>
<updated>2017-10-18T02:24:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-10-18T02:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=215eac8e26204df08f9b0e1c49074c884966e261'/>
<id>215eac8e26204df08f9b0e1c49074c884966e261</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The Scintilla namespace is always active for internal symbols and for the lexer</title>
<updated>2017-09-10T23:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-10T23:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf'/>
<id>313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf</id>
<content type='text'>
interfaces ILexer4 and IDocument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interfaces ILexer4 and IDocument.
</pre>
</div>
</content>
</entry>
<entry>
<title>New header ILoader.h defines ILoader interface as it does not belong in ILexer.h.</title>
<updated>2017-08-28T07:22:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-08-28T07:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8a541f67cbb7eaaaa7a7d55bc1ae40e218f5f39e'/>
<id>8a541f67cbb7eaaaa7a7d55bc1ae40e218f5f39e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preparing for the 4.0.0 release.</title>
<updated>2017-08-10T23:40:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-08-10T23:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e2ae51a181ce6894f56866fea1d115339b2dc4f6'/>
<id>e2ae51a181ce6894f56866fea1d115339b2dc4f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a DefaultLexer class which lexers can subclass if they want reasonable</title>
<updated>2017-06-22T05:53:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-22T05:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ba5302631cb01f364563fb513d37740a82efbaf9'/>
<id>ba5302631cb01f364563fb513d37740a82efbaf9</id>
<content type='text'>
default implementations of the ILexerWithSubStyles interface methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default implementations of the ILexerWithSubStyles interface methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cast between Sci_Position.h types used for lexers and Position.h types used in</title>
<updated>2017-06-22T04:52:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-22T04:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d077164510233d9e36a2632437e51d87227371e9'/>
<id>d077164510233d9e36a2632437e51d87227371e9</id>
<content type='text'>
core to allow the Sci_Position.h types to widen to 64-bits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
core to allow the Sci_Position.h types to widen to 64-bits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old timer code in favour of the FineTicker* methods.</title>
<updated>2017-06-12T04:31:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-12T04:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=df5b01f2a02e56127dc989113d7d12a6518632bf'/>
<id>df5b01f2a02e56127dc989113d7d12a6518632bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.</title>
<updated>2017-06-12T03:49:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-12T03:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1995e565ce6566fced7a383d8114319da57974d5'/>
<id>1995e565ce6566fced7a383d8114319da57974d5</id>
<content type='text'>
All events include a set of keyboard modifier flags.
Older calls that passed individual parameters for each key were removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All events include a set of keyboard modifier flags.
Older calls that passed individual parameters for each key were removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused functions and methods from Platform.h.</title>
<updated>2017-06-12T01:49:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-12T01:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46f9fd7509eaa2809392acf3a264b57a2daf973c'/>
<id>46f9fd7509eaa2809392acf3a264b57a2daf973c</id>
<content type='text'>
Replaced Platform::Clamp with Sci::clamp but will later change this to
std::clamp once on full C++17 compilers.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced Platform::Clamp with Sci::clamp but will later change this to
std::clamp once on full C++17 compilers.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement SCN_AUTOCSELECTIONCHANGE notification.</title>
<updated>2017-06-11T04:08:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-11T04:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=09972b3a179d7ea39ef6ce7e0474531797c549fb'/>
<id>09972b3a179d7ea39ef6ce7e0474531797c549fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
