aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ExternalLexer.h
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-17/+0
2019-12-13Hide details of ExternalLexer and export ExternalLexerLoad function only.Neil1-57/+1
2018-06-12Remove definition that has never been used.Neil1-1/+0
2018-05-16Move implementations into cxx file.Neil1-4/+4
Replace 0 and NULL with nullptr. Update comments.
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
2017-05-12Replace intrusive linked lists with vector and unique_ptr to simplify code.Neil1-21/+7
Remove LexerMinder as not needed.
2014-01-30Bug [#1574]. Fix 3.3.8 bug where external lexers became inaccessible.Neil1-2/+3
2013-12-22Drop unused field 'name' and minimize scope of variable.Neil1-4/+1
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-1/+1
2011-01-02Avoid cppcheck warnings.nyamatongwe1-2/+3
2010-07-13Files changed for new lexer design.nyamatongwe1-15/+4
2010-04-30Made compatible with clang.nyamatongwe1-1/+1
2010-02-17Formatting whitespace.nyamatongwe1-9/+9
2010-01-19Avoid warning from cppcheck about not ensuring NUL termination afternyamatongwe1-0/+1
strncpy.
2009-07-21Replacing SString with std::string.nyamatongwe1-1/+1
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+8
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
2007-02-01Bug #1649350. Ensure EXT_LEXER_DECL defined on all platforms.nyamatongwe1-2/+2
2003-04-18Initial portable version.nyamatongwe1-0/+95