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
/
lexlib
/
LexerBase.h
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-12-22
Define ILexer5 with methods for retrieving name, ID, and property values.
Neil
1
-1
/
+5
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers.
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
interfaces ILexer4 and IDocument.
2017-06-22
Basic implementation helpers for style metadata.
Neil
1
-1
/
+3
2017-06-22
Add style metadata methods with null implementations.
Neil
1
-0
/
+4
2017-06-22
Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version
Neil
1
-1
/
+11
checking in 4.0. Use lvRelease4 ID.
2017-06-22
Make all methods override, even pure ones to keep Clang happy.
Neil Hodgson
1
-2
/
+2
2017-06-22
Mark methods implementing interface as "override".
Neil
1
-9
/
+9
2015-07-20
Use Sci_Position when required to implement interfaces.
Neil
1
-4
/
+4
2010-12-10
Made LexerBase destructor virtual so LexerSimple cleans up string member. ↵
nyamatongwe
1
-1
/
+1
Bug #3133672.
2010-07-13
New files for new lexer implementation.
nyamatongwe
1
-0
/
+41