aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib
AgeCommit message (Collapse)AuthorFilesLines
2011-02-13Added Merge method to SparseState to make it possible to detect significantnyamatongwe1-0/+32
changes in lexers which will require styling beyond the end of the current range.
2011-02-13Extracted searches into a common method, added std:: where possibly needed.nyamatongwe1-7/+12
2011-02-10Only append a state if the value differs from the last current value.nyamatongwe1-1/+3
2011-02-10New class SparseState for storing lexer state that may notnyamatongwe1-0/+71
change on most lines.
2011-02-01Made destructor of OptionSet virtual to ensure all destructors called.nyamatongwe1-0/+2
2010-12-10Made LexerBase destructor virtual so LexerSimple cleans up string member. ↵nyamatongwe1-1/+1
Bug #3133672.
2010-10-29Documentationnyamatongwe1-0/+5
2010-08-19Ensure styling committed when lexers call StyleContext::Complete.nyamatongwe1-0/+1
2010-08-07Made it possible to turn folding off again by looking at the "fold" property.nyamatongwe1-3/+5
2010-07-14Visual C++ 98 had a fatal error with the previous definition of a default ↵nyamatongwe1-1/+4
constructor. This is equivalent and compiles.
2010-07-13Explicit typename avoids errors from g++.nyamatongwe1-3/+3
2010-07-13Split OptionSet class out into its own file.nyamatongwe1-0/+137
2010-07-13Changed files for new lexer design.nyamatongwe5-102/+139
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+169
2010-07-13New files for new lexer implementation.nyamatongwe13-0/+1077
2010-07-13Creating lexlib with lexer support files.nyamatongwe5-0/+403