<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/CellBuffer.h, branch rel-5-5-9</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 [#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>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>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>
<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>Avoid overhead of extra start actions that delimited user operations. Now relies</title>
<updated>2024-02-09T10:25:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-02-09T10:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8df2193739e8e37b0ab4c0c31a0e1741351c801f'/>
<id>8df2193739e8e37b0ab4c0c31a0e1741351c801f</id>
<content type='text'>
on mayCoalesce flag to indicate that a user operation is complete when false.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on mayCoalesce flag to indicate that a user operation is complete when false.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UndoAction class as internal type for undo actions and make Action a struct</title>
<updated>2024-01-31T22:36:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-01-31T22:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=252cb0fe25a8cbbce19944033e311203e0fb07dc'/>
<id>252cb0fe25a8cbbce19944033e311203e0fb07dc</id>
<content type='text'>
that is used for reporting undo steps to Document.
This will allow further minimization of undo memory use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that is used for reporting undo steps to Document.
This will allow further minimization of undo memory use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move UndoHistory into its own module that is accessible from CellBuffer and</title>
<updated>2024-01-31T21:56:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-01-31T21:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c6b542f84e65083552e52768db7bb4c11dcd7a64'/>
<id>c6b542f84e65083552e52768db7bb4c11dcd7a64</id>
<content type='text'>
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use noexcept where reasonable.</title>
<updated>2024-01-27T09:08:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-01-27T09:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5f1a05f6570e56990092480d2ba0c99c0c48e0fa'/>
<id>5f1a05f6570e56990092480d2ba0c99c0c48e0fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
