<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/doc/ScintillaDoc.html, branch rel-3-10-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>Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.</title>
<updated>2018-06-05T22:55:59+00:00</updated>
<author>
<name>Henrik Hank</name>
<email>unknown</email>
</author>
<published>2018-06-05T22:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2cfe83dc91dbbdd195b17b5446ce595f0c658db2'/>
<id>2cfe83dc91dbbdd195b17b5446ce595f0c658db2</id>
<content type='text'>
Backport of changeset 7024:72c92ed3dc10.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7024:72c92ed3dc10.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.</title>
<updated>2018-05-22T01:52:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-22T01:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d08e0385d664dd33aeee88794fd065e3696cb435'/>
<id>d08e0385d664dd33aeee88794fd065e3696cb435</id>
<content type='text'>
Backport of changeset 6966:872900d3ceb0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6966:872900d3ceb0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers white.</title>
<updated>2018-04-18T21:31:34+00:00</updated>
<author>
<name>Nicholai Benalal</name>
<email>unknown</email>
</author>
<published>2018-04-18T21:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1eb0f569bf6e9d3fde4f482fb2c06e980b6f72af'/>
<id>1eb0f569bf6e9d3fde4f482fb2c06e980b6f72af</id>
<content type='text'>
Backport of changeset 6700:daa126b86c17.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6700:daa126b86c17.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.</title>
<updated>2018-05-06T03:10:51+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-06T03:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92676970616a5163636329e49c4cc825e46d6c7f'/>
<id>92676970616a5163636329e49c4cc825e46d6c7f</id>
<content type='text'>
This option is provisional and experimental.

Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added
'#include &lt;cstddef&gt;' to top of src/RESearch.cxx to fix 32-bit build error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is provisional and experimental.

Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added
'#include &lt;cstddef&gt;' to top of src/RESearch.cxx to fix 32-bit build error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Switching to https.</title>
<updated>2018-04-05T10:18:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-05T10:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a758cf5b78f0ec3bf4c0924edcbbbcef03154ab1'/>
<id>a758cf5b78f0ec3bf4c0924edcbbbcef03154ab1</id>
<content type='text'>
Backport of changeset 6674:f2293f8e3cca.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6674:f2293f8e3cca.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx</title>
<updated>2018-04-04T06:21:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-04T06:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1cd26e8ee9577099631a72836197afd101aaaff5'/>
<id>1cd26e8ee9577099631a72836197afd101aaaff5</id>
<content type='text'>
to simplify build process by eliminating the compilation of ScintillaWin.cxx
into ScintillaWinS.o|obj.

Backport of changeset 6670:cfe90078d684.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to simplify build process by eliminating the compilation of ScintillaWin.cxx
into ScintillaWinS.o|obj.

Backport of changeset 6670:cfe90078d684.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2006]. State SCN_UPDATEUI is an indication that change may have occurred</title>
<updated>2018-04-04T04:27:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-04T04:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3c3a5dba7a21d03d133566f116953cff527e2167'/>
<id>3c3a5dba7a21d03d133566f116953cff527e2167</id>
<content type='text'>
and not that a change definitely occurred.

Backport of changeset 6668:3f20bac89b30.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and not that a change definitely occurred.

Backport of changeset 6668:3f20bac89b30.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Create static library libscintilla.a or libscintilla.lib on Windows.</title>
<updated>2018-03-08T07:22:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-08T07:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=492076b58d09387ab9c2f60eaef364a6a65c4c28'/>
<id>492076b58d09387ab9c2f60eaef364a6a65c4c28</id>
<content type='text'>
Stop creating Lexers.a static library.
Harmonize make files.

Backport of changeset 6477:a65186aab9f9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop creating Lexers.a static library.
Harmonize make files.

Backport of changeset 6477:a65186aab9f9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.</title>
<updated>2018-02-02T03:34:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-02-02T03:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6fb4db4d6e160550a0889e209174b86e94bfe672'/>
<id>6fb4db4d6e160550a0889e209174b86e94bfe672</id>
<content type='text'>
Backport of changeset 6448:431b814a54a6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6448:431b814a54a6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add documentOption argument to SCI_CREATELOADER.</title>
<updated>2018-01-26T00:12:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-26T00:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0a538f989da53970ddb3776778d87230c7929e6d'/>
<id>0a538f989da53970ddb3776778d87230c7929e6d</id>
<content type='text'>
Backport of changeset 6441:92c8f0f1b3e6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6441:92c8f0f1b3e6.
</pre>
</div>
</content>
</entry>
</feed>
