<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, branch rel-3-3-3</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 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>Feature: [feature-requests:#959]. Added lexer and folder for Structured Text language.</title>
<updated>2013-05-23T06:07:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-23T06:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=413444468f55e977a7b60a928c53e66cfe305460'/>
<id>413444468f55e977a7b60a928c53e66cfe305460</id>
<content type='text'>
from Pavel Bulochkin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from Pavel Bulochkin
</pre>
</div>
</content>
</entry>
<entry>
<title>* Literate Haskell support</title>
<updated>2013-05-09T20:10:04+00:00</updated>
<author>
<name>kudah</name>
<email>kudahkukarek@gmail.com</email>
</author>
<published>2013-05-09T20:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=df2708a7fcb804156a482546bfcc8ae887c49359'/>
<id>df2708a7fcb804156a482546bfcc8ae887c49359</id>
<content type='text'>
* CPP highlighting is disableable
* CPP is now correctly colored when inside comments and strings
* Some bugs with incremental lexing fixed
* Indented imports folding is now undisableable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CPP highlighting is disableable
* CPP is now correctly colored when inside comments and strings
* Some bugs with incremental lexing fixed
* Indented imports folding is now undisableable
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature: [feature-requests:#990]. Style added for preprocessor doc comment.</title>
<updated>2013-05-15T00:24:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-15T00:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1f75fc4467364d6389ae78f0644a7ef814c6c7dc'/>
<id>1f75fc4467364d6389ae78f0644a7ef814c6c7dc</id>
<content type='text'>
From Alpha.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Alpha.
</pre>
</div>
</content>
</entry>
<entry>
<title>* Fixed a bug when a dashes-only comment double-counted a line and could hang the editor</title>
<updated>2013-04-21T12:01:42+00:00</updated>
<author>
<name>kudah</name>
<email>kudahkukarek@gmail.com</email>
</author>
<published>2013-04-21T12:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6744d7c705dff026bd80c193c5a18dcbb92f3508'/>
<id>6744d7c705dff026bd80c193c5a18dcbb92f3508</id>
<content type='text'>
* Comments inside pragmas are now highlighted
* Reserved operators are now highlighted
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Comments inside pragmas are now highlighted
* Reserved operators are now highlighted
</pre>
</div>
</content>
</entry>
<entry>
<title>Added automatic folding options.</title>
<updated>2013-04-24T06:30:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-24T06:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3438ec5950c6ff3fcd9d4feb5c831ebbde93d60c'/>
<id>3438ec5950c6ff3fcd9d4feb5c831ebbde93d60c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement commonly needed folding methods based on code from SciTE.</title>
<updated>2013-04-21T06:13:28+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-21T06:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=341e163afa67923ca42e083d176c726ea5ed5d3e'/>
<id>341e163afa67923ca42e083d176c726ea5ed5d3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Use SCE_HA_COMMENTBLOCK2, SCE_HA_COMMENTBLOCK3</title>
<updated>2013-04-19T11:21:28+00:00</updated>
<author>
<name>kudah</name>
<email>kudahkukarek@gmail.com</email>
</author>
<published>2013-04-19T11:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2ed02c61c7309001e6ccee6592adb895cf47b8f5'/>
<id>2ed02c61c7309001e6ccee6592adb895cf47b8f5</id>
<content type='text'>
* Implicit params
* Â«Nice Character-lexingÂ»
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Implicit params
* Â«Nice Character-lexingÂ»
</pre>
</div>
</content>
</entry>
<entry>
<title>Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic an</title>
<updated>2013-04-16T03:49:03+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-16T03:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f17c785c236648e3370efc1006b81f2b73946ce0'/>
<id>f17c785c236648e3370efc1006b81f2b73946ce0</id>
<content type='text'>
appearance used for Asian language input composition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
appearance used for Asian language input composition.
</pre>
</div>
</content>
</entry>
<entry>
<title>LexPowerShell fixes and improvements</title>
<updated>2013-04-12T20:46:38+00:00</updated>
<author>
<name>gentoo90</name>
<email>gentoo90@gmail.com</email>
</author>
<published>2013-04-12T20:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ed4658e25915e28fa4facd3f68bf60b892d564a8'/>
<id>ed4658e25915e28fa4facd3f68bf60b892d564a8</id>
<content type='text'>
* fix here-string highlighting
* add doccomment keyword highlighting
* add #region folding
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix here-string highlighting
* add doccomment keyword highlighting
* add #region folding
</pre>
</div>
</content>
</entry>
</feed>
