<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexEDIFACT.cxx, branch rel-3-21-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>Backport: Define ILexerWithIdentity with methods for retrieving name, ID, and property values.</title>
<updated>2020-01-04T18:50:52+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-01-04T18:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=215e051e588219ec41341a27bb87793732cccd88'/>
<id>215e051e588219ec41341a27bb87793732cccd88</id>
<content type='text'>
Implement ILexerWithIdentity on object lexers.
Implement ILexerWithIdentity on LexerSimple wrapper for function lexers.

Backport of changeset 7870:6ffcbd42288c, but with a new interface compatible
with ILexer, not ILexer5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement ILexerWithIdentity on object lexers.
Implement ILexerWithIdentity on LexerSimple wrapper for function lexers.

Backport of changeset 7870:6ffcbd42288c, but with a new interface compatible
with ILexer, not ILexer5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add or fix file name comments.</title>
<updated>2019-12-13T05:29:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-13T05:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=32c009ef2f83cfc617ba6d2b1550d9d4cf8517b9'/>
<id>32c009ef2f83cfc617ba6d2b1550d9d4cf8517b9</id>
<content type='text'>
Backport of changeset 7838:c924b214edf5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7838:c924b214edf5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1247]. Handles message groups as well as messages.</title>
<updated>2018-12-11T22:26:18+00:00</updated>
<author>
<name>Iain Clarke</name>
<email>unknown</email>
</author>
<published>2018-12-11T22:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a402d41e20e8fa48ee20bc4a4b5f866ace0c5d32'/>
<id>a402d41e20e8fa48ee20bc4a4b5f866ace0c5d32</id>
<content type='text'>
Backport of changeset 7186:8849447859eb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7186:8849447859eb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1166]. Property lexer.edifact.highlight.un.all</title>
<updated>2018-05-06T11:06:50+00:00</updated>
<author>
<name>Iain Clarke</name>
<email>unknown</email>
</author>
<published>2018-05-06T11:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=29890488373c4ee851cb5f30ce782f0f78fdf007'/>
<id>29890488373c4ee851cb5f30ce782f0f78fdf007</id>
<content type='text'>
highlights UN* segments.

Backport of changeset 6923:5f511df4fe9f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
highlights UN* segments.

Backport of changeset 6923:5f511df4fe9f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Remove line-end white space.</title>
<updated>2018-03-16T05:57:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-16T05:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f6bc0ea88ffc93459eba56a1f1872099500405a0'/>
<id>f6bc0ea88ffc93459eba56a1f1872099500405a0</id>
<content type='text'>
Backport of changeset 6625:2dd6b8049c4e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6625:2dd6b8049c4e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: The Scintilla namespace is always active for internal symbols and for the lexer and document interfaces.</title>
<updated>2017-09-10T23:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-10T23:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d3c03f65fe25e133b8ef8a5f67b675b434605305'/>
<id>d3c03f65fe25e133b8ef8a5f67b675b434605305</id>
<content type='text'>
Backport of changeset 6388:d62863ae40a3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6388:d62863ae40a3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add a DefaultLexer class which lexers can subclass if they want reasonable</title>
<updated>2017-06-22T05:53:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-22T05:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e2ac8b7e987becbdeb6333f07d4627bce168cb55'/>
<id>e2ac8b7e987becbdeb6333f07d4627bce168cb55</id>
<content type='text'>
default implementations of the ILexerWithSubStyles interface methods.

Backport of changeset 6326:d18622e37a3e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default implementations of the ILexerWithSubStyles interface methods.

Backport of changeset 6326:d18622e37a3e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use C++11 keyword "override" for methods in lexers that override an interface.</title>
<updated>2017-03-03T22:14:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-03T22:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=10066486e4403da74bc0ac4991e3942cbda9997d'/>
<id>10066486e4403da74bc0ac4991e3942cbda9997d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make EDIFACT lexer work on macOS.</title>
<updated>2016-11-27T01:49:34+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-11-27T01:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5cb3c498162ad434b35980155427fdb6c0555885'/>
<id>5cb3c498162ad434b35980155427fdb6c0555885</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:#1166]. EDIFACT lexer and folder added.</title>
<updated>2016-11-25T05:59:23+00:00</updated>
<author>
<name>Iain Clarke</name>
<email>unknown</email>
</author>
<published>2016-11-25T05:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b1f87aa880c7319105ab49e205bc8d3bff13bc06'/>
<id>b1f87aa880c7319105ab49e205bc8d3bff13bc06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
