<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexAsm.cxx, branch sciteco-dev-pre-v2.0.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>devnull@localhost</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=96229bb5f01e86efe382523e1ee79ff23bdcc8e0'/>
<id>96229bb5f01e86efe382523e1ee79ff23bdcc8e0</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=3459cc7491228553db25ffe5038a39a1141689bd'/>
<id>3459cc7491228553db25ffe5038a39a1141689bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#'</title>
<updated>2014-03-13T21:04:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-13T21:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f8c8abef5246cd06f3eb2613627c725bde6a4c52'/>
<id>f8c8abef5246cd06f3eb2613627c725bde6a4c52</id>
<content type='text'>
for comments and ';' to separate statements.
From nkmathew.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for comments and ';' to separate statements.
From nkmathew.
</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=87e59817db5e6cfd18b07f160b4b468b196072a5'/>
<id>87e59817db5e6cfd18b07f160b4b468b196072a5</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>devnull@localhost</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=bc5c1d5f9f55dd88ea385d2afea85514da818839'/>
<id>bc5c1d5f9f55dd88ea385d2afea85514da818839</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>devnull@localhost</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=b528166ba492b12be6779e7f0c77586e35778204'/>
<id>b528166ba492b12be6779e7f0c77586e35778204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused variable.</title>
<updated>2011-03-17T22:20:24+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-03-17T22:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e35bdaa40388d858b19fcfa054d5cc73d8d5dc6e'/>
<id>e35bdaa40388d858b19fcfa054d5cc73d8d5dc6e</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>devnull@localhost</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=40d6d4f69c35c84a0bf4c6a3316754dba4484e4e'/>
<id>40d6d4f69c35c84a0bf4c6a3316754dba4484e4e</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>Converted to lexer objects.</title>
<updated>2011-02-04T02:07:55+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-02-04T02:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=12ece453e19929ca599c8496d334e9ab3ceea8b6'/>
<id>12ece453e19929ca599c8496d334e9ab3ceea8b6</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>
</feed>
