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
/
StyleContext.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-04
Use const in lexlib headers.
Neil
1
-2
/
+2
2018-05-17
Use nullptr instead of 0 in headers as this diminishes the number of warnings.
Neil
1
-2
/
+2
2018-03-05
Bug [#1999]. Fix hang lexing a Lua label where the range ends before "::".
Neil
1
-0
/
+5
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
2017-06-22
Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just have
Neil
1
-1
/
+1
2017-04-21
More consistent deletion of standard methods.
Neil
1
-1
/
+1
2017-04-20
More consistent deletion of standard methods.
Neil
1
-2
/
+3
2017-04-06
Added const where possible.
Neil
1
-2
/
+2
2016-10-06
Move MakeLowerCase into CharacterSet.h as that is where MakeUpperCase is.
Neil
1
-22
/
+1
2015-07-29
Change lexlib to use Sci_Position and Sci_PositionU to prepare for large file
Neil
1
-27
/
+27
2014-05-24
Removing style byte indicators.
Neil
1
-2
/
+2
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-2
/
+2
2013-09-10
Fix variable shadowing issues.
nyamatongwe
1
-2
/
+2
2013-07-06
Remove functions that are not used. Fix comment.
Neil
1
-25
/
+1
2013-06-29
Bug: [#1483]. Split GetRelativePosition into 2 calls one for moving between c...
Neil
1
-11
/
+14
2013-06-27
Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for character-oriente...
nyamatongwe
1
-56
/
+59
2013-06-18
Method added to help lexers working with byte positions.
nyamatongwe
1
-0
/
+6
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-1
/
+1
2013-04-25
Fix bug with setting atLineEnd at end of document.
nyamatongwe
1
-1
/
+3
2013-04-05
Extend apparent length of document by one NUL byte when lexing as this makes
nyamatongwe
1
-11
/
+15
2013-01-19
Implement generic support for Unicode line ends and sub styles in lexer suppo...
nyamatongwe
1
-14
/
+83
2011-07-25
Properly set atLineStart depending on startPos. Bug #3377148.
Marko Njezic
1
-1
/
+1
2010-08-19
Ensure styling committed when lexers call StyleContext::Complete.
nyamatongwe
1
-0
/
+1
2010-07-13
Changed files for new lexer design.
nyamatongwe
1
-26
/
+16
2010-07-13
Creating lexlib with lexer support files.
nyamatongwe
1
-0
/
+177