aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CharClassify.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
2021-04-05Extract CharClassify::cc as CharacterClass and change to enum class.Neil1-7/+8
2020-06-11Use noexcept where safe and maintainable.Neil1-1/+1
2019-04-28Declare reading methods as noexcept where reasonable.Neil1-2/+2
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-04-07Use same parameter names in declarations and definitions.Neil1-1/+1
2016-08-20Make some methods const where reasonable.Neil1-1/+1
2012-05-29add CharClassifier::GetCharsOfClassMook1-0/+1
2010-07-13Files changed for new lexer design.nyamatongwe1-9/+6
2009-07-21Using a much simpler property set implementation.nyamatongwe1-1/+13
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-0/+25