Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-06 | Move MakeLowerCase into CharacterSet.h as that is where MakeUpperCase is. | Neil | 1 | -22/+1 | |
Change the argument and return type of MakeUpperCase to match MakeLowerCase. Move StyleContext::MatchIgnoreCase into StyleContext.cxx as the change of header for MakeLowerCase couldn't be reconciled easily. Add casts as needed. | |||||
2015-07-29 | Change lexlib to use Sci_Position and Sci_PositionU to prepare for large file | Neil | 1 | -27/+27 | |
support. | |||||
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 | |
Parameter names added to method declarations. | |||||
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 ↵ | Neil | 1 | -11/+14 | |
character positions and the other for retrieving a character and width. | |||||
2013-06-27 | Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for ↵ | nyamatongwe | 1 | -56/+59 | |
character-oriented access. Implemented using new method IDocumentWithLineEnd::GetRelativePosition. | |||||
2013-06-18 | Method added to help lexers working with byte positions. | nyamatongwe | 1 | -0/+6 | |
Related to bug [#1483]. | |||||
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 | |
it easier to style end of document correctly. | |||||
2013-01-19 | Implement generic support for Unicode line ends and sub styles in lexer ↵ | nyamatongwe | 1 | -14/+83 | |
support classes. | |||||
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 | |