aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/WordList.h
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-38/+0
2020-07-16Add constexpr, const, noexcept and make other small improvements to lexlib.Neil1-8/+8
2019-09-30Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers.Zufu Liu1-1/+1
Avoids splitting and sorting the input twice.
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
2016-09-07Add InListAbridged to WordList.oirfeodent1-0/+1
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-1/+1
2013-05-08Hide implementation of WordList.nyamatongwe1-6/+6
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+41