<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-4-1-7</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>Resolve some Core Guidelines warnings</title>
<updated>2019-05-28T21:13:46+00:00</updated>
<author>
<name>Jad Altahan</name>
<email>xviyy@aol.com</email>
</author>
<published>2019-05-28T21:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=929bc6ea4a5a696ac46bba0a904e4a81e2668075'/>
<id>929bc6ea4a5a696ac46bba0a904e4a81e2668075</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add folding for CMake 3 function/endfunction</title>
<updated>2019-05-28T09:32:26+00:00</updated>
<author>
<name>Jad Altahan</name>
<email>xviyy@aol.com</email>
</author>
<published>2019-05-28T09:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dfaf7127c471e9d82294175e05e2472f37c51a08'/>
<id>dfaf7127c471e9d82294175e05e2472f37c51a08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for VB2017 bin literals &amp; digit separators</title>
<updated>2019-05-22T06:11:45+00:00</updated>
<author>
<name>Jad Altahan</name>
<email>xviyy@aol.com</email>
</author>
<published>2019-05-22T06:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9d9bbec07291d768be64a3ea045a4aa656d150ae'/>
<id>9d9bbec07291d768be64a3ea045a4aa656d150ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings from GCC 9 because of a deprecated implicitly-declared operator=</title>
<updated>2019-05-06T21:48:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-05-06T21:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1f3848a3742efb714a56df4b82a98bfa33b24885'/>
<id>1f3848a3742efb714a56df4b82a98bfa33b24885</id>
<content type='text'>
by explicitly implementing the operator=.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by explicitly implementing the operator=.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1280]. Lexer added for X12.</title>
<updated>2019-04-29T03:08:39+00:00</updated>
<author>
<name>Iain Clarke</name>
<email>unknown</email>
</author>
<published>2019-04-29T03:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e703a397f626208f54703d8af54f31f21c88259d'/>
<id>e703a397f626208f54703d8af54f31f21c88259d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove inclusion of "CharacterCategory.h" where not needed and add &lt;vector&gt; to</title>
<updated>2019-03-28T21:05:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-28T21:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=28c9d43764749889db5bcc197321afb0d8b9652c'/>
<id>28c9d43764749889db5bcc197321afb0d8b9652c</id>
<content type='text'>
LexHaskell as it will be needed for CharacterCategory additions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LexHaskell as it will be needed for CharacterCategory additions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified preprocessor conditional styling code, renamed 'active' to 'inactive'</title>
<updated>2019-03-23T10:52:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-23T10:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f45d0a5ab22f96f7ab10fbdedcf5ca144b950b0e'/>
<id>f45d0a5ab22f96f7ab10fbdedcf5ca144b950b0e</id>
<content type='text'>
as that is more correct, added comments and helper methods, removed lines that
had no effect.
Behaviour unaltered.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as that is more correct, added comments and helper methods, removed lines that
had no effect.
Behaviour unaltered.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings from MSVC Code Analysis.</title>
<updated>2019-03-22T21:50:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-22T21:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5344ef2aee7eaca738b0bddab8d9025bf49f1137'/>
<id>5344ef2aee7eaca738b0bddab8d9025bf49f1137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1268]. Improve the styling of numbers in Nim</title>
<updated>2019-03-08T21:15:45+00:00</updated>
<author>
<name>Jad Altahan</name>
<email>xviyy@aol.com</email>
</author>
<published>2019-03-08T21:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=922d31d6091e4de67e71b705947faab1dda32873'/>
<id>922d31d6091e4de67e71b705947faab1dda32873</id>
<content type='text'>
Improvements for SCE_NIM_NUMBER.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improvements for SCE_NIM_NUMBER.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1265]. Common Intermediate Language (CIL) lexer.</title>
<updated>2019-02-27T21:37:18+00:00</updated>
<author>
<name>Jed Altahan</name>
<email>unknown</email>
</author>
<published>2019-02-27T21:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f7131a9f5466bf4c83358a2c0a8f6196433e6d03'/>
<id>f7131a9f5466bf4c83358a2c0a8f6196433e6d03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
