<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, branch rel-1-77</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>#2122992 from Jason Oster adds several new keyword lists</title>
<updated>2008-10-09T02:46:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-10-09T02:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3751deea7b3fca18e67f60556b7369810f75ac23'/>
<id>3751deea7b3fca18e67f60556b7369810f75ac23</id>
<content type='text'>
* Asterisks are now treated (styled) as valid tag characters.
* The vertical pipe | and tilde ~ are now treated as selector characters.
(CSS namespace selector, and preceding element selector, respectively.)
* Pseudo-classes can be extended with additional simple selectors. (Not
sure if extending pseudo-elements in the same way is necessary. The CSS
specs don't seem to indicate this kind of usage with pseudo-elements.)
Useful for pseudo-classes like :not() and [to lesser extent] :lang(), but
also for some vendor-specific pseudo-classes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Asterisks are now treated (styled) as valid tag characters.
* The vertical pipe | and tilde ~ are now treated as selector characters.
(CSS namespace selector, and preceding element selector, respectively.)
* Pseudo-classes can be extended with additional simple selectors. (Not
sure if extending pseudo-elements in the same way is necessary. The CSS
specs don't seem to indicate this kind of usage with pseudo-elements.)
Useful for pseudo-classes like :not() and [to lesser extent] :lang(), but
also for some vendor-specific pseudo-classes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lexer for gettext .po translation files from Enrico Tröger.</title>
<updated>2008-10-08T11:24:19+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-10-08T11:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8f15e7ddb587b9dc0841c416ece3e1d254882049'/>
<id>8f15e7ddb587b9dc0841c416ece3e1d254882049</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added LexMySQL by Anders Karlsson.</title>
<updated>2008-09-14T11:15:49+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-09-14T11:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8b39d8ea21260365712aee295e6888375b183d16'/>
<id>8b39d8ea21260365712aee295e6888375b183d16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Property to set interpratation of keys to always use Unicode.</title>
<updated>2008-07-27T08:17:23+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-07-27T08:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b295c7a668ccf0374ef8ff7cf2fd592903d67455'/>
<id>b295c7a668ccf0374ef8ff7cf2fd592903d67455</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature request #2017815 Update to the Diff lexer from</title>
<updated>2008-07-19T11:54:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-07-19T11:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff623c3d1ccd001104d736ac784f0d058b5a1c3e'/>
<id>ff623c3d1ccd001104d736ac784f0d058b5a1c3e</id>
<content type='text'>
Friedrich Vedder.
- Improve support for context style diffs (add new style SCE_DIFF_CHANGED
for changed lines).
- Improve support for diff's generated by Subversion.
- Fix styling and folding for lines containing chunk dividers ("---").
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Friedrich Vedder.
- Improve support for context style diffs (add new style SCE_DIFF_CHANGED
for changed lines).
- Improve support for diff's generated by Subversion.
- Fix styling and folding for lines containing chunk dividers ("---").
</pre>
</div>
</content>
</entry>
<entry>
<title>Added AutoCCancelled event implementation from Enrico Tröger.</title>
<updated>2008-06-07T01:11:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-06-07T01:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e0eaaea9610cd92f699f1ef491d007684fa3437e'/>
<id>e0eaaea9610cd92f699f1ef491d007684fa3437e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More accurate comment.</title>
<updated>2008-05-26T10:55:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-05-26T10:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bce3dee004aa0486a0e3f49744ca23491e9dd601'/>
<id>bce3dee004aa0486a0e3f49744ca23491e9dd601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented GetCharacterPointer feature.</title>
<updated>2008-04-27T07:49:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-04-27T07:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=05afdfab73062917988db56f56c09695bef7b0cf'/>
<id>05afdfab73062917988db56f56c09695bef7b0cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed extraneous white space.</title>
<updated>2008-04-03T08:51:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-04-03T08:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=846a83a0faeb94a4e1dbcd8d4b2ae220599acb94'/>
<id>846a83a0faeb94a4e1dbcd8d4b2ae220599acb94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document fixes from Andrew Howell.</title>
<updated>2008-03-29T11:43:15+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-03-29T11:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=78acf98d754da52bddafec9ca367943e903c9cc8'/>
<id>78acf98d754da52bddafec9ca367943e903c9cc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
