aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleCommandTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-08 12:39:45 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-08 12:39:45 +0000
commit8b4ae2928e82097e1957ef1873988d8677ac5426 (patch)
tree3b8c984cd2176af981e4d7e95ca402bb2b21167c /Source/SPBundleCommandTextView.h
parentd51530a48813b08d9694fed3a7a24998d495d5b5 (diff)
downloadsequelpro-8b4ae2928e82097e1957ef1873988d8677ac5426.tar.gz
sequelpro-8b4ae2928e82097e1957ef1873988d8677ac5426.tar.bz2
sequelpro-8b4ae2928e82097e1957ef1873988d8677ac5426.zip
• Bundle Editor
- added completion support for shell variables via ESC or F5 or ⌘. - added chance to select something and wrap it into corresponding closing char for ( ' " ` {
Diffstat (limited to 'Source/SPBundleCommandTextView.h')
-rw-r--r--Source/SPBundleCommandTextView.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPBundleCommandTextView.h b/Source/SPBundleCommandTextView.h
index 78e6a02a..119121da 100644
--- a/Source/SPBundleCommandTextView.h
+++ b/Source/SPBundleCommandTextView.h
@@ -38,10 +38,11 @@
- (NSUInteger)characterIndexOfPoint:(NSPoint)aPoint;
- (void)insertFileContentOfFile:(NSString *)aPath;
- (void)saveChangedFontInUserDefaults;
-- (void) setTabStops;
+- (void)setTabStops;
- (BOOL)shiftSelectionRight;
- (BOOL)shiftSelectionLeft;
- (void)commentOut;
+- (BOOL)wrapSelectionWithPrefix:(unichar)prefix;
@end