diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-05-25 19:33:23 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-05-25 19:33:23 +0000 |
commit | 2b1111d26762ad18f2b758872e774335ac314d7c (patch) | |
tree | 24c090677ded80f6013f2b8b4723993ee2ce525c /Source/CMTextView.h | |
parent | 305cdbcd89744faad99133285d698ca867a0f1bb (diff) | |
download | sequelpro-2b1111d26762ad18f2b758872e774335ac314d7c.tar.gz sequelpro-2b1111d26762ad18f2b758872e774335ac314d7c.tar.bz2 sequelpro-2b1111d26762ad18f2b758872e774335ac314d7c.zip |
• improved narrow-down completion
- first trial to use images for suggestions (up to now supported: tables/views, funcs, procs, dbs, otherwise show a transparent dummy)
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h index 0ada18ed..152ddbc9 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -62,6 +62,7 @@ - (BOOL) shiftSelectionLeft; - (NSArray *) completionsForPartialWordRange:(NSRange)charRange indexOfSelectedItem:(int *)index; - (NSArray *) keywords; +- (NSArray *) functions; - (void) setAutoindent:(BOOL)enableAutoindent; - (BOOL) autoindent; - (void) setAutoindentIgnoresEnter:(BOOL)enableAutoindentIgnoresEnter; |