aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-06-17 00:43:58 +0000
committernyamatongwe <devnull@localhost>2007-06-17 00:43:58 +0000
commit3273caa89f3dc99e61f80662248499ab8006657f (patch)
tree8a8251074e7b0e5a13040ddb9164c7d4f6606b67
parentce1a1f82a826c91a78d1e76aeccd8d011ce1e037 (diff)
downloadscintilla-mirror-3273caa89f3dc99e61f80662248499ab8006657f.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 />