aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexEDIFACT.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-01-04Backport: Define ILexerWithIdentity with methods for retrieving name, ID, ↵mitchell1-2/+21
and property values. 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.
2019-12-13Backport: Add or fix file name comments.Neil1-0/+1
Backport of changeset 7838:c924b214edf5.
2018-12-12Backport: Feature [feature-requests:#1247]. Handles message groups as well ↵Iain Clarke1-31/+78
as messages. Backport of changeset 7186:8849447859eb.
2018-05-06Backport: Feature [feature-requests:#1166]. Property ↵Iain Clarke1-10/+28
lexer.edifact.highlight.un.all highlights UN* segments. Backport of changeset 6923:5f511df4fe9f.
2018-03-16Backport: Remove line-end white space.Neil1-2/+2
Backport of changeset 6625:2dd6b8049c4e.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-2/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want ↵Neil1-1/+2
reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e.
2017-03-04Use C++11 keyword "override" for methods in lexers that override an interface.Neil1-11/+11
2016-11-27Make EDIFACT lexer work on macOS.Neil Hodgson1-0/+4
2016-11-25Feature [feature-requests:#1166]. EDIFACT lexer and folder added.Iain Clarke1-0/+315