diff options
author | nyamatongwe <devnull@localhost> | 2004-02-27 23:44:57 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-02-27 23:44:57 +0000 |
commit | 15578f47ac2c730597d3a6c269956056e7d54431 (patch) | |
tree | fc7ec35e25b4010a67ccee537017ff7f4bdc723a /include/PropSet.h | |
parent | d1957ce07971e8d5be682c6b036df87298060502 (diff) | |
download | scintilla-mirror-15578f47ac2c730597d3a6c269956056e7d54431.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) { |