<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, 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>added SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR)</title>
<updated>2025-11-11T23:39:57+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>rhaberkorn@fmsbw.de</email>
</author>
<published>2025-11-02T22:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b64652b857d3a5922c72ccc801ac77aa9cff27c0'/>
<id>b64652b857d3a5922c72ccc801ac77aa9cff27c0</id>
<content type='text'>
Allows rendering tabs (ASCII 9) with character representations like any other
control character.
This will not actually change the tab's indentation, so you may need to call
SCI_SETTABWIDTH and SCI_SETTABMINIMUMWIDTH as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows rendering tabs (ASCII 9) with character representations like any other
control character.
This will not actually change the tab's indentation, so you may need to call
SCI_SETTABWIDTH and SCI_SETTABMINIMUMWIDTH as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>added SC_LINE_END_TYPE_NONE: allows ignoring all line ends</title>
<updated>2025-11-09T21:10:35+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=a5b8fca36a7a050edfa1c4bb9e91f7722e12f3f6'/>
<id>a5b8fca36a7a050edfa1c4bb9e91f7722e12f3f6</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.
</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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_SCROLLVERTICAL API.</title>
<updated>2025-05-31T22:38:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-05-31T22:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a180e477ec3efd9d35a4cf32b63ab7354a03371f'/>
<id>a180e477ec3efd9d35a4cf32b63ab7354a03371f</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_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK.</title>
<updated>2025-05-12T01:38:13+00:00</updated>
<author>
<name>orbitalquark</name>
<email>70453897+orbitalquark@users.noreply.github.com</email>
</author>
<published>2025-05-12T01:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=140a921a133ee63337e8dfe1c7261b7eb86399e9'/>
<id>140a921a133ee63337e8dfe1c7261b7eb86399e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change CallTipPosStart to a 'get' to match CallTipSetPosStart.</title>
<updated>2025-05-09T22:35:35+00:00</updated>
<author>
<name>Mitchell Foral</name>
<email>unknown</email>
</author>
<published>2025-05-09T22:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=220ff95d67d652dd5bc709ffed27cfb52c86d3fe'/>
<id>220ff95d67d652dd5bc709ffed27cfb52c86d3fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Control restoring vertical scroll position for undo with</title>
<updated>2025-04-17T23:20:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-04-17T23:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c1de3774867127539b9b93efd4a0832a3f3a9fcf'/>
<id>c1de3774867127539b9b93efd4a0832a3f3a9fcf</id>
<content type='text'>
SC_UNDO_SELECTION_HISTORY_SCROLL flag to SCI_SETUNDOSELECTIONHISTORY.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SC_UNDO_SELECTION_HISTORY_SCROLL flag to SCI_SETUNDOSELECTIONHISTORY.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2468]. Update documentation of which notifications use each field.</title>
<updated>2025-03-29T21:59:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-29T21:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d3277558d108402908ba1c474a2f44c30559a645'/>
<id>d3277558d108402908ba1c474a2f44c30559a645</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2469]. Return enumeration type from MarkerSymbolDefined to match</title>
<updated>2025-03-28T22:50:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-28T22:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=be86b31a7085c1ed73ee34e3e25ebb1458064e8c'/>
<id>be86b31a7085c1ed73ee34e3e25ebb1458064e8c</id>
<content type='text'>
MarkerDefine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MarkerDefine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement Direct2D/DirectWrite 1.1. Add SC_TECHNOLOGY_DIRECT_WRITE_1 to use an</title>
<updated>2025-02-12T02:19:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-12T02:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1ff212a46192cb86fcb6451848b200898a28f6ff'/>
<id>1ff212a46192cb86fcb6451848b200898a28f6ff</id>
<content type='text'>
explicit swap chain and ID2D1DeviceContext.
Stop supporting DirectWrite on Windows Vista.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
explicit swap chain and ID2D1DeviceContext.
Stop supporting DirectWrite on Windows Vista.
</pre>
</div>
</content>
</entry>
<entry>
<title>Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED and</title>
<updated>2025-02-01T03:43:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-01T03:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f54fd2019dd648b29a80ec7429833ab546d3a428'/>
<id>f54fd2019dd648b29a80ec7429833ab546d3a428</id>
<content type='text'>
SCI_SETSELECTIONSERIALIZED.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SCI_SETSELECTIONSERIALIZED.
</pre>
</div>
</content>
</entry>
</feed>
