diff options
author | nyamatongwe <unknown> | 2005-04-18 01:16:53 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-04-18 01:16:53 +0000 |
commit | d856b87646f8451285e3876407520f1ab85c88a1 (patch) | |
tree | fcd5c25ce81ec54bb6b155ddf05d3fb0b81a00d7 /include/PropSet.h | |
parent | 574ba0f2b6de26d0d571bb99ff62c4aa13e7d6d5 (diff) | |
download | scintilla-mirror-d856b87646f8451285e3876407520f1ab85c88a1.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.h | 1 |
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, |