<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-5-3-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>Updates for 5.3.1 release.</title>
<updated>2022-10-09T00:08:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-09T00:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5bf286a8a92dd2279f866aa2712206607dc49b8a'/>
<id>5bf286a8a92dd2279f866aa2712206607dc49b8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>File changed/new messages are printed in diagnostic format to make it easier to</title>
<updated>2022-10-09T00:07:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-09T00:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8dee5dd96994dc36a9d8c5d0b11904a202798bd8'/>
<id>8dee5dd96994dc36a9d8c5d0b11904a202798bd8</id>
<content type='text'>
open the file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
open the file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version number to 5.3.1.</title>
<updated>2022-10-08T23:57:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-08T23:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=447148eb9cf8cded342f1347ca3916fdfaad9c31'/>
<id>447148eb9cf8cded342f1347ca3916fdfaad9c31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2358]. Suppress change history background line shading when printing.</title>
<updated>2022-10-08T22:58:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-08T22:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dc212d80cc3c37b291b07b9fe6f2fb6b4a9434ca'/>
<id>dc212d80cc3c37b291b07b9fe6f2fb6b4a9434ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2349]. Fix bug where there were too many or too few lines when wrapping.</title>
<updated>2022-10-04T01:48:46+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-04T01:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2e652e0d9eaa867dfce6d442b80e8bc7f074a2f1'/>
<id>2e652e0d9eaa867dfce6d442b80e8bc7f074a2f1</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:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION to</title>
<updated>2022-10-03T22:35:06+00:00</updated>
<author>
<name>Ferdinand Oeinck</name>
<email>unknown</email>
</author>
<published>2022-10-03T22:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f4d5c00424eff7c84b4152b4df4de5c0ba4b12bc'/>
<id>f4d5c00424eff7c84b4152b4df4de5c0ba4b12bc</id>
<content type='text'>
make it easier to edit around invisible text.
This also allows representing long lexemes with a single character to provide a
summarized view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make it easier to edit around invisible text.
This also allows representing long lexemes with a single character to provide a
summarized view.
</pre>
</div>
</content>
</entry>
<entry>
<title>Draw SC_MARK_BAR markers underneath other markers as they often cover multiple</title>
<updated>2022-10-01T01:22:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-01T01:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=232fad28e7003fd38e2468258bcfacc61381ef7a'/>
<id>232fad28e7003fd38e2468258bcfacc61381ef7a</id>
<content type='text'>
lines for change history and other markers mark individual lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lines for change history and other markers mark individual lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hoist choosing marker variants into PartForFoldHighlight and PartForBar.</title>
<updated>2022-10-01T00:19:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-01T00:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b8202ab86ed353ebb5f6c70bde91df05a2c7a350'/>
<id>b8202ab86ed353ebb5f6c70bde91df05a2c7a350</id>
<content type='text'>
PaintOneMargin is constant so mark as const.
Extend scope of isExpanded to avoid recalculation.
This change set does not change behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PaintOneMargin is constant so mark as const.
Extend scope of isExpanded to avoid recalculation.
This change set does not change behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2357]. Make SCI_LINESCROLL more accurate when width of space not integer.</title>
<updated>2022-09-29T23:31:14+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-09-29T23:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=64a090697a4ce072addd4f9ea6aadca5f6cd9a86'/>
<id>64a090697a4ce072addd4f9ea6aadca5f6cd9a86</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:#749] Implement horizontal scrolling with Shift +</title>
<updated>2022-09-29T03:57:34+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-09-29T03:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f35107b93b04e080b66e32dbc68688b9431c8364'/>
<id>f35107b93b04e080b66e32dbc68688b9431c8364</id>
<content type='text'>
mouse wheel. Also feature [feature-requests:#1451].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mouse wheel. Also feature [feature-requests:#1451].
</pre>
</div>
</content>
</entry>
</feed>
