From 64f6d9f07b8472db5e08518ef435067a80ccc8c0 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 20 Sep 2016 09:08:20 +1000 Subject: Link regex word flag documentation to word characters definition. --- doc/ScintillaDoc.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 739a38a6f..fbb36098f 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -732,13 +732,15 @@ struct Sci_TextRange { SCFIND_WHOLEWORD - A match only occurs if the characters before and after are not word characters. + A match only occurs if the characters before and after are not word characters as defined + by SCI_SETWORDCHARS. SCFIND_WORDSTART - A match only occurs if the character before is not a word character. + A match only occurs if the character before is not a word character as defined + by SCI_SETWORDCHARS. -- cgit v1.2.3