| Age | Commit message (Collapse) | Author | Files | Lines |
|
Backport of changeset 8300:266c8247814e.
|
|
Backport of changeset 7482:340b721ecdf4.
|
|
for the lexer and document interfaces.
Backport of changeset 6388:d62863ae40a3.
|
|
|
|
|
|
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
|
|
|
|
Accessor objects use the PropertyGet interface to access just the property
set methods they need.
Removed SString.
|
|
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.
|