<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexCPP.cxx, branch rel-3-6-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>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>Bug [#1719]. Fix #undef directive.</title>
<updated>2015-05-12T02:11:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-12T02:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ced84459c7dd731470edba244101e5578ef8bfe9'/>
<id>ced84459c7dd731470edba244101e5578ef8bfe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix highlighting empty backquote strings (``) in cpp lexer</title>
<updated>2015-04-22T09:31:44+00:00</updated>
<author>
<name>Jiří Techet</name>
<email>techet@gmail.com</email>
</author>
<published>2015-04-22T09:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=38a428a811612eb7002d2c99cb79f0f1274bc539'/>
<id>38a428a811612eb7002d2c99cb79f0f1274bc539</id>
<content type='text'>
The sc.Forward() is performed once more at the end of the
function and performing it here causes the second ` is skipped in ``.

Probably caused by copy-pasting the code above and not realizing
this one reads just a single character.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sc.Forward() is performed once more at the end of the
function and performing it here causes the second ` is skipped in ``.

Probably caused by copy-pasting the code above and not realizing
this one reads just a single character.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement lexer.cpp.verbatim.strings.allow.escapes.</title>
<updated>2015-02-19T04:54:00+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-19T04:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=24bb413ee50e854d611df4a7a6d7a543975e90a0'/>
<id>24bb413ee50e854d611df4a7a6d7a543975e90a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LexCPP: Also fold on square brackets</title>
<updated>2014-11-27T23:02:48+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-11-27T23:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7bf090a49ac35fd92c22b6a6409d08d8b7a08554'/>
<id>7bf090a49ac35fd92c22b6a6409d08d8b7a08554</id>
<content type='text'>
This allows to fold on array literals for languages like JavaScript
that use square brackets to declare array literals.

This should not change much for languages that only use square brackets
for array indexation as the large majority of the time the open and
close brackets are placed on the same line in these cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows to fold on array literals for languages like JavaScript
that use square brackets to declare array literals.

This should not change much for languages that only use square brackets
for array indexation as the large majority of the time the open and
close brackets are placed on the same line in these cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1614]. Don't crash on incomplete macro definition "#define x(".</title>
<updated>2014-06-19T01:48:18+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-06-19T01:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4b65e052bf2b3566bd50e6ba812e153e2a85e2b2'/>
<id>4b65e052bf2b3566bd50e6ba812e153e2a85e2b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Safer handling of "#define X" which caused fault in debug build with Visual C++.</title>
<updated>2014-05-31T03:41:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-31T03:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9f37aff73123caca401fedbb18311fa0e314df21'/>
<id>9f37aff73123caca401fedbb18311fa0e314df21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Header include statements are now in a standardised order with that order</title>
<updated>2014-05-24T05:15:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-24T05:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b0296d86a48642f2f381c3e0b11a022482ae25e3'/>
<id>b0296d86a48642f2f381c3e0b11a022482ae25e3</id>
<content type='text'>
defined in scripts/HeaderOrder.txt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
defined in scripts/HeaderOrder.txt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW.</title>
<updated>2014-05-23T22:49:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-23T22:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e744d191cb5398139666d188dac7c94358ba512c'/>
<id>e744d191cb5398139666d188dac7c94358ba512c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
