<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch sciteco-dev-pre-v2.0.0</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>Replace expressions to find level number of a fold level with function call.</title>
<updated>2016-01-31T03:38:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-01-31T03:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6ef60ea263a10a3751903ff186a1602d7f22e217'/>
<id>6ef60ea263a10a3751903ff186a1602d7f22e217</id>
<content type='text'>
Simplifies code by removing any precedence issues and is shorter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplifies code by removing any precedence issues and is shorter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1799]. Folds unfolded when two fold regions are merged by either deleting</title>
<updated>2016-01-31T03:23:34+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>devnull@localhost</email>
</author>
<published>2016-01-31T03:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a9880d7d2bba46107f7e700b707c06ea82124269'/>
<id>a9880d7d2bba46107f7e700b707c06ea82124269</id>
<content type='text'>
an intervening line or changing its fold level by adding characters.
Add LevelNumber function to simplify expressions implmenting folding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
an intervening line or changing its fold level by adding characters.
Add LevelNumber function to simplify expressions implmenting folding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use value initialization in preference to memset as simpler and more robust.</title>
<updated>2016-01-09T23:49:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-01-09T23:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=80c43646ce8cdd8b5ee434af66977c410e271b8b'/>
<id>80c43646ce8cdd8b5ee434af66977c410e271b8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1801]. Fix spelling.</title>
<updated>2016-01-08T03:42:30+00:00</updated>
<author>
<name>Bewied</name>
<email>devnull@localhost</email>
</author>
<published>2016-01-08T03:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=460a98ec04e3125c67503437bd1cdbade79f44c8'/>
<id>460a98ec04e3125c67503437bd1cdbade79f44c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix infinite loop with both wrap and idle styling to end turned on.</title>
<updated>2016-01-05T07:24:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-01-05T07:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bfa0332ce324c0ffc998d39e8f903711ad6e1532'/>
<id>bfa0332ce324c0ffc998d39e8f903711ad6e1532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1796]. Expand folded areas before deleting fold header line.</title>
<updated>2015-12-31T03:38:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-12-31T03:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4d91625964eca21b5b9bc4a54f34529fe3d4c1e7'/>
<id>4d91625964eca21b5b9bc4a54f34529fe3d4c1e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat Unicode line ends like common line ends when maintaining fold state.</title>
<updated>2015-12-31T03:28:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-12-31T03:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1ea05a3df97f9a733254ecde9e70b5827083b8e6'/>
<id>1ea05a3df97f9a733254ecde9e70b5827083b8e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer StyleIndexAt over StyleAt to avoid problems with out-of-bounds access for</title>
<updated>2015-12-07T00:08:40+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-12-07T00:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3c85e3a83b0d2f7da09b7b2573cb799842285ca7'/>
<id>3c85e3a83b0d2f7da09b7b2573cb799842285ca7</id>
<content type='text'>
styles &gt; 0x7f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
styles &gt; 0x7f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some problems with out-of-bounds access for protected text.</title>
<updated>2015-12-04T06:11:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-12-04T06:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bd5ac521d9b3d1330d2e1906dc96012b40a016da'/>
<id>bd5ac521d9b3d1330d2e1906dc96012b40a016da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1784]. Highlight whole run for hover indicator when wrapped.</title>
<updated>2015-12-03T23:23:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-12-03T23:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0eb69bbc10850c00e0ed006705c55ab9f6d33ce5'/>
<id>0eb69bbc10850c00e0ed006705c55ab9f6d33ce5</id>
<content type='text'>
Less efficient now as redraws all text when hover position changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Less efficient now as redraws all text when hover position changes.
</pre>
</div>
</content>
</entry>
</feed>
