Jason Haslam:
It doesn't look like there's a message to get the currently set word (or whitespace) characters. Is that right? I think that this would be great in client code that doesn't care to set the character classes but wants to use them in computations.
Scintilla does not store the set of word characters in that form. Instead, it maintains a table with each byte value set to an enumeration: (Space, NewLine, Word, Punctuation). If anyone feels like writing a GETWORDCHARS then I'll probably accept it but its not worth a lot of code as the application can control this completely and remember its choice. Neil _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
