<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/doc/ScintillaDoc.html, branch rel-5-4-3</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>Bug [#2403]. Add SC_AUTOCOMPLETE_SELECT_FIRST_ITEM.</title>
<updated>2024-03-07T20:56:22+00:00</updated>
<author>
<name>Jiří Techet</name>
<email>techet@gmail.com</email>
</author>
<published>2024-03-07T20:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=548093449967bb84aaf112df736428681657c528'/>
<id>548093449967bb84aaf112df736428681657c528</id>
<content type='text'>
This option always selects the first item in the autocompletion list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option always selects the first item in the autocompletion list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore change history to the extent possible when restoring undo history.</title>
<updated>2024-02-27T04:34:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-02-27T04:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c596111b25cc19cc31945b28dbc00a57f9172689'/>
<id>c596111b25cc19cc31945b28dbc00a57f9172689</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement detach point access with SCI_SETUNDODETACH and SCI_GETUNDODETACH.</title>
<updated>2024-02-15T22:52:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-02-15T22:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f39367fc4c7af72caef8e20b1e9b1a038e242b0a'/>
<id>f39367fc4c7af72caef8e20b1e9b1a038e242b0a</id>
<content type='text'>
Write more documentation for undo history.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Write more documentation for undo history.
</pre>
</div>
</content>
</entry>
<entry>
<title>Perform validation of undo state when SCI_SETUNDOCURRENT called, setting status</title>
<updated>2024-02-15T03:17:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-02-15T03:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=38d2856d341358bf9c691157ae0ca2e8960e35df'/>
<id>38d2856d341358bf9c691157ae0ca2e8960e35df</id>
<content type='text'>
when invalid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when invalid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement API to read and write undo history from applications.</title>
<updated>2024-02-09T10:45:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-02-09T10:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bd53ffcbefe4e7a22fc493b1916939bae5f9dc1d'/>
<id>bd53ffcbefe4e7a22fc493b1916939bae5f9dc1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add IDocumentEditable interface for efficient interaction with document objects.</title>
<updated>2023-12-19T22:24:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-12-19T22:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1b153f8d8d4b2f09afc2d039256c958e94bd3b05'/>
<id>1b153f8d8d4b2f09afc2d039256c958e94bd3b05</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_SELECTIONFROMPOINT for modifying multiple selections.</title>
<updated>2023-11-05T11:11:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-11-05T11:11:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=26b60d88b6d848f3ba55ca046852e079be5fe3c6'/>
<id>26b60d88b6d848f3ba55ca046852e079be5fe3c6</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_CHANGESELECTIONMODE to simplify selection mode manipulation.</title>
<updated>2023-11-05T03:59:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-11-05T03:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a3dd1952c420158febe7a11d596ba3f402eb17ab'/>
<id>a3dd1952c420158febe7a11d596ba3f402eb17ab</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_SETMOVEEXTENDSSELECTION to simplify selection mode manipulation.</title>
<updated>2023-11-05T03:08:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-11-05T03:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=04cc53969e0d23cf19365712ca8c6afdbc4f3822'/>
<id>04cc53969e0d23cf19365712ca8c6afdbc4f3822</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split SelectionAndInformation section into Information and Selection sections.</title>
<updated>2023-10-31T21:38:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-31T21:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4c06fe443f2dd9d6235c9cf95d38f7054cfd82b2'/>
<id>4c06fe443f2dd9d6235c9cf95d38f7054cfd82b2</id>
<content type='text'>
Reorder sections to be more reasonable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reorder sections to be more reasonable.
</pre>
</div>
</content>
</entry>
</feed>
