aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/StyleContext.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-01-13Replace the only use of a function from <cctype> with a Scintilla function.Neil1-1/+0
Remove inclusion of <cctype> except in lexers as cctype functions often behave poorly and may crash for out of bounds arguments.
2018-04-22Remove casts between char and unsigned char where possible.Neil1-3/+3
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-5/+3
where it may be needed in the future.
2016-10-06Move MakeLowerCase into CharacterSet.h as that is where MakeUpperCase is.Neil1-0/+17
Change the argument and return type of MakeUpperCase to match MakeLowerCase. Move StyleContext::MatchIgnoreCase into StyleContext.cxx as the change of header for MakeLowerCase couldn't be reconciled easily. Add casts as needed.
2015-07-29Change lexlib to use Sci_Position and Sci_PositionU to prepare for large fileNeil1-10/+10
support.
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
defined in scripts/HeaderOrder.txt.
2013-07-21Normalising order of language headers.Neil1-1/+1
2010-07-13Changed files for new lexer design.nyamatongwe1-4/+5
2010-07-13Creating lexlib with lexer support files.nyamatongwe1-0/+55