aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexDMIS.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-06-22Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for versionNeil1-2/+2
checking in 4.0. Use lvRelease4 ID.
2017-06-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil1-1/+2
default implementations of the ILexerWithSubStyles interface methods.
2017-03-04Use C++11 keyword "override" for methods in lexers that override an interface.Neil1-11/+11
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-4/+4
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-20Use Sci_Position when required to implement interfaces.Neil1-7/+7
2014-05-24Header include statements are now in a standardised order with that orderNeil1-3/+3
defined in scripts/HeaderOrder.txt.
2014-05-02Add missing not sign to fix DMIS label highlightingAndreas Tscharner1-1/+1
2014-05-02DMIS Minor words can also start with the digits 2, 3 or 4Andreas Tscharner1-1/+1
2014-04-29Feature [feature-requests:#1049]. Lexer added for DMIS, a language for ↵Neil1-0/+355
coordinate measuring machines. From Andreas Tscharner.