<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexlib, branch rel-3-3-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>Remove functions that are not used. Fix comment.</title>
<updated>2013-07-06T00:24:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-06T00:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=474fe6ef6a140edcdb948e9a055cf0fd2307946b'/>
<id>474fe6ef6a140edcdb948e9a055cf0fd2307946b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor consting. Documentation added.</title>
<updated>2013-07-02T22:51:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-02T22:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6a57601bb9eb65c373e32ac4dfd26d4b21b3b66e'/>
<id>6a57601bb9eb65c373e32ac4dfd26d4b21b3b66e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed namespace.</title>
<updated>2013-07-01T09:13:04+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-01T09:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7fedc485bef1a3f68db91cd620fc15b8015bae67'/>
<id>7fedc485bef1a3f68db91cd620fc15b8015bae67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CharacterCategory.</title>
<updated>2013-07-01T08:45:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-01T08:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b6ce2b9544c84a884876ab5de120fa3e322f7270'/>
<id>b6ce2b9544c84a884876ab5de120fa3e322f7270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug: [#1483]. Split GetRelativePosition into 2 calls one for moving between character</title>
<updated>2013-06-29T10:32:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-06-29T10:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d9f1a1b042f9458f2d4a905f20b9547c4ac2be70'/>
<id>d9f1a1b042f9458f2d4a905f20b9547c4ac2be70</id>
<content type='text'>
positions and the other for retrieving a character and width.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
positions and the other for retrieving a character and width.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for character-oriented access.</title>
<updated>2013-06-27T07:22:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-06-27T07:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e4e994107dfed34034380947b2b1911d3f614045'/>
<id>e4e994107dfed34034380947b2b1911d3f614045</id>
<content type='text'>
Implemented using new method IDocumentWithLineEnd::GetRelativePosition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implemented using new method IDocumentWithLineEnd::GetRelativePosition.
</pre>
</div>
</content>
</entry>
<entry>
<title>Method added to help lexers working with byte positions.</title>
<updated>2013-06-18T05:31:22+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-06-18T05:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9afa4a694847e054ef9d5308a29df5d97fd55a9f'/>
<id>9afa4a694847e054ef9d5308a29df5d97fd55a9f</id>
<content type='text'>
Related to bug [#1483].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to bug [#1483].
</pre>
</div>
</content>
</entry>
<entry>
<title>Made methods const where they can be and are logically const as well.</title>
<updated>2013-05-23T14:04:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-23T14:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44da106995e3b3ca4068f584c16f59d8fced4e69'/>
<id>44da106995e3b3ca4068f584c16f59d8fced4e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide implementation of WordList.</title>
<updated>2013-05-08T08:50:12+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-08T08:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eefb45d1db944ef9ebeb1e30e3281dbe4d7e5218'/>
<id>eefb45d1db944ef9ebeb1e30e3281dbe4d7e5218</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warning.</title>
<updated>2013-05-08T04:08:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-08T04:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b7db33dd85ee178be818ed681be11e34f0a46ee1'/>
<id>b7db33dd85ee178be818ed681be11e34f0a46ee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
