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.cxx
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-12-22
Define ILexer5 with methods for retrieving name, ID, and property values.
Neil
1
-1
/
+15
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers.
2019-09-30
Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers.
Zufu Liu
1
-4
/
+1
Avoids splitting and sorting the input twice.
2018-05-03
Simplify PropSetSimple, avoid casts, use nullptr.
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
interfaces ILexer4 and IDocument.
2017-06-22
Basic implementation helpers for style metadata.
Neil
1
-8
/
+9
2017-06-22
Add style metadata methods with null implementations.
Neil
1
-0
/
+16
2017-06-22
Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version
Neil
1
-1
/
+41
checking in 4.0. Use lvRelease4 ID.
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-6
/
+3
where it may be needed in the future.
2015-07-20
Use Sci_Position when required to implement interfaces.
Neil
1
-2
/
+2
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-1
/
+1
defined in scripts/HeaderOrder.txt.
2013-07-21
Normalising order of language headers.
Neil
1
-1
/
+1
2013-01-12
Fix copy&paste error in comment.
nyamatongwe
1
-1
/
+1
2010-07-13
New files for new lexer implementation.
nyamatongwe
1
-0
/
+92