diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-22 23:16:46 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-22 23:16:46 +0000 |
commit | 6b023e9b57269c4cbdd53f8fc6ca58a6ac563c7f (patch) | |
tree | 2451052bf50b619b64714e2a1a5968a3d5305a1e /Source/SPBundleCommandTextView.h | |
parent | b5bcd962ab29b4d7c455c98e03b429b3c6b11e92 (diff) | |
download | sequelpro-6b023e9b57269c4cbdd53f8fc6ca58a6ac563c7f.tar.gz sequelpro-6b023e9b57269c4cbdd53f8fc6ca58a6ac563c7f.tar.bz2 sequelpro-6b023e9b57269c4cbdd53f8fc6ca58a6ac563c7f.zip |
• added some convenience functionality to bundle editor's command textview: shift right/left, newline is aware of indention, (un)comment single line due to first line bound to the same short-cuts as for Custom Query editor but without any GUI buttons
Diffstat (limited to 'Source/SPBundleCommandTextView.h')
-rw-r--r-- | Source/SPBundleCommandTextView.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPBundleCommandTextView.h b/Source/SPBundleCommandTextView.h index fb9cef62..78e6a02a 100644 --- a/Source/SPBundleCommandTextView.h +++ b/Source/SPBundleCommandTextView.h @@ -40,4 +40,8 @@ - (void)saveChangedFontInUserDefaults; - (void) setTabStops; +- (BOOL)shiftSelectionRight; +- (BOOL)shiftSelectionLeft; +- (void)commentOut; + @end |