<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, 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>Move non-platform-specific scripts into the scripts directory.</title>
<updated>2013-07-01T06:37:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-01T06:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=65f49f8852e02549ead7349dc5c8088dcbc41193'/>
<id>65f49f8852e02549ead7349dc5c8088dcbc41193</id>
<content type='text'>
Use FileGenerator module for file generation instead of code in each script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use FileGenerator module for file generation instead of code in each script.
</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>Include PLAT_TK for implementation on Tk platform.</title>
<updated>2013-06-29T03:17:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-06-29T03:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=18c0875c09af2292ebba1115752289f82138fcfa'/>
<id>18c0875c09af2292ebba1115752289f82138fcfa</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]. 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>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>
</feed>
