<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexD.cxx, branch rel-3-8-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>Backport: The Scintilla namespace is always active for internal symbols and for the lexer and document interfaces.</title>
<updated>2017-09-10T23:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-10T23:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d3c03f65fe25e133b8ef8a5f67b675b434605305'/>
<id>d3c03f65fe25e133b8ef8a5f67b675b434605305</id>
<content type='text'>
Backport of changeset 6388:d62863ae40a3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6388:d62863ae40a3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add a DefaultLexer class which lexers can subclass if they want reasonable</title>
<updated>2017-06-22T05:53:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-22T05:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e2ac8b7e987becbdeb6333f07d4627bce168cb55'/>
<id>e2ac8b7e987becbdeb6333f07d4627bce168cb55</id>
<content type='text'>
default implementations of the ILexerWithSubStyles interface methods.

Backport of changeset 6326:d18622e37a3e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default implementations of the ILexerWithSubStyles interface methods.

Backport of changeset 6326:d18622e37a3e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use C++11 keyword "override" for methods in lexers that override an interface.</title>
<updated>2017-03-03T22:14:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-03T22:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=10066486e4403da74bc0ac4991e3942cbda9997d'/>
<id>10066486e4403da74bc0ac4991e3942cbda9997d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Sci_Position / Sci_PositionU for variables in lexers that represent</title>
<updated>2015-07-30T04:35:17+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>unknown</email>
</author>
<published>2015-07-30T04:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=58471e908a3b74b27379bb19a13d62cd8d4476b0'/>
<id>58471e908a3b74b27379bb19a13d62cd8d4476b0</id>
<content type='text'>
positions and line numbers and may be widened to 64-bits in a future release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
positions and line numbers and may be widened to 64-bits in a future release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Sci_Position when required to implement interfaces.</title>
<updated>2015-07-20T00:04:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-20T00:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2d3f2f707a4c4faf5255f3ae13634a82cef8c581'/>
<id>2d3f2f707a4c4faf5255f3ae13634a82cef8c581</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace all instances of isascii with Scintilla-specific IsASCII.</title>
<updated>2013-07-21T05:20:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-21T05:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7820ce6dcf054f033d243f972afb5fff1c5bdebe'/>
<id>7820ce6dcf054f033d243f972afb5fff1c5bdebe</id>
<content type='text'>
iasascii is not part of ISO C or C++ but is a BSD extension so caused
problems when compiling in strict compliance mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
iasascii is not part of ISO C or C++ but is a BSD extension so caused
problems when compiling in strict compliance mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make destructors virtual to avoid warnings from g++ 4.7.</title>
<updated>2012-05-05T03:15:28+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2012-05-05T03:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=af0b10fdaa1ba81f03a1dc51a59f6256f10cc68f'/>
<id>af0b10fdaa1ba81f03a1dc51a59f6256f10cc68f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed warning suppression that had been included for Visual C++ 6.0.</title>
<updated>2011-11-13T21:42:25+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2011-11-13T21:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=82a36e852d6c45850f07d69aa87486851e53237c'/>
<id>82a36e852d6c45850f07d69aa87486851e53237c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Folding features added by Udo Lechner.</title>
<updated>2011-02-12T23:55:42+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2011-02-12T23:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7bb3d317d0f8b53b2c002ec93607ab5ffe01f7bf'/>
<id>7bb3d317d0f8b53b2c002ec93607ab5ffe01f7bf</id>
<content type='text'>
Explicit fold points which can be set to arbitrary strings and occur anywhere.
Can choose whether to have syntax based folding and multiline comment folding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explicit fold points which can be set to arbitrary strings and occur anywhere.
Can choose whether to have syntax based folding and multiline comment folding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug where the last line of file is a fold end and was not included</title>
<updated>2011-02-07T23:20:53+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2011-02-07T23:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=35416671e58c4ffc5b235330bcdefb86680f4d13'/>
<id>35416671e58c4ffc5b235330bcdefb86680f4d13</id>
<content type='text'>
in the collapsed fold.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the collapsed fold.
</pre>
</div>
</content>
</entry>
</feed>
