Age | Commit message (Collapse) | Author | Files | Lines |
|
function.
Remove inclusion of <cctype> except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
Backport of changeset 7228:348e55f8107c.
|
|
ensure more
variables are initialized, specify noexcept when safe.
Backport of changeset 6727:8f4de063e95c.
|
|
for the lexer and document interfaces.
Backport of changeset 6388:d62863ae40a3.
|
|
where it may be needed in the future.
|
|
|
|
tool set will not indirectly include <stdexcept>.
|
|
|
|
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.
|