<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-3-3-1</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>Update date.</title>
<updated>2013-04-10T03:05:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-10T03:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=de7cccb733d92141b5c812b092fed24461cada65'/>
<id>de7cccb733d92141b5c812b092fed24461cada65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating for 3.3.1.</title>
<updated>2013-04-10T02:48:03+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-10T02:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=defc45a2f957fe1dd87407e25c968cf127fd91f1'/>
<id>defc45a2f957fe1dd87407e25c968cf127fd91f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minimized code for SetLineSpacing change.</title>
<updated>2013-04-10T00:58:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-10T00:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7dd7dbea579673f392529e61e44ac052a208ff9a'/>
<id>7dd7dbea579673f392529e61e44ac052a208ff9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change log.</title>
<updated>2013-04-09T11:40:40+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-09T11:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7298a0b4bd6cadd937d485ac7021216897d8db83'/>
<id>7298a0b4bd6cadd937d485ac7021216897d8db83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>With DirectWrite, text was drawn at different vertical positions depending on which</title>
<updated>2013-04-09T11:20:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-09T11:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=626e279016822c6ac8266ad56199828de07bfdac'/>
<id>626e279016822c6ac8266ad56199828de07bfdac</id>
<content type='text'>
other characters were draw in the same call. Switching to DWRITE_LINE_SPACING_METHOD_UNIFORM
fixed this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
other characters were draw in the same call. Switching to DWRITE_LINE_SPACING_METHOD_UNIFORM
fixed this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Haskell lexer</title>
<updated>2013-04-09T02:53:49+00:00</updated>
<author>
<name>kudah</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-09T02:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7e5ed4ea8e8206b6773faabf2f2a998b30963535'/>
<id>7e5ed4ea8e8206b6773faabf2f2a998b30963535</id>
<content type='text'>
* Fixed line counting
* Fixed string escaping
* Pragmas ending at start of the line are rejected (GHC only accepts pragmas with the end indented further)
* Copied Python's Folder
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixed line counting
* Fixed string escaping
* Pragmas ending at start of the line are rejected (GHC only accepts pragmas with the end indented further)
* Copied Python's Folder
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed few things in haskell lexer</title>
<updated>2013-04-07T16:35:40+00:00</updated>
<author>
<name>kudah</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-07T16:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=99f3386fc82509c0dd3fee394497b2bd9dcd0274'/>
<id>99f3386fc82509c0dd3fee394497b2bd9dcd0274</id>
<content type='text'>
* MagicHash now applies to literals.
* MagicHash is now only allowed at the end of identifier.
* SafeHaskell imports are now highlighted (lexer.haskell.import.safe)
* TemplateHaskell quoted names are now highlighted
* Constructors promoted to types are now highlighted
* Promoted tuples, lists, and operator constructors are now highlighted.
* Qualified constructor are now properly highlighted as constructors, not operators.
* Capital and qualified names in import lists are now properly highlighted.
* A.$b is not properly highlighted as an operator and an identifier, not just operator.
* String and preprocessor continuations now work with CRLF.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* MagicHash now applies to literals.
* MagicHash is now only allowed at the end of identifier.
* SafeHaskell imports are now highlighted (lexer.haskell.import.safe)
* TemplateHaskell quoted names are now highlighted
* Constructors promoted to types are now highlighted
* Promoted tuples, lists, and operator constructors are now highlighted.
* Qualified constructor are now properly highlighted as constructors, not operators.
* Capital and qualified names in import lists are now properly highlighted.
* A.$b is not properly highlighted as an operator and an identifier, not just operator.
* String and preprocessor continuations now work with CRLF.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged Cocoa composition fix.</title>
<updated>2013-04-09T05:25:26+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-09T05:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=20cd2f6a7e5abd27a75df632e169b57052d01b16'/>
<id>20cd2f6a7e5abd27a75df632e169b57052d01b16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates to history.</title>
<updated>2013-04-09T05:22:02+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-09T05:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0c7d071a2116dbdb069c6e8ec3b858d0c45af93c'/>
<id>0c7d071a2116dbdb069c6e8ec3b858d0c45af93c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Slightly better behaviour for regular expression search in DBCS: ensure end of</title>
<updated>2013-04-09T04:24:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-09T04:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9e2240700ad781f374a857fd05da3908307aa0cb'/>
<id>9e2240700ad781f374a857fd05da3908307aa0cb</id>
<content type='text'>
match range is not in the middle of a character.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
match range is not in the middle of a character.
</pre>
</div>
</content>
</entry>
</feed>
