diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-08 12:39:45 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-08 12:39:45 +0000 |
commit | 8b4ae2928e82097e1957ef1873988d8677ac5426 (patch) | |
tree | 3b8c984cd2176af981e4d7e95ca402bb2b21167c /Source/SPBundleCommandTextView.h | |
parent | d51530a48813b08d9694fed3a7a24998d495d5b5 (diff) | |
download | sequelpro-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.h | 3 |
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 |