aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CharClassify.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-29add CharClassifier::GetCharsOfClassMook1-0/+1
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-13Files changed for new lexer design.nyamatongwe1-9/+6
2009-07-21Using a much simpler property set implementation.nyamatongwe1-1/+13
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString.
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-0/+25
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.