<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-1-39</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>Made folding of comments and quotes options.</title>
<updated>2001-08-21T13:23:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-21T13:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b35045899d2decd3f4cd3ca2fff01279c4c8aaca'/>
<id>b35045899d2decd3f4cd3ca2fff01279c4c8aaca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made all of quoted section be at the same level.</title>
<updated>2001-08-20T02:39:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-20T02:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=133268d67dd13fb48da4b3b975ca75f6a87e98c6'/>
<id>133268d67dd13fb48da4b3b975ca75f6a87e98c6</id>
<content type='text'>
Seek back also seeks beyond quote to determine level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Seek back also seeks beyond quote to determine level.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed redundant expression.</title>
<updated>2001-08-20T02:38:21+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-20T02:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b4aff87e0ba4734f97285d07dd9a8e80a7a53982'/>
<id>b4aff87e0ba4734f97285d07dd9a8e80a7a53982</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When looping over whitespace/comment lines, use the same indent level for</title>
<updated>2001-08-17T22:05:23+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-17T22:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e95045fe65ebcd1b058068aea2ec87b73204eb0d'/>
<id>e95045fe65ebcd1b058068aea2ec87b73204eb0d</id>
<content type='text'>
all whitespace lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all whitespace lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate out the enforcement of the visibilty policy by having both an</title>
<updated>2001-08-17T08:23:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-17T08:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5f609cd62f8f884231285ca35fa954276a7f7be6'/>
<id>5f609cd62f8f884231285ca35fa954276a7f7be6</id>
<content type='text'>
EnsureVisible method and an EnsureVisibleEnforcePolicy method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EnsureVisible method and an EnsureVisibleEnforcePolicy method.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made header blobs larger and odd number of pixels in size so that minus</title>
<updated>2001-08-17T08:17:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-17T08:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5065e58680f80bf6b1b8951d949a4f3e115e381a'/>
<id>5065e58680f80bf6b1b8951d949a4f3e115e381a</id>
<content type='text'>
and plus signs can be centred.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and plus signs can be centred.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made folder be line based rather than character based as it doesn't look</title>
<updated>2001-08-15T08:22:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-15T08:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5b5d083a26965ac463bf36c745cbadf1a5363584'/>
<id>5b5d083a26965ac463bf36c745cbadf1a5363584</id>
<content type='text'>
at the characters directly any more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
at the characters directly any more.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added TCL lexer as alias of C++ lexer.</title>
<updated>2001-08-15T08:21:47+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-15T08:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=204c1de46e965db686dfcbec2ddf53ebeb7094e5'/>
<id>204c1de46e965db686dfcbec2ddf53ebeb7094e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some folding symbols.</title>
<updated>2001-08-15T08:20:55+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-15T08:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=13ccb8451ec037788413244d45d322aa0fcf1be2'/>
<id>13ccb8451ec037788413244d45d322aa0fcf1be2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed up length to fold and initial style perturbed when making fold start</title>
<updated>2001-08-15T08:20:20+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-15T08:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8837fdaaa2eaa0c61bf5d02e628b9b3f9a320ff0'/>
<id>8837fdaaa2eaa0c61bf5d02e628b9b3f9a320ff0</id>
<content type='text'>
one line early.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
one line early.
</pre>
</div>
</content>
</entry>
</feed>
