aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexVisualProlog.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil1-3/+6
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
2017-09-01Use "Falls through" comments to avoid warnings from GCC 7.1.Neil Hodgson1-0/+2
2017-06-22Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for versionNeil1-2/+2
2017-06-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil1-1/+2
2017-03-04Use C++11 keyword "override" for methods in lexers that override an interface.Neil1-11/+11
2016-01-09Recognize numbers more accurately and allow non-ASCII verbatim quotingThomas Linder Puls1-5/+10
2015-11-20Remove line end whitespace.Neil1-1/+1
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-10/+10
2015-07-20Use Sci_Position when required to implement interfaces.Neil1-8/+8
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
2013-10-09Feature [feature-requests:#1025]. Better support for string literals and Unic...Neil1-90/+124
2012-05-10Lexer added for Visual Prolog. Feature #3523018.nyamatongwe1-0/+470