<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test, branch rel-3-2-4</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>Fix bug where non-ASCII hex escape did not match.</title>
<updated>2012-10-04T05:54:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-10-04T05:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=823b818b12f03208e9ea3731c37089274397288c'/>
<id>823b818b12f03208e9ea3731c37089274397288c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug where removing all characters from indicator at end of document did</title>
<updated>2012-09-12T03:44:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-09-12T03:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=75bed4f0a73a0ef3a0d69026f21bc280b2232513'/>
<id>75bed4f0a73a0ef3a0d69026f21bc280b2232513</id>
<content type='text'>
not remove that run causing iteration over the indicator to hang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not remove that run causing iteration over the indicator to hang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use byte strings to make work with Python 3.2 on Windows 2000.</title>
<updated>2012-07-17T04:04:38+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-07-17T04:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=320387a42d5777d29c5f439841f00f84bd51be48'/>
<id>320387a42d5777d29c5f439841f00f84bd51be48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream comments</title>
<updated>2012-06-22T04:19:31+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-06-22T04:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=51244e430368eb545726e90ae5f5a6b765d09dd3'/>
<id>51244e430368eb545726e90ae5f5a6b765d09dd3</id>
<content type='text'>
inside preprocessor directives.
Includes code from Marko Njezic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
inside preprocessor directives.
Includes code from Marko Njezic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent empty lines from continuing preprocessor style.</title>
<updated>2012-06-22T03:55:22+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-06-22T03:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9f6b99068f71f7b9f20a3758ea0fc7941eed2492'/>
<id>9f6b99068f71f7b9f20a3758ea0fc7941eed2492</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove marker only once for SCI_MARKERDELETE. Bug #3535806.</title>
<updated>2012-06-18T00:29:27+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-06-18T00:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=590808ff37ee5df9a868222d7e0fcbcd98aa1188'/>
<id>590808ff37ee5df9a868222d7e0fcbcd98aa1188</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add CharClassifier::GetCharsOfClass</title>
<updated>2012-05-29T19:44:34+00:00</updated>
<author>
<name>Mook</name>
<email>marky@activestate.com</email>
</author>
<published>2012-05-29T19:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dd24e21bbeadbd1c7f6954f72ebe479e7ce3dc99'/>
<id>dd24e21bbeadbd1c7f6954f72ebe479e7ce3dc99</id>
<content type='text'>
add SCI_GETWORDCHARS(&lt;unused&gt;, stringresult chars) command to get word chars
add SCI_GETWHITESPACECHARS(&lt;unused&gt;, stringresult chars) to get whitespace chars
add SCI_GETPUNCTUATIONCHARS(&lt;unused&gt;, stringresult chars) to get punctutation
also add tests for {Set,Get}{Word,Whitespce,Punctuation}Chars, CharClassifier
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add SCI_GETWORDCHARS(&lt;unused&gt;, stringresult chars) command to get word chars
add SCI_GETWHITESPACECHARS(&lt;unused&gt;, stringresult chars) to get whitespace chars
add SCI_GETPUNCTUATIONCHARS(&lt;unused&gt;, stringresult chars) to get punctutation
also add tests for {Set,Get}{Word,Whitespce,Punctuation}Chars, CharClassifier
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated to mention tests run on Python 2.7.</title>
<updated>2012-05-29T23:10:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-29T23:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=33abd7d4613fc09ca51fd745b78be3de321eae88'/>
<id>33abd7d4613fc09ca51fd745b78be3de321eae88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DeleteRange method.</title>
<updated>2012-05-26T05:25:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-26T05:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3828986655c93d7f496ddce9567c53cab6cf57bb'/>
<id>3828986655c93d7f496ddce9567c53cab6cf57bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GetRangePointer and GetGapPosition methods.</title>
<updated>2012-05-26T05:15:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-26T05:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1596a6d6b4540980cd6a8249460d881d6d190c1f'/>
<id>1596a6d6b4540980cd6a8249460d881d6d190c1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
