<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-1-45</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>Fixed bug when switching buffers led to stale line layout cache entries</title>
<updated>2002-03-04T10:40:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-03-04T10:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4bc8a4fcb5cbeed57b98ff00eddb8e8845e26a3b'/>
<id>4bc8a4fcb5cbeed57b98ff00eddb8e8845e26a3b</id>
<content type='text'>
by deallocating the cache when switching buffers.
When number of lines decreases, line layout cache entries for extra lines
are deleted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by deallocating the cache when switching buffers.
When number of lines decreases, line layout cache entries for extra lines
are deleted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed problem in wrapped mode where cursor up would not move because for</title>
<updated>2002-03-04T09:24:20+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-03-04T09:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=36f68f123487bb30e2a1f57b3eb49e5729be24a5'/>
<id>36f68f123487bb30e2a1f57b3eb49e5729be24a5</id>
<content type='text'>
a position that was at the end of a subline, and thus also the beginning
of the next subline LocationFromPosition was favoring the end of subline.
Treat a cached wrapping as invalid if the current wrap width is different
to when the wrapping was done.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a position that was at the end of a subline, and thus also the beginning
of the next subline LocationFromPosition was favoring the end of subline.
Treat a cached wrapping as invalid if the current wrap width is different
to when the wrapping was done.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Borland warning.</title>
<updated>2002-03-04T06:55:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-03-04T06:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4b837e88f5bc0a8504cf3a65c196dafbcb31fb1b'/>
<id>4b837e88f5bc0a8504cf3a65c196dafbcb31fb1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed problem where brace highlights were remembered in line layout cache.</title>
<updated>2002-03-01T07:24:01+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-03-01T07:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a7f65a490650406b2e73037bd2c9600070246a75'/>
<id>a7f65a490650406b2e73037bd2c9600070246a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made number of display lines for a document line be dynamic.</title>
<updated>2002-02-28T10:54:35+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-02-28T10:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c208c5796da3a499c25850698c84f423ff316408'/>
<id>c208c5796da3a499c25850698c84f423ff316408</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Line layout cache feature added.</title>
<updated>2002-02-28T02:52:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-02-28T02:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a24b646f899734342a240964db61bb07ea41648'/>
<id>9a24b646f899734342a240964db61bb07ea41648</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Jose to handle minus and plus signs in exponents of floating</title>
<updated>2002-02-21T06:29:38+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-02-21T06:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=10d0c3520c1dd02f51f5c2d2cea2c95c8729837c'/>
<id>10d0c3520c1dd02f51f5c2d2cea2c95c8729837c</id>
<content type='text'>
point constants (1.2e-5) but not in hexadecimal numbers (1e2-5).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
point constants (1.2e-5) but not in hexadecimal numbers (1e2-5).
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Jose to fix highlighting operator '.</title>
<updated>2002-02-21T06:18:55+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-02-21T06:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8d4396be08d3f50d9faf6c87ceff83c746cd64b1'/>
<id>8d4396be08d3f50d9faf6c87ceff83c746cd64b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed dead code noticed by Philippe.</title>
<updated>2002-02-21T06:09:47+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-02-21T06:09:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f380c24625020f9c2575a168e5b6e4d8bd4610f'/>
<id>2f380c24625020f9c2575a168e5b6e4d8bd4610f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Steve to fix SGML handling and to be more type safe.</title>
<updated>2002-02-20T02:51:23+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-02-20T02:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c618855bb78450ac42c7b44810244779d1120b2c'/>
<id>c618855bb78450ac42c7b44810244779d1120b2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
