<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexVHDL.cxx, branch rel-3-5-1</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>Bug [#613]. Fix folding when "component' before name.</title>
<updated>2014-08-22T11:28:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-22T11:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f81523a4f861813b79b8aed8a641d6d79916d7a1'/>
<id>f81523a4f861813b79b8aed8a641d6d79916d7a1</id>
<content type='text'>
From danselmi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From danselmi.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1527]. Support block comments in VHDL.</title>
<updated>2014-08-20T06:03:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-20T06:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4fdda6b8a63dc6ddd1f4ad5e417760a0ffcac539'/>
<id>4fdda6b8a63dc6ddd1f4ad5e417760a0ffcac539</id>
<content type='text'>
From danselmi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From danselmi.
</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=4e5903ca21ac15692c94be0167f18b994d3df2f9'/>
<id>4e5903ca21ac15692c94be0167f18b994d3df2f9</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>Avoid namespace pollution by making lexer functions static.</title>
<updated>2013-10-17T04:17:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-10-17T04:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d47876f37be28a8946737a060c63ad573ae8ba19'/>
<id>d47876f37be28a8946737a060c63ad573ae8ba19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable differentiation of --! bang comments as this was disabled by poorly</title>
<updated>2012-02-18T22:33:44+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-02-18T22:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d49dc4d02154986b626846b4656b07aab8a118e8'/>
<id>d49dc4d02154986b626846b4656b07aab8a118e8</id>
<content type='text'>
written code. Noticed by PVS-Studio.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
written code. Noticed by PVS-Studio.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use casts to squash 64-bit warnings from strlen return value.</title>
<updated>2011-08-04T22:49:58+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-08-04T22:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f2178bcdfed0084e1bade4b8d4bf561bc387537'/>
<id>2f2178bcdfed0084e1bade4b8d4bf561bc387537</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple directly.</title>
<updated>2011-01-27T05:45:15+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-01-27T05:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=002e6effdd15e49ab5a09a59d18fd8bbb292f754'/>
<id>002e6effdd15e49ab5a09a59d18fd8bbb292f754</id>
<content type='text'>
Dropped declaration not needed in LexCPP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dropped declaration not needed in LexCPP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #3029627 VHDL unclosed strings not styled correctly.</title>
<updated>2010-07-17T00:55:50+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-17T00:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a6a0816468ea15e76ddb5fa575cb01fb9d255bba'/>
<id>a6a0816468ea15e76ddb5fa575cb01fb9d255bba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>For new lexer design change includes to add new files and remove unused files.</title>
<updated>2010-07-13T11:44:00+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-13T11:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f5e7b31bb9c60f85e91a0958ae2e7452a2792063'/>
<id>f5e7b31bb9c60f85e91a0958ae2e7452a2792063</id>
<content type='text'>
Normalise order of includes.
Minor fixes for compatibility with new lexer design.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Normalise order of includes.
Minor fixes for compatibility with new lexer design.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved lexers into lexers directory.</title>
<updated>2010-07-13T11:16:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-13T11:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=65af538e0dc3702a7b29ef82243696e21b7fa03a'/>
<id>65af538e0dc3702a7b29ef82243696e21b7fa03a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
