Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-12 | Backport: Remove definition that has never been used. | Neil | 1 | -1/+0 | |
Backport of changeset 7032:d2d5df7f2c72. | |||||
2018-05-16 | Backport: Move implementations into cxx file. | Neil | 1 | -4/+4 | |
Replace 0 and NULL with nullptr. Update comments. Backport of changeset 6955:440e02c389df. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -4/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-05-12 | Replace intrusive linked lists with vector and unique_ptr to simplify code. | Neil | 1 | -21/+7 | |
Remove LexerMinder as not needed. | |||||
2014-01-30 | Bug [#1574]. Fix 3.3.8 bug where external lexers became inaccessible. | Neil | 1 | -2/+3 | |
2013-12-22 | Drop unused field 'name' and minimize scope of variable. | Neil | 1 | -4/+1 | |
2013-12-15 | Make single argument constructors explicit to avoid unexpected conversions. | Neil | 1 | -1/+1 | |
2011-01-02 | Avoid cppcheck warnings. | nyamatongwe | 1 | -2/+3 | |
2010-07-13 | Files changed for new lexer design. | nyamatongwe | 1 | -15/+4 | |
2010-04-30 | Made compatible with clang. | nyamatongwe | 1 | -1/+1 | |
2010-02-17 | Formatting whitespace. | nyamatongwe | 1 | -9/+9 | |
2010-01-19 | Avoid warning from cppcheck about not ensuring NUL termination after | nyamatongwe | 1 | -0/+1 | |
strncpy. | |||||
2009-07-21 | Replacing SString with std::string. | nyamatongwe | 1 | -1/+1 | |
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -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-01 | Bug #1649350. Ensure EXT_LEXER_DECL defined on all platforms. | nyamatongwe | 1 | -2/+2 | |
2003-04-18 | Initial portable version. | nyamatongwe | 1 | -0/+95 | |