aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-06-17 00:43:58 +0000
committernyamatongwe <unknown>2007-06-17 00:43:58 +0000
commit82780cd8a5dcd3292b4b70851a22377a8642bdd9 (patch)
tree8a8251074e7b0e5a13040ddb9164c7d4f6606b67
parenta508cbadc5ecd914965468086b9aee5d120fdb05 (diff)
downloadscintilla-mirror-82780cd8a5dcd3292b4b70851a22377a8642bdd9.tar.gz
Added warning about limited regular expression support.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index c38819ce0..0e52b0732 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -513,6 +513,10 @@ struct TextRange {
<h2 id="Searching">Searching</h2>
+ <p>
+ There are methods to search for text and for regular expressions. The regular expression support
+ is limited and should only be used for simple cases and initial development.
+ </p>
<code><a class="message" href="#SCI_FINDTEXT">SCI_FINDTEXT(int flags, TextToFind
*ttf)</a><br />
<a class="message" href="#SCI_SEARCHANCHOR">SCI_SEARCHANCHOR</a><br />