<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt/ScintillaEdit/ScintillaDocument.cpp, branch sciteco-rel-5-5-8</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>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>Fix reference from ScintillaDocument to Document to match change in 5.4.1</title>
<updated>2024-01-17T10:25:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-01-17T10:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b12c4ff365b8868fe9a85e87da92bc30d4f640ee'/>
<id>b12c4ff365b8868fe9a85e87da92bc30d4f640ee</id>
<content type='text'>
using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add const where viable.</title>
<updated>2023-06-27T22:42:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-06-27T22:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=15e24b271d134ce630d5034ca8a1bf8c08dc6a56'/>
<id>15e24b271d134ce630d5034ca8a1bf8c08dc6a56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove NotifyLexerChanged notification from DocWatcher.</title>
<updated>2022-09-11T23:16:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-09-11T23:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=355f308c13dc46747c5f8c4a232f74ccdb44ef58'/>
<id>355f308c13dc46747c5f8c4a232f74ccdb44ef58</id>
<content type='text'>
This is a private interface but could be used by independent platform layers
and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a private interface but could be used by independent platform layers
and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't define destructors when not needed, use unique_ptr, explict constructors.</title>
<updated>2021-10-25T09:00:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-10-25T09:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a892e1ffca62df1b8400e339750c91c4fc6c65bd'/>
<id>a892e1ffca62df1b8400e339750c91c4fc6c65bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h</title>
<updated>2021-05-24T09:31:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-24T09:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92290868cf9753d2df0d494cb44e2ff62a570b58'/>
<id>92290868cf9753d2df0d494cb44e2ff62a570b58</id>
<content type='text'>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add @file &lt;filename&gt; comments to follow convention.</title>
<updated>2021-05-09T00:05:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-09T00:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bd7646eede0a545d598cfe2d0531d8d5644c3bf6'/>
<id>bd7646eede0a545d598cfe2d0531d8d5644c3bf6</id>
<content type='text'>
Fix incorrect filename comments.
Normalize Qt code to use #endif /* X */ insetad of #endif // X.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix incorrect filename comments.
Normalize Qt code to use #endif /* X */ insetad of #endif // X.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType</title>
<updated>2021-04-27T00:04:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-27T00:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=13b6f88d9b4710e1c51b36a97c3b45a6441a7820'/>
<id>13b6f88d9b4710e1c51b36a97c3b45a6441a7820</id>
<content type='text'>
and CharacterCategoryMap to avoid clashes with Lexilla when building an
executable that includes both.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and CharacterCategoryMap to avoid clashes with Lexilla when building an
executable that includes both.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.</title>
<updated>2021-03-28T21:25:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-28T21:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ab70e1041cb40c9d807a18ca7abb5c000adf2fdf'/>
<id>ab70e1041cb40c9d807a18ca7abb5c000adf2fdf</id>
<content type='text'>
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
</pre>
</div>
</content>
</entry>
</feed>
