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
/
SubStyles.h
Age
Commit message (
Collapse
)
Author
Files
Lines
2021-01-29
Remove Lexilla files from Scintilla
Neil
1
-208
/
+0
2020-07-16
Add constexpr, const, noexcept and make other small improvements to lexlib.
Neil
1
-11
/
+11
2019-04-25
Fix bug where changing identifier sets in lexers preserved previous identifiers.
Neil
1
-0
/
+12
2018-06-04
Use const in lexlib headers.
Neil
1
-6
/
+6
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-07-17
Implement style metadata for some languages.
Neil
1
-0
/
+22
Add some helper methods to SubStyles for finding style metadata of substyles.
2015-03-28
Avoid Coverity warnings for case that should never fail.
Neil
1
-1
/
+2
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-1
/
+1
2013-09-06
Bug [#1521]. Allow tab, cariage return and new line separators for ↵
Neil
1
-3
/
+5
SCI_SETIDENTIFIERS. Treat multiple separators as a single separator.
2013-09-03
Added GetStyleFromSubStyle.
Neil
1
-2
/
+15
Tests for this and other sub styles methods.
2013-01-30
Allow access to secondary styles distance.
nyamatongwe
1
-0
/
+4
2013-01-19
Implement generic support for Unicode line ends and sub styles in lexer ↵
nyamatongwe
1
-0
/
+158
support classes.