<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/ScintillaBase.cxx, branch sciteco-rel-5-6-2</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 SC_LINE_END_TYPE_NONE: allows ignoring all line ends</title>
<updated>2026-05-09T21:00:17+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=a534721011f35a1a56c2a815f8b2fa31e0a8ebbd'/>
<id>a534721011f35a1a56c2a815f8b2fa31e0a8ebbd</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.

This patch will not be merged for the time being, so we strive
to reduce the number of touched lines.
See https://groups.google.com/g/scintilla-interest/c/iE6E4n9zWT4
</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.

This patch will not be merged for the time being, so we strive
to reduce the number of touched lines.
See https://groups.google.com/g/scintilla-interest/c/iE6E4n9zWT4
</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>Silence warnings for else-after, no default in switch, default destructor,</title>
<updated>2025-04-22T03:05:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-04-22T03:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6adb34389334133409cd4a06cf8c7a00729460f2'/>
<id>6adb34389334133409cd4a06cf8c7a00729460f2</id>
<content type='text'>
parameter naming.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
parameter naming.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move common IME code from platform layers to ScintillaBase.</title>
<updated>2025-04-22T01:13:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-04-22T01:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=99e69de57d94f4bcf8d72a69c9215684ee4152ee'/>
<id>99e69de57d94f4bcf8d72a69c9215684ee4152ee</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>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:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font.</title>
<updated>2024-07-02T23:44:24+00:00</updated>
<author>
<name>Martijn Laan</name>
<email>unknown</email>
</author>
<published>2024-07-02T23:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ed0aed7dc463ee5c0f2b7c0989e231cce2c835b8'/>
<id>ed0aed7dc463ee5c0f2b7c0989e231cce2c835b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2403]. Add SC_AUTOCOMPLETE_SELECT_FIRST_ITEM.</title>
<updated>2024-03-07T20:56:22+00:00</updated>
<author>
<name>Jiří Techet</name>
<email>techet@gmail.com</email>
</author>
<published>2024-03-07T20:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=548093449967bb84aaf112df736428681657c528'/>
<id>548093449967bb84aaf112df736428681657c528</id>
<content type='text'>
This option always selects the first item in the autocompletion list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option always selects the first item in the autocompletion list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1501] More use of LineStartPosition, LineEndPosition.</title>
<updated>2023-11-07T02:46:00+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-11-07T02:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cba3701a6c1a67b839ebe567992e004d1ac4d7f1'/>
<id>cba3701a6c1a67b839ebe567992e004d1ac4d7f1</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:#1486] Redraw calltip after showing.</title>
<updated>2023-06-04T06:28:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-06-04T06:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=857368f6792ddf9940aef7c384a65aa911a2f41e'/>
<id>857368f6792ddf9940aef7c384a65aa911a2f41e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
