<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexVHDL.cxx, branch rel-3-7-2</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>Add VHDL protected keyword for folding.</title>
<updated>2015-08-06T00:07:07+00:00</updated>
<author>
<name>Vicente</name>
<email>unknown</email>
</author>
<published>2015-08-06T00:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4462d3aa4a2bfd6d06ab6ebc20dca8f2a1705ded'/>
<id>4462d3aa4a2bfd6d06ab6ebc20dca8f2a1705ded</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_PositionU/Sci_Position for arguments to functional lexers, folders, and</title>
<updated>2015-07-25T01:25:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-25T01:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c30768f1167cfe590e0b6a12c4a986e82a210cc3'/>
<id>c30768f1167cfe590e0b6a12c4a986e82a210cc3</id>
<content type='text'>
comment recognizers to allow for future implementation of 64-bit positions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
comment recognizers to allow for future implementation of 64-bit positions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Folder folds units declarations and fixes a case insensitivity bug with not</title>
<updated>2015-05-11T09:28:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-11T09:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ef8100fc09f74722b1a0afbd7f3a5373aa23ddd5'/>
<id>ef8100fc09f74722b1a0afbd7f3a5373aa23ddd5</id>
<content type='text'>
treating "IS" the same as "is".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
treating "IS" the same as "is".
</pre>
</div>
</content>
</entry>
<entry>
<title>add code to support extended identifiers</title>
<updated>2015-04-08T20:34:13+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>unknown</email>
</author>
<published>2015-04-08T20:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=486eaee8a7bc3bca0c2cb2b14d4764807646c406'/>
<id>486eaee8a7bc3bca0c2cb2b14d4764807646c406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix hang in folding when document starts with "entity".</title>
<updated>2015-02-10T01:53:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-10T01:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2e4572c276d0b07fe25437b7264eed90991aab80'/>
<id>2e4572c276d0b07fe25437b7264eed90991aab80</id>
<content type='text'>
From Vicente.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Vicente.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1664]. Fix folding of "block" keyword.</title>
<updated>2014-10-13T23:29:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-10-13T23:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dc8598f54601fe734184e7fd69f0a2fe653077b8'/>
<id>dc8598f54601fe734184e7fd69f0a2fe653077b8</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 [#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=e9a05026dbd872caa3e6188271d8b147214cdaaa'/>
<id>e9a05026dbd872caa3e6188271d8b147214cdaaa</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=fd0d37b935d5fc143983ce49e24045deadd65083'/>
<id>fd0d37b935d5fc143983ce49e24045deadd65083</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=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>
</feed>
