diff options
author | nyamatongwe <unknown> | 2004-02-27 23:44:57 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-02-27 23:44:57 +0000 |
commit | 680b754ab58cc5a63f246751a6986f4521fdef4b (patch) | |
tree | fc7ec35e25b4010a67ccee537017ff7f4bdc723a /include/PropSet.h | |
parent | 74265ae94cf78f3fbea2e25c5207e8fa71dc3c61 (diff) | |
download | scintilla-mirror-680b754ab58cc5a63f246751a6986f4521fdef4b.tar.gz |
Patch from Jakub.
Only show exactly matching functions in calltips.
Avoid extra untitled windows when using check.if.already.open.
Diffstat (limited to 'include/PropSet.h')
-rw-r--r-- | include/PropSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/PropSet.h b/include/PropSet.h index 62cd5da3a..597c27059 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -83,7 +83,7 @@ public: const char *GetNearestWord(const char *wordStart, int searchLen = -1, bool ignoreCase = false, SString wordCharacters="", int wordIndex = -1); char *GetNearestWords(const char *wordStart, int searchLen=-1, - bool ignoreCase=false, char otherSeparator='\0'); + bool ignoreCase=false, char otherSeparator='\0', bool exactLen=false); }; inline bool IsAlphabetic(unsigned int ch) { |