aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/PropSet.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-04-18 01:16:53 +0000
committernyamatongwe <devnull@localhost>2005-04-18 01:16:53 +0000
commit178e3ea7f37472082614b7532e53837af947ab7c (patch)
treefcd5c25ce81ec54bb6b155ddf05d3fb0b81a00d7 /include/PropSet.h
parent490976a0d72c399711c7e031de35dfc7e40f1bc6 (diff)
downloadscintilla-mirror-178e3ea7f37472082614b7532e53837af947ab7c.tar.gz
Large SQL patch from Carsten Sperber supports scripts written in SQL*Plus.
Diffstat (limited to 'include/PropSet.h')
-rw-r--r--include/PropSet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/PropSet.h b/include/PropSet.h
index 1eb195d2f..ef1faffba 100644
--- a/include/PropSet.h
+++ b/include/PropSet.h
@@ -89,6 +89,7 @@ public:
char *Allocate(int size);
void SetFromAllocated();
bool InList(const char *s);
+ bool InListAbbreviated(const char *s, const char marker);
const char *GetNearestWord(const char *wordStart, int searchLen,
bool ignoreCase = false, SString wordCharacters="", int wordIndex = -1);
char *GetNearestWords(const char *wordStart, int searchLen,