<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/Document.h, branch rel-5-6-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>Small optimizations and adding noexcept for column calculations.</title>
<updated>2026-01-26T00:53:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-01-26T00:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=db1e3e906de332fe783b99d5ed464f8a7fda8942'/>
<id>db1e3e906de332fe783b99d5ed464f8a7fda8942</id>
<content type='text'>
Caches document length and specializes for ASCII characters in FindColumn.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caches document length and specializes for ASCII characters in FindColumn.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove line end space.</title>
<updated>2025-05-24T07:43:14+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-05-24T07:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aca9ce76597949b0429caa882df164702cdb92b0'/>
<id>aca9ce76597949b0429caa882df164702cdb92b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement LastCharacter to return the last character or character fragment in a</title>
<updated>2025-02-14T00:48:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-14T00:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=10e12f5d8d45ce1dadc97a09c11f9e0f340a79d3'/>
<id>10e12f5d8d45ce1dadc97a09c11f9e0f340a79d3</id>
<content type='text'>
potentially invalid UTF-8 string. Use this in DiscardLastCombinedCharacter.
Place DiscardLastCombinedCharacter in Scintilla::Internal namespace for use in
text wrap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
potentially invalid UTF-8 string. Use this in DiscardLastCombinedCharacter.
Place DiscardLastCombinedCharacter in Scintilla::Internal namespace for use in
text wrap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1224]. Remember selection in undo history. SCI_SETSELECTIONUNDOHISTORY.</title>
<updated>2025-01-22T10:34:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-01-22T10:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3de9d37c7b8f4501558d309ada718dc52533e94c'/>
<id>3de9d37c7b8f4501558d309ada718dc52533e94c</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:#1533]. More performance for SCI_BRACEMATCH by</title>
<updated>2024-11-16T23:08:59+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-11-16T23:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4eca2124896b93b8a542811edeb9d930bdae0668'/>
<id>4eca2124896b93b8a542811edeb9d930bdae0668</id>
<content type='text'>
avoiding costly NextPosition call where possible.
Approximately 60% improvement on tested system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoiding costly NextPosition call where possible.
Approximately 60% improvement on tested system.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove private field that was never used.</title>
<updated>2024-09-27T22:08:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-09-27T22:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6a96abeb05a35a64b01154176d2c1d6a8622d3f3'/>
<id>6a96abeb05a35a64b01154176d2c1d6a8622d3f3</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_GETUNDOSEQUENCE to determine whether an undo sequence is active and its</title>
<updated>2024-07-27T23:48:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-07-27T23:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1cccf5165b891eb95c85932474bb872ab0fbe638'/>
<id>1cccf5165b891eb95c85932474bb872ab0fbe638</id>
<content type='text'>
nesting depth.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nesting depth.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformat with astyle.</title>
<updated>2024-03-07T22:09:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-03-07T22:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=61b369cbfef41fece0d01b7ff600afaa891d76ec'/>
<id>61b369cbfef41fece0d01b7ff600afaa891d76ec</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:#1511] Add mayCoalesce argument to BeginUndoAction.</title>
<updated>2024-03-02T05:58:47+00:00</updated>
<author>
<name>John Ehresman</name>
<email>unknown</email>
</author>
<published>2024-03-02T05:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e99c07091ec1cebc855bcda42426286872d3a667'/>
<id>e99c07091ec1cebc855bcda42426286872d3a667</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>
</feed>
