<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/doc/ScintillaDoc.html, branch rel-5-3-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>Fix INDICATOR_HISTORY.</title>
<updated>2022-08-25T23:17:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-25T23:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=84ba032236e9577ca591fbe8a65648217351df23'/>
<id>84ba032236e9577ca591fbe8a65648217351df23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2340] Add option to contract every level for SCI_FOLDALL called</title>
<updated>2022-07-29T23:00:32+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-07-29T23:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a91e4af5c5fbbe464093e24ae39f980b56598847'/>
<id>a91e4af5c5fbbe464093e24ae39f980b56598847</id>
<content type='text'>
SC_FOLDACTION_CONTRACT_EVERY_LEVEL.
Avoid processing lines multiple times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SC_FOLDACTION_CONTRACT_EVERY_LEVEL.
Avoid processing lines multiple times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CheckMentioned.py script to handle ...Full structs.</title>
<updated>2022-08-01T06:04:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-01T06:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f785b350d7e0e632a1bc81c96fc0bd76cd013cbc'/>
<id>f785b350d7e0e632a1bc81c96fc0bd76cd013cbc</id>
<content type='text'>
Fix documentation to use correct ID attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix documentation to use correct ID attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add image of change history and explain more.</title>
<updated>2022-07-31T12:47:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-31T12:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5d0f00f0ce3cda283149f0ed71fb195fcd5060d8'/>
<id>5d0f00f0ce3cda283149f0ed71fb195fcd5060d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for change</title>
<updated>2022-07-31T12:21:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-31T12:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d38429108f2035d9fab0919271f6715cd1b7eda6'/>
<id>d38429108f2035d9fab0919271f6715cd1b7eda6</id>
<content type='text'>
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of
INDIC_COMPOSITIONTHICK be adjusted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of
INDIC_COMPOSITIONTHICK be adjusted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added change history which can display document changes (modified, saved, ...)</title>
<updated>2022-07-31T05:51:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-31T05:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=926cb6f7d228b347db16a45e1f2632da475da1f0'/>
<id>926cb6f7d228b347db16a45e1f2632da475da1f0</id>
<content type='text'>
in the margin or in the text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the margin or in the text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move EditView::hideSelection to (inverted) SelectionAppearance::visible so that</title>
<updated>2022-07-22T10:32:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-22T10:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6d53881b6c21e7824ba3c83ac175bb233f8ff2a8'/>
<id>6d53881b6c21e7824ba3c83ac175bb233f8ff2a8</id>
<content type='text'>
it can differ between screen and print.
Add GetSelectionHidden to allow testing of HideSelection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it can differ between screen and print.
Add GetSelectionHidden to allow testing of HideSelection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1441] Line state optimized to avoid excess allocations</title>
<updated>2022-07-17T04:09:52+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-07-17T04:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f6a9859562ddeb04e882e4a3d15adbf64345452a'/>
<id>f6a9859562ddeb04e882e4a3d15adbf64345452a</id>
<content type='text'>
by always allocating for every line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by always allocating for every line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2336] Drawing selection on SC_LAYER_BASE is not supported in bidirectional</title>
<updated>2022-06-15T23:11:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-06-15T23:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=db01b0f6df44a671f5e822c56df25b1d2c123962'/>
<id>db01b0f6df44a671f5e822c56df25b1d2c123962</id>
<content type='text'>
mode so note that in documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mode so note that in documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Duplicate APIs to support 64-bit document positions on Win32:</title>
<updated>2022-05-16T22:52:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-05-16T22:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=475450c76ceef43a7f5b2c68ed5848baee96b6dc'/>
<id>475450c76ceef43a7f5b2c68ed5848baee96b6dc</id>
<content type='text'>
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
</pre>
</div>
</content>
</entry>
</feed>
