diff options
author | rowanbeentje <rowan@beent.je> | 2010-12-01 00:12:31 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-12-01 00:12:31 +0000 |
commit | 8e9f5d343c0128c06a018fb58751ac67ec1dfa6f (patch) | |
tree | 13785c07f40b2f115adb81bcafab6c0615fd7027 /Source/SPNarrowDownCompletion.h | |
parent | b24cc3f13ae28382f3c278a326c90e635d3b4a7b (diff) | |
download | sequelpro-8e9f5d343c0128c06a018fb58751ac67ec1dfa6f.tar.gz sequelpro-8e9f5d343c0128c06a018fb58751ac67ec1dfa6f.tar.bz2 sequelpro-8e9f5d343c0128c06a018fb58751ac67ec1dfa6f.zip |
- Clean up placeholder removal code, and improve speed of full clean slightly
- Fix deletion of text after the caret when moving through autocomplete suggestion lists
Diffstat (limited to 'Source/SPNarrowDownCompletion.h')
-rw-r--r-- | Source/SPNarrowDownCompletion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPNarrowDownCompletion.h b/Source/SPNarrowDownCompletion.h index b5c52f04..7b33dea0 100644 --- a/Source/SPNarrowDownCompletion.h +++ b/Source/SPNarrowDownCompletion.h @@ -82,7 +82,7 @@ - (void)setCaretPos:(NSPoint)aPos; - (void)insert_text:(NSString* )aString; - (void)insertAutocompletePlaceholder; -- (void)removeAutocompletionPlaceholder; +- (void)removeAutocompletionPlaceholderUsingFastMethod:(BOOL)useFastMethod; - (void)adjustWorkingRangeByDelta:(NSInteger)delta; - (void)updateSyncArrowStatus; |