diff options
author | nyamatongwe <devnull@localhost> | 2003-09-05 22:31:58 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-09-05 22:31:58 +0000 |
commit | 53170603f6d6650eee061d7ecdc4952fe2d13c42 (patch) | |
tree | 98947fa9696a6a6f35607683711c9ab624dcb0dd /include/PropSet.h | |
parent | adfd59a0ce8e891f215f8cf9f38809020c69555b (diff) | |
download | scintilla-mirror-53170603f6d6650eee061d7ecdc4952fe2d13c42.tar.gz |
Patch from Marius Gheorghe to support multiple equivalent entries in
WordList.
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 20ac5f774..62cd5da3a 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -81,7 +81,7 @@ public: void SetFromAllocated(); bool InList(const char *s); const char *GetNearestWord(const char *wordStart, int searchLen = -1, - bool ignoreCase = false, SString wordCharacters=""); + bool ignoreCase = false, SString wordCharacters="", int wordIndex = -1); char *GetNearestWords(const char *wordStart, int searchLen=-1, bool ignoreCase=false, char otherSeparator='\0'); }; |