aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CharClassify.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-10-03Feature [feature-requests:#1417] Add DEL (0x7F) to set of space characters.Neil1-1/+1
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
2021-04-27Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterTypeNeil1-1/+1
2021-04-05Extract CharClassify::cc as CharacterClass and change to enum class.Neil1-8/+8
2020-06-11Use noexcept where safe and maintainable.Neil1-1/+1
2020-03-26Fix spelling mistakes.Neil1-1/+1
2019-01-13Replace the only use of a function from <cctype> with a Scintilla function.Neil1-2/+3
2018-04-21Safety improvements for character code - drop reinterpret_cast, ensure moreNeil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-2/+2
2016-08-20Make some methods const where reasonable.Neil1-1/+1
2015-07-04Make std::exception visible to all core code to remove chance that a differentNeil1-0/+2
2014-04-29Stop disabling warnings where no longer needed.Neil1-5/+0
2012-05-29add CharClassifier::GetCharsOfClassMook1-0/+16
2010-07-13Files changed for new lexer design.nyamatongwe1-34/+4
2009-07-21Need stdlib.h for size_t for some compilers.nyamatongwe1-0/+1
2009-07-21Using a much simpler property set implementation.nyamatongwe1-0/+34
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-0/+43