aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/StyleContext.h
AgeCommit message (Collapse)AuthorFilesLines
2013-07-06Remove functions that are not used. Fix comment.Neil1-25/+1
2013-06-29Bug: [#1483]. Split GetRelativePosition into 2 calls one for moving between ↵Neil1-11/+14
character positions and the other for retrieving a character and width.
2013-06-27Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for ↵nyamatongwe1-56/+59
character-oriented access. Implemented using new method IDocumentWithLineEnd::GetRelativePosition.
2013-06-18Method added to help lexers working with byte positions.nyamatongwe1-0/+6
Related to bug [#1483].
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-1/+1
2013-04-25Fix bug with setting atLineEnd at end of document.nyamatongwe1-1/+3
2013-04-05Extend apparent length of document by one NUL byte when lexing as this makesnyamatongwe1-11/+15
it easier to style end of document correctly.
2013-01-19Implement generic support for Unicode line ends and sub styles in lexer ↵nyamatongwe1-14/+83
support classes.
2011-07-25Properly set atLineStart depending on startPos. Bug #3377148.Marko Njezic1-1/+1
2010-08-19Ensure styling committed when lexers call StyleContext::Complete.nyamatongwe1-0/+1
2010-07-13Changed files for new lexer design.nyamatongwe1-26/+16
2010-07-13Creating lexlib with lexer support files.nyamatongwe1-0/+177