From 6b023e9b57269c4cbdd53f8fc6ca58a6ac563c7f Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 22 Nov 2010 23:16:46 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20some=20convenience=20functionality?= =?UTF-8?q?=20to=20bundle=20editor's=20command=20textview:=20shift=20right?= =?UTF-8?q?/left,=20newline=20is=20aware=20of=20indention,=20(un)comment?= =?UTF-8?q?=20single=20line=20due=20to=20first=20line=20bound=20to=20the?= =?UTF-8?q?=20same=20short-cuts=20as=20for=20Custom=20Query=20editor=20but?= =?UTF-8?q?=20without=20any=20GUI=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPBundleCommandTextView.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/SPBundleCommandTextView.h') 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 -- cgit v1.2.3