<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/doc, branch rel-5-1-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>Feature [feature-requests:#1411] Implement WM_SETREDRAW to turn off scroll bar</title>
<updated>2021-07-22T23:06:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-22T23:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=622e2016eae60cfa74e6f7146803502dfd73661a'/>
<id>622e2016eae60cfa74e6f7146803502dfd73661a</id>
<content type='text'>
updates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
updates.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 5.1.1 release.</title>
<updated>2021-07-20T03:47:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-20T03:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bd1b2f73a161cc1cb4a5047205fee6ec67eb59c2'/>
<id>bd1b2f73a161cc1cb4a5047205fee6ec67eb59c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list</title>
<updated>2021-07-17T04:54:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-17T04:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ad0162453e48fb729d1793eca40ac137e1e3451e'/>
<id>ad0162453e48fb729d1793eca40ac137e1e3451e</id>
<content type='text'>
on Win32. This also avoids a header rectangle above the list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on Win32. This also avoids a header rectangle above the list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update lexer information to mention Lexilla.</title>
<updated>2021-07-18T06:33:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-18T06:33:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d8db0d5be682953b72a79017fe4888b39c9e2125'/>
<id>d8db0d5be682953b72a79017fe4888b39c9e2125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PLAT_QT_QML define for a Qt QML/Quick platform layer.</title>
<updated>2021-07-17T02:27:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-17T02:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8c0b01aa12d2881a9a31535077e9553ce9f37d04'/>
<id>8c0b01aa12d2881a9a31535077e9553ce9f37d04</id>
<content type='text'>
https://github.com/mneuroth/SciTEQt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/mneuroth/SciTEQt
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor inconsistency with word searching results at start and end of document</title>
<updated>2021-07-17T00:04:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-17T00:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bea9d7216879bc80a8513d3374a931cba14f6951'/>
<id>bea9d7216879bc80a8513d3374a931cba14f6951</id>
<content type='text'>
which were considered word start / end positions even when first or last
character did not fit requirements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which were considered word start / end positions even when first or last
character did not fit requirements.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indices</title>
<updated>2021-07-15T07:29:24+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-07-15T07:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=39be73514c317e7d672e0a09862571e64f8979da'/>
<id>39be73514c317e7d672e0a09862571e64f8979da</id>
<content type='text'>
to hold some number of lines. This is an optimization that can decrease
reallocation overhead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to hold some number of lines. This is an optimization that can decrease
reallocation overhead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1381] Optimize case insensitive search for ASCII text.</title>
<updated>2021-07-12T00:12:08+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-07-12T00:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=39d0405bcdda80d73341e965aec175805771abb3'/>
<id>39d0405bcdda80d73341e965aec175805771abb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1408] Treat valid DBCS lead byte followed by invalid</title>
<updated>2021-07-02T00:13:21+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-07-02T00:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7b646db9fbfb71c41c477b01d99e1e1c6c85cef8'/>
<id>7b646db9fbfb71c41c477b01d99e1e1c6c85cef8</id>
<content type='text'>
trail byte as single byte.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
trail byte as single byte.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1400] Set buffering when technology set.</title>
<updated>2021-06-25T09:47:51+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-06-25T09:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b863e024b9bcdc78a11e2acbc93cc2e1ef79ba2e'/>
<id>b863e024b9bcdc78a11e2acbc93cc2e1ef79ba2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
