aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/WordList.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-315/+0
2020-07-16Add constexpr, const, noexcept and make other small improvements to lexlib.Neil1-10/+10
2019-09-30Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers.Zufu Liu1-9/+29
Avoids splitting and sorting the input twice.
2018-05-15Replace ELEMENTS with std::size and drop inclusion of StringCopy.h.Neil1-1/+0
2018-04-22Remove casts between char and unsigned char where possible.Neil1-4/+4
2018-01-28Use std::end when filling arrays as reduces chance of mistake.Neil1-1/+2
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-04-18Add an assert to avoid a warning from Visual C++ Code Analysis.Neil1-0/+2
2017-04-06Added const where possible.Neil1-4/+4
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-5/+2
where it may be needed in the future.
2017-02-02Using better checked static_cast instead of reinterpret_cast for void*.Neil Hodgson1-1/+1
2017-01-22Simplify initialising and reinitialising.Neil1-6/+2
2016-09-07Add InListAbridged to WordList.oirfeodent1-0/+60
2016-04-21Correct comments.Neil1-2/+2
2014-12-12Prevent some static analyzer warnings.Neil1-0/+2
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
defined in scripts/HeaderOrder.txt.
2014-01-21Added ELEMENTS macro and use it to clarify determining size of arrays.Neil Hodgson1-1/+2
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil1-2/+3
guaranty termination where possible.
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
Parameter names added to method declarations.
2013-09-10Cast away char subscripts to avoid warnings from clang.Unknown1-6/+6
2013-09-06Be more explicit about the empty case to avoid warnings from Visual C++ ↵Neil1-13/+15
analyzer.
2013-07-25Minor changes to avoid warnings from Coverity.Neil1-1/+1
2013-07-21Normalising order of language headers.Neil1-1/+1
2013-05-08Hide implementation of WordList.nyamatongwe1-0/+21
2013-05-05Since new throws an exception on failure, remove testing of result.nyamatongwe1-17/+13
2011-07-25Switch to STL sort algorithm on MSVC. Feature #3376826.Marko Njezic1-7/+21
Changed remaining C style casts to C++ casts and added one missing cast.
2010-10-29Documentationnyamatongwe1-0/+5
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+200