diff options
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 |