<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-5-5-3</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>Prefer member intializers.</title>
<updated>2024-09-27T22:36:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-09-27T22:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a63766d101df9ce02cef81ada9f8216dd4e008f0'/>
<id>a63766d101df9ce02cef81ada9f8216dd4e008f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Hoist some common code into methods.</title>
<updated>2024-09-01T22:42:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-09-01T22:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5977b000998149b60a80fa4bb779a663078b951a'/>
<id>5977b000998149b60a80fa4bb779a663078b951a</id>
<content type='text'>
RangeContainsProtected gains an overload that takes a SelectionRange as this is
common use and simplifies callers.
ClearSelectionRange is common code used to clear selected text and update a
SelectionRange before inserting text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RangeContainsProtected gains an overload that takes a SelectionRange as this is
common use and simplifies callers.
ClearSelectionRange is common code used to clear selected text and update a
SelectionRange before inserting text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1524]. Use same name in declaration and definition.</title>
<updated>2024-08-21T22:53:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-08-21T22:53:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f61756ccb21fdd1893e13c1528fe04cfce4a7c6e'/>
<id>f61756ccb21fdd1893e13c1528fe04cfce4a7c6e</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_STYLESETSTRETCH to support condensed and expanded text styles.</title>
<updated>2024-08-15T09:02:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-08-15T09:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dcbc339899911e1a3a743de1c0c25d0c253dd39a'/>
<id>dcbc339899911e1a3a743de1c0c25d0c253dd39a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify code that sets an empty selection at a position.</title>
<updated>2024-08-09T00:05:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-08-09T00:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1daf2d728e95854ad648f93e6f17f8f58074d65c'/>
<id>1daf2d728e95854ad648f93e6f17f8f58074d65c</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:#1524]. Add SCI_LINEINDENT and SCI_LINEDEDENT.</title>
<updated>2024-07-31T11:49:44+00:00</updated>
<author>
<name>Martijn Laan</name>
<email>1092369+martijnlaan@users.noreply.github.com</email>
</author>
<published>2024-07-31T11:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0d6fd0c6bc452f41919bbdf8dcc9b3d6fbc83205'/>
<id>0d6fd0c6bc452f41919bbdf8dcc9b3d6fbc83205</id>
<content type='text'>
These force the multiline behaviour of SCI_TAB and SCI_BACKTAB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These force the multiline behaviour of SCI_TAB and SCI_BACKTAB.
</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:#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>Simplify line-end insertions and conversions.</title>
<updated>2024-07-14T23:17:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-07-14T23:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6a7f90c15976d7981a886843cfb6f6230359346f'/>
<id>6a7f90c15976d7981a886843cfb6f6230359346f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
