<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-1-47</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>Can now generate into a new file as well as regenerate in place.</title>
<updated>2002-07-29T07:12:35+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-07-29T07:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3e20aa7ba9496654464241733059ec4173f06d13'/>
<id>3e20aa7ba9496654464241733059ec4173f06d13</id>
<content type='text'>
Creates a VS .NET project file from an input template.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates a VS .NET project file from an input template.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added capability to work with multiple substitution lists in one file.</title>
<updated>2002-07-29T06:39:56+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-07-29T06:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7eb1a92df1ca078dfbd33c385afa1a3fd01a61e1'/>
<id>7eb1a92df1ca078dfbd33c385afa1a3fd01a61e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid Borland warning.</title>
<updated>2002-07-29T04:28:47+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-07-29T04:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b4bc8ecda212e3b8700422963f888f9c71b5ca13'/>
<id>b4bc8ecda212e3b8700422963f888f9c71b5ca13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed Scriptol lexer.</title>
<updated>2002-07-29T01:57:25+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-07-29T01:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ce1b5500a934eae44ad4ebab641981d25feb6e78'/>
<id>ce1b5500a934eae44ad4ebab641981d25feb6e78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped as the Scriptol package not completely correct.</title>
<updated>2002-07-29T01:52:20+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-07-29T01:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7e3aa677fdca42e5cc9be376fdb3bd39af7ca977'/>
<id>7e3aa677fdca42e5cc9be376fdb3bd39af7ca977</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the scintilla_vc6.mak makefile.</title>
<updated>2002-07-29T01:51:03+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-07-29T01:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d052d54b6da94527016db79fc31828725b46211b'/>
<id>d052d54b6da94527016db79fc31828725b46211b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new line cache validity level between invalid and positions correct</title>
<updated>2002-07-28T13:28:45+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-07-28T13:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=471f0d6048dd8378954e68a29d9e69edcaada1e9'/>
<id>471f0d6048dd8378954e68a29d9e69edcaada1e9</id>
<content type='text'>
for when some text or style may or may not have been changed.
Allows optimization of the common case where a modification only changes
the style of a small range of the document.
Changed styling notifications to only include the range up to the last
character that was actually modified.
Full paint now paints all of the margins as well. Required to simplify
handling of abandoned paints where styling causes fold markers to change.
Tab key, in insert spaces mode, is treated as a single undo action.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for when some text or style may or may not have been changed.
Allows optimization of the common case where a modification only changes
the style of a small range of the document.
Changed styling notifications to only include the range up to the last
character that was actually modified.
Full paint now paints all of the margins as well. Required to simplify
handling of abandoned paints where styling causes fold markers to change.
Tab key, in insert spaces mode, is treated as a single undo action.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new line cache validity level between invalid and positions correct</title>
<updated>2002-07-28T13:20:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-07-28T13:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=949fe42e1c4ef53901beb134f508af75c1d06ef0'/>
<id>949fe42e1c4ef53901beb134f508af75c1d06ef0</id>
<content type='text'>
for when some text or style may or may not have been changed.
Allows optimization of the common case where a modification only changes
the style of a small range of the document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for when some text or style may or may not have been changed.
Allows optimization of the common case where a modification only changes
the style of a small range of the document.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed styling notifications to only include the range up to the last</title>
<updated>2002-07-28T13:17:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-07-28T13:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b6318a8f9cad997cccc2c09fd4d66a4413408228'/>
<id>b6318a8f9cad997cccc2c09fd4d66a4413408228</id>
<content type='text'>
character that was actually modified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
character that was actually modified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from John Ehresman to return false from styling operations when</title>
<updated>2002-07-26T00:46:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-07-26T00:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=af41fc54964c59f8e8118101bf8a2ee4262b90be'/>
<id>af41fc54964c59f8e8118101bf8a2ee4262b90be</id>
<content type='text'>
reentering causes styling to not be performed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reentering causes styling to not be performed.
</pre>
</div>
</content>
</entry>
</feed>
