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
/
SparseState.h
Age
Commit message (
Collapse
)
Author
Files
Lines
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
Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU.
Neil Hodgson
1
-9
/
+9
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-1
/
+1
2011-08-05
Fix to check for other.states.empty() when Merging SparseStates.
Ben Bluemel
1
-1
/
+1
2011-04-22
Simplify code and avoid warnings.
nyamatongwe
1
-2
/
+2
2011-02-20
Avoid some cppcheck warnings.
nyamatongwe
1
-2
/
+2
2011-02-13
Added Merge method to SparseState to make it possible to detect significant
nyamatongwe
1
-0
/
+32
changes in lexers which will require styling beyond the end of the current range.
2011-02-13
Extracted searches into a common method, added std:: where possibly needed.
nyamatongwe
1
-7
/
+12
2011-02-10
Only append a state if the value differs from the last current value.
nyamatongwe
1
-1
/
+3
2011-02-10
New class SparseState for storing lexer state that may not
nyamatongwe
1
-0
/
+71
change on most lines.