<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/Document.cxx, branch sciteco-rel-5-6-2</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>added SC_LINE_END_TYPE_NONE: allows ignoring all line ends</title>
<updated>2026-05-09T21:00:17+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>rhaberkorn@fmsbw.de</email>
</author>
<published>2025-09-09T17:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a534721011f35a1a56c2a815f8b2fa31e0a8ebbd'/>
<id>a534721011f35a1a56c2a815f8b2fa31e0a8ebbd</id>
<content type='text'>
This can help when using Scintilla views as command line widgets.
It can also help when using Scintilla to edit binary files as you
don't want to attach special meaning to CR and LF.

This patch will not be merged for the time being, so we strive
to reduce the number of touched lines.
See https://groups.google.com/g/scintilla-interest/c/iE6E4n9zWT4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can help when using Scintilla views as command line widgets.
It can also help when using Scintilla to edit binary files as you
don't want to attach special meaning to CR and LF.

This patch will not be merged for the time being, so we strive
to reduce the number of touched lines.
See https://groups.google.com/g/scintilla-interest/c/iE6E4n9zWT4
</pre>
</div>
</content>
</entry>
<entry>
<title>Add error status SC_STATUS_OUTSIDE_DOCUMENT that is set when operations are</title>
<updated>2026-04-23T00:42:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-04-23T00:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fc5004a9e14cfd5c462abca0c8af3cab614aa48d'/>
<id>fc5004a9e14cfd5c462abca0c8af3cab614aa48d</id>
<content type='text'>
attempted on a position outside the document.
Positions are checked earlier to prevent actions partly succeeding.
This is implemented with a new exception type Failure which should be caught by
platform layer's API handling code to produce a more granular error status.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
attempted on a position outside the document.
Positions are checked earlier to prevent actions partly succeeding.
This is implemented with a new exception type Failure which should be caught by
platform layer's API handling code to produce a more granular error status.
</pre>
</div>
</content>
</entry>
<entry>
<title>Assert that string is being inserted inside the document range.</title>
<updated>2026-04-21T23:07:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-04-21T23:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1d3381851bb6d0283055c19052a95eb48c4e4ac2'/>
<id>1d3381851bb6d0283055c19052a95eb48c4e4ac2</id>
<content type='text'>
This would be caught in SplitVector::InsertFromArray but this simplifies the
failure and avoids potential for modifications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This would be caught in SplitVector::InsertFromArray but this simplifies the
failure and avoids potential for modifications.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy AnyOf from Lexilla to clarify code checking if a value is in a set.</title>
<updated>2026-04-13T01:31:36+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-04-13T01:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4db72474ccc799b6f39bb37604154cbcf33e08be'/>
<id>4db72474ccc799b6f39bb37604154cbcf33e08be</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:#1582]. Improve performance of Document::SetStyles.</title>
<updated>2026-03-30T07:30:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-03-30T07:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f07caccbf33acd188cbe4961ece30251102351cc'/>
<id>f07caccbf33acd188cbe4961ece30251102351cc</id>
<content type='text'>
Report changed range for Document::SetStyleFor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Report changed range for Document::SetStyleFor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2501]. Fix regression in SCI_CONVERTEOLS that may not convert whole file.</title>
<updated>2026-03-10T22:23:34+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2026-03-10T22:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3f1838d9feb6b8348a24b6ba4a17c2c40e3541c6'/>
<id>3f1838d9feb6b8348a24b6ba4a17c2c40e3541c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve compatibility with std::regex implementations.</title>
<updated>2026-03-06T21:42:24+00:00</updated>
<author>
<name>Stephan T. Lavavej</name>
<email>unknown</email>
</author>
<published>2026-03-06T21:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1244953d437f8d0e4adc89fe4e887189961f9841'/>
<id>1244953d437f8d0e4adc89fe4e887189961f9841</id>
<content type='text'>
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/17816
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/17816
</pre>
</div>
</content>
</entry>
<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>Bug [#2491]. Fix lexing after undo at end of document.</title>
<updated>2026-01-07T00:51:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-01-07T00:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0627663abd14c81cafde85ce9cc0502d9bc3a6c3'/>
<id>0627663abd14c81cafde85ce9cc0502d9bc3a6c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use const where reasonable.</title>
<updated>2025-12-03T22:28:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-12-03T22:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7d96cb472c1176dde2e8bf19ae351c20b6d1d680'/>
<id>7d96cb472c1176dde2e8bf19ae351c20b6d1d680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
