From 81007b19f8df9efd7a3fd3999d29ddb2af006125 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 3 Dec 2010 10:37:17 +0000 Subject: =?UTF-8?q?=E2=80=A2=20improved=20Bundle=20key=20equivalent=20hand?= =?UTF-8?q?ling=20and=20enabled=20to=20display=20all=20short-cuts=20in=20m?= =?UTF-8?q?enuItem=20even=20there're=20same=20short-cuts=20are=20assigned?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPAppController.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/SPAppController.h') diff --git a/Source/SPAppController.h b/Source/SPAppController.h index e1f1e60c..8626148d 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -34,6 +34,7 @@ IBOutlet NSWindow* bundleEditorWindow; BOOL isNewFavorite; + BOOL stopKeyDownListener; SPAboutController *aboutController; SPPreferenceController *prefsController; @@ -56,6 +57,8 @@ } +- (IBAction)bundleCommandDispatcher:(id)sender; + // Window management - (IBAction)newWindow:(id)sender; - (IBAction)newTab:(id)sender; @@ -110,4 +113,6 @@ - (void)addHTMLOutputController:(id)controller; +- (void)keyDownListener; + @end -- cgit v1.2.3