index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ExternalLexer.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-17
Use nullptr and default brace initialisation for some simple cases.
Neil
1
-1
/
+1
2018-05-16
Move implementations into cxx file.
Neil
1
-1
/
+1
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-03-01
Use make_unique in preference to new.
Neil
1
-2
/
+3
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-05-12
Replace intrusive linked lists with vector and unique_ptr to simplify code.
Neil
1
-73
/
+18
2017-04-06
Added const where possible.
Neil
1
-1
/
+1
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-5
/
+3
2015-07-04
Make std::exception visible to all core code to remove chance that a different
Neil
1
-0
/
+1
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-1
/
+1
2013-12-22
Drop unused field 'name' and minimize scope of variable.
Neil
1
-5
/
+3
2013-07-21
Normalising order of language headers.
Neil
1
-1
/
+1
2011-01-02
Avoid cppcheck warnings.
nyamatongwe
1
-1
/
+0
2010-07-16
Removed dead comments.
nyamatongwe
1
-3
/
+0
2010-07-13
Files changed for new lexer design.
nyamatongwe
1
-79
/
+14
2010-05-11
Ensure each external lexer library is only loaded once.
nyamatongwe
1
-0
/
+4
2010-05-11
Removed redundant code.
nyamatongwe
1
-4
/
+2
2010-02-17
Formatting whitespace.
nyamatongwe
1
-14
/
+9
2009-07-21
Replacing SString with std::string.
nyamatongwe
1
-1
/
+3
2008-10-09
Bug #2056209 avoiding hidden variable warnings with Sun Studio.
nyamatongwe
1
-3
/
+3
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2006-02-13
Since casting between void* and function pointers produces a warning
nyamatongwe
1
-4
/
+6
2003-09-12
Fixed LexerManager Clear method as recommended by Sam Nabialek.
ssteele
1
-1
/
+2
2003-04-18
Added line end at end of file.
nyamatongwe
1
-8
/
+8
2003-04-18
Initial portable version.
nyamatongwe
1
-0
/
+256