aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexD.cxx
AgeCommit message (Expand)AuthorFilesLines
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-5/+5
2015-07-20Use Sci_Position when required to implement interfaces.Neil1-8/+8
2013-07-21Replace all instances of isascii with Scintilla-specific IsASCII.Neil1-4/+4
2012-05-05Make destructors virtual to avoid warnings from g++ 4.7.nyamatongwe1-1/+1
2011-11-14Removed warning suppression that had been included for Visual C++ 6.0.nyamatongwe1-4/+0
2011-02-13Folding features added by Udo Lechner.nyamatongwe1-8/+55
2011-02-08Fixed bug where the last line of file is a fold end and was not includednyamatongwe1-1/+1
2011-02-08Converted to lexer object by Udo Lechner.nyamatongwe1-50/+173
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...nyamatongwe1-1/+0
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-6/+10
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+399