aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-03-09 15:00:52 +0000
committerBibiko <bibiko@eva.mpg.de>2010-03-09 15:00:52 +0000
commit6560b2e188308d41d16c1e5d8c5b3bc05dbae8fe (patch)
treef119d516608ff96e9abf00beff15ab83930a65ed /Source/CMTextView.h
parent2006cf37271812027cdf5659308eec6ff095ed09 (diff)
downloadsequelpro-6560b2e188308d41d16c1e5d8c5b3bc05dbae8fe.tar.gz
sequelpro-6560b2e188308d41d16c1e5d8c5b3bc05dbae8fe.tar.bz2
sequelpro-6560b2e188308d41d16c1e5d8c5b3bc05dbae8fe.zip
• added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet list
• added Show Completion List submenu to the Custom Query Editor gear menu with the items all dbs ^1, all tables ^2, all fields ^3 • if dbStructure is available show these pre-defined completion lists with all info like the completion it does, otherwise fall back to plain style
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r--Source/CMTextView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h
index 71799f26..1dd0a59e 100644
--- a/Source/CMTextView.h
+++ b/Source/CMTextView.h
@@ -137,6 +137,8 @@ static inline id NSMutableAttributedStringAttributeAtIndex (NSMutableAttributedS
- (BOOL)checkForCaretInsideSnippet;
- (void)insertAsSnippet:(NSString*)theSnippet atRange:(NSRange)targetRange;
+- (void)showCompletionListFor:(NSString*)kind atRange:(NSRange)aRange fuzzySearch:(BOOL)fuzzySearchMode;
+
- (NSUInteger)characterIndexOfPoint:(NSPoint)aPoint;
- (void)insertFileContentOfFile:(NSString *)aPath;