<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-7-5</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>More canonical version of previous change 6283.</title>
<updated>2017-05-22T01:00:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-22T01:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=10470df251bacc1a9f01fadf07e8e03d0a934ffe'/>
<id>10470df251bacc1a9f01fadf07e8e03d0a934ffe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a crash when a line containing a marker was deleted.</title>
<updated>2017-05-22T00:19:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-22T00:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a07eca41846561377a50602e9075aac3601eaf95'/>
<id>a07eca41846561377a50602e9075aac3601eaf95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use UniqueString to simplify FontNames.</title>
<updated>2017-05-21T13:28:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-21T13:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=08c0f029cc6630f147b1681d4864cc42f33be7cc'/>
<id>08c0f029cc6630f147b1681d4864cc42f33be7cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unique_ptr and forward_list to regularize PerLine data structures.</title>
<updated>2017-05-21T13:22:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-21T13:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f5709222a78870805711812cbfd6a65bbd4daf48'/>
<id>f5709222a78870805711812cbfd6a65bbd4daf48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make SparseVector work with move-only types.</title>
<updated>2017-05-21T13:08:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-21T13:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3debda34b8aa21a770142a055b8fa7e4a8a7355f'/>
<id>3debda34b8aa21a770142a055b8fa7e4a8a7355f</id>
<content type='text'>
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make SplitVector work with move-only types like unique_ptr.</title>
<updated>2017-05-21T00:26:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-21T00:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8ef4f3d54de1328a1d9753f4317a5d7692a72ae8'/>
<id>8ef4f3d54de1328a1d9753f4317a5d7692a72ae8</id>
<content type='text'>
Provide InsertEmpty and both const and non-const reference returning operator[].
Add and fix comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide InsertEmpty and both const and non-const reference returning operator[].
Add and fix comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace intrusive linked lists with vector and unique_ptr to simplify code.</title>
<updated>2017-05-12T01:01:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-12T01:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=103e0f9913655a803e46f37e17574c1441c795d4'/>
<id>103e0f9913655a803e46f37e17574c1441c795d4</id>
<content type='text'>
Remove LexerMinder as not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove LexerMinder as not needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1187]. Update scroll bar when annotations added,</title>
<updated>2017-05-10T04:19:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-10T04:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=614661b61fccc0b1b9db5356feb800ccaeda218a'/>
<id>614661b61fccc0b1b9db5356feb800ccaeda218a</id>
<content type='text'>
removed, or visibility changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removed, or visibility changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify DecorationList and its clients by using a vector instead of an</title>
<updated>2017-05-10T04:15:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-10T04:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=789644c36be4220ae0920ec3bc60115a3a05b160'/>
<id>789644c36be4220ae0920ec3bc60115a3a05b160</id>
<content type='text'>
intrusive linked list. Restrict clients to a read-only view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
intrusive linked list. Restrict clients to a read-only view.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and</title>
<updated>2017-05-10T03:58:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-10T03:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=91c4a9ff07821dce93dab3ffd77df081893b723d'/>
<id>91c4a9ff07821dce93dab3ffd77df081893b723d</id>
<content type='text'>
Document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document.
</pre>
</div>
</content>
</entry>
</feed>
