From 15578f47ac2c730597d3a6c269956056e7d54431 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 27 Feb 2004 23:44:57 +0000 Subject: Patch from Jakub. Only show exactly matching functions in calltips. Avoid extra untitled windows when using check.if.already.open. --- include/PropSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/PropSet.h') 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) { -- cgit v1.2.3