Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |