Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-20 | Make some methods const where reasonable. | Neil | 1 | -1/+1 | |
2015-07-04 | Make std::exception visible to all core code to remove chance that a different | Neil | 1 | -0/+2 | |
tool set will not indirectly include <stdexcept>. | |||||
2014-04-29 | Stop disabling warnings where no longer needed. | Neil | 1 | -5/+0 | |
2012-05-29 | add CharClassifier::GetCharsOfClass | Mook | 1 | -0/+16 | |
add SCI_GETWORDCHARS(<unused>, stringresult chars) command to get word chars add SCI_GETWHITESPACECHARS(<unused>, stringresult chars) to get whitespace chars add SCI_GETPUNCTUATIONCHARS(<unused>, stringresult chars) to get punctutation also add tests for {Set,Get}{Word,Whitespce,Punctuation}Chars, CharClassifier | |||||
2010-07-13 | Files changed for new lexer design. | nyamatongwe | 1 | -34/+4 | |
2009-07-21 | Need stdlib.h for size_t for some compilers. | nyamatongwe | 1 | -0/+1 | |
2009-07-21 | Using a much simpler property set implementation. | nyamatongwe | 1 | -0/+34 | |
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString. | |||||
2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -0/+43 | |
classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table. |