<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/Editor.cxx, branch rel-5-6-1</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>Feature [feature-requests:#1581]. Simplify previous commit.</title>
<updated>2026-03-10T21:18:41+00:00</updated>
<author>
<name>Nathaniel Braun</name>
<email>unknown</email>
</author>
<published>2026-03-10T21:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=08f3ce9f150063e4c0616db437ceef01e17679fe'/>
<id>08f3ce9f150063e4c0616db437ceef01e17679fe</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:#1581]. Improve mouse drag behaviour when drag and</title>
<updated>2026-03-09T05:22:44+00:00</updated>
<author>
<name>Nathaniel Braun</name>
<email>unknown</email>
</author>
<published>2026-03-09T05:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=20184b70992e72b4ad26f93284f9654cb29c01e2'/>
<id>20184b70992e72b4ad26f93284f9654cb29c01e2</id>
<content type='text'>
drop disabled to deselect on mouse down.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
drop disabled to deselect on mouse down.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR).</title>
<updated>2026-02-25T23:38:16+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>rhaberkorn@fmsbw.de</email>
</author>
<published>2026-02-25T23:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7621fda67d13735836c6f050d1eec8c691a68292'/>
<id>7621fda67d13735836c6f050d1eec8c691a68292</id>
<content type='text'>
Allows rendering tabs (ASCII 9) with character representations like any other
control character.
</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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor simplifications in Editor::Indent.</title>
<updated>2026-01-26T01:10:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-01-26T01:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f06acbb8f212ca5fdf599b89f4229f1e67f0c41a'/>
<id>f06acbb8f212ca5fdf599b89f4229f1e67f0c41a</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:#184]. Small optimization.</title>
<updated>2026-01-09T22:14:23+00:00</updated>
<author>
<name>Nathaniel Braun</name>
<email>unknown</email>
</author>
<published>2026-01-09T22:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=58d4a329fe7cad43a664028f39fb0b1260ccf5b8'/>
<id>58d4a329fe7cad43a664028f39fb0b1260ccf5b8</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:#184]. Add option to disable drag/drop editing</title>
<updated>2026-01-07T21:22:01+00:00</updated>
<author>
<name>Nathaniel Braun</name>
<email>unknown</email>
</author>
<published>2026-01-07T21:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=56c071e2734e3812c7c77b611637cbc2698eb7d3'/>
<id>56c071e2734e3812c7c77b611637cbc2698eb7d3</id>
<content type='text'>
SCI_SETDRAGDROPENABLED. Fully implemented on Win32 but may only prevent dragging
on other platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SCI_SETDRAGDROPENABLED. Fully implemented on Win32 but may only prevent dragging
on other platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2488]. Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND.</title>
<updated>2025-12-08T03:38:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-12-08T03:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=724429a7c661eeafe3094a049f747267d0496a69'/>
<id>724429a7c661eeafe3094a049f747267d0496a69</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:#1567]. Remove unnecessary InvalidateStyleRedraw call.</title>
<updated>2025-10-29T06:15:27+00:00</updated>
<author>
<name>YX Hao</name>
<email>unknown</email>
</author>
<published>2025-10-29T06:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b0552440af91e0e7647df415b92c5b3e75b5f654'/>
<id>b0552440af91e0e7647df415b92c5b3e75b5f654</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:#1567]. Fix bug when indenting rectangular selection.</title>
<updated>2025-10-29T06:10:25+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-10-29T06:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bd97e46bc614bb86ff18ab493240dc9be2dabd05'/>
<id>bd97e46bc614bb86ff18ab493240dc9be2dabd05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2487]. Reduce work performed for SetSelectionSerialized.</title>
<updated>2025-10-11T22:10:20+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-10-11T22:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ec7e01ee4f94c654849c763835d8f03b8398db82'/>
<id>ec7e01ee4f94c654849c763835d8f03b8398db82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
