<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/EditModel.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>Hoist calculation of virtual space on a line into a method and simplify callers.</title>
<updated>2026-02-18T02:21:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-18T02:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1ffe844d22600a4acd248c14bd0006e000622d93'/>
<id>1ffe844d22600a4acd248c14bd0006e000622d93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add vertical scroll position into undo selection history unconditionally.</title>
<updated>2025-02-06T22:28:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-06T22:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=50d1e46ea7d6de76fc8d676888d9e14475fda04f'/>
<id>50d1e46ea7d6de76fc8d676888d9e14475fda04f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure undo selection history for view is deleted when view destroyed or</title>
<updated>2025-02-04T09:57:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-04T09:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3c7b3d58881b98806a0eb5bbd94a07c38b9fe7c5'/>
<id>3c7b3d58881b98806a0eb5bbd94a07c38b9fe7c5</id>
<content type='text'>
history disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
history disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use string form for selection undo history as it saves significant space.</title>
<updated>2025-01-31T22:39:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-01-31T22:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=db6332fa9933244c45c44063afbdcccb462cfc03'/>
<id>db6332fa9933244c45c44063afbdcccb462cfc03</id>
<content type='text'>
On average takes around 20% of SelectionSimple.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On average takes around 20% of SelectionSimple.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1224]. Use enum for undo selection history and make API names more</title>
<updated>2025-01-24T21:40:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-01-24T21:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f2bc1988dba5ca23692020017aa6f9ee2b4d71cf'/>
<id>f2bc1988dba5ca23692020017aa6f9ee2b4d71cf</id>
<content type='text'>
consistent as 'undo selection' instead of 'selection undo' as more closely
associated with undo than selection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
consistent as 'undo selection' instead of 'selection undo' as more closely
associated with undo than selection.
</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:#1530]. SCI_SETCOPYSEPARATOR sets string to separate</title>
<updated>2024-07-27T02:35:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-07-27T02:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=76ef74bc44e201562320906ca18d3add7084ff8b'/>
<id>76ef74bc44e201562320906ca18d3add7084ff8b</id>
<content type='text'>
parts of multiple selection when copied.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
parts of multiple selection when copied.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1516]. Access SpecialRepresentations through a</title>
<updated>2024-05-16T11:49:11+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2024-05-16T11:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8d4e03d3e827540d1f60e96091c0c71973910ff5'/>
<id>8d4e03d3e827540d1f60e96091c0c71973910ff5</id>
<content type='text'>
unique_ptr. Reduces executable size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unique_ptr. Reduces executable size.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce warnings with noexcept, fewer casts, and other minor changes.</title>
<updated>2022-08-13T08:12:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-13T08:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7d2f6bd5280613538c4beafac26a39348992d103'/>
<id>7d2f6bd5280613538c4beafac26a39348992d103</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
