<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-4-0</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>Minor tweaks to avoid ststic checking warnings.</title>
<updated>2014-03-17T22:53:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-17T22:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c84fd8d919c0fd00ecf93a9264260a74a26f2f10'/>
<id>c84fd8d919c0fd00ecf93a9264260a74a26f2f10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#'</title>
<updated>2014-03-13T21:04:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-13T21:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f8c8abef5246cd06f3eb2613627c725bde6a4c52'/>
<id>f8c8abef5246cd06f3eb2613627c725bde6a4c52</id>
<content type='text'>
for comments and ';' to separate statements.
From nkmathew.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for comments and ';' to separate statements.
From nkmathew.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove function no longer called.</title>
<updated>2014-03-10T23:16:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-10T23:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2ab821f5894bd3235eae7bd42d1d4671056abca8'/>
<id>2ab821f5894bd3235eae7bd42d1d4671056abca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor methods for converting screen points to and from document index, moving code</title>
<updated>2014-02-26T01:08:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-26T01:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9443fa7835ed12df03136b70dc5222c58148b170'/>
<id>9443fa7835ed12df03136b70dc5222c58148b170</id>
<content type='text'>
from Editor to LineLayout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from Editor to LineLayout.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1577]. Deleting a whole line deletes the annotations on that line instead</title>
<updated>2014-02-20T22:21:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-20T22:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6898bef4654b346bfc3d59a27b00eb3f78475454'/>
<id>6898bef4654b346bfc3d59a27b00eb3f78475454</id>
<content type='text'>
of the annotations on the next line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the annotations on the next line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverse order of position adjustment so that calltips are more likely</title>
<updated>2014-02-20T01:03:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-20T01:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a0cc83c4a4746656294c07b25e7e71785b47866b'/>
<id>a0cc83c4a4746656294c07b25e7e71785b47866b</id>
<content type='text'>
to appear below text so lesss likely to cut off start of calltip.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to appear below text so lesss likely to cut off start of calltip.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added wrap mode SC_WRAP_WHITESPACE which only wraps on whitespace, not on style changes.</title>
<updated>2014-02-02T07:09:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-02T07:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=687cd7a0e91208e97bd198cf13f416b0937dd6c3'/>
<id>687cd7a0e91208e97bd198cf13f416b0937dd6c3</id>
<content type='text'>
From Robert Gieseke.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Robert Gieseke.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1574]. Fix 3.3.8 bug where external lexers became inaccessible.</title>
<updated>2014-01-30T03:17:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-30T03:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f110286dbd0f760395105876637740816ba976c8'/>
<id>f110286dbd0f760395105876637740816ba976c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ELEMENTS macro and use it to clarify determining size of arrays.</title>
<updated>2014-01-20T22:45:29+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-20T22:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c63c9dc7ca058d1b352c14f8052769d541c7e955'/>
<id>c63c9dc7ca058d1b352c14f8052769d541c7e955</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement new marker symbol SC_MARK_BOOKMARK.</title>
<updated>2014-01-20T22:18:57+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-20T22:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=023603c25dfdc73b0a51baaf3309d1bf18e04261'/>
<id>023603c25dfdc73b0a51baaf3309d1bf18e04261</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
