diff options
Diffstat (limited to 'Source/SPNarrowDownCompletion.h')
-rw-r--r-- | Source/SPNarrowDownCompletion.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPNarrowDownCompletion.h b/Source/SPNarrowDownCompletion.h index 88e76567..d442b00f 100644 --- a/Source/SPNarrowDownCompletion.h +++ b/Source/SPNarrowDownCompletion.h @@ -44,13 +44,16 @@ BOOL caseSensitive; BOOL dictMode; BOOL dbStructureMode; + BOOL noFilterString; NSInteger backtickMode; NSFont *tableFont; NSRange theCharRange; NSRange theParseRange; - NSArray *words; + NSString *theDbName; id theView; + NSInteger maxWindowWidth; + NSMutableCharacterSet* textualInputCharacters; } |