From 4ce2164c519d4382b67255523c96c9e03f7fdcc6 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 4 Aug 2009 19:14:36 +0000 Subject: =?UTF-8?q?=E2=80=A2=20initial=20support=20for=20open/save=20conne?= =?UTF-8?q?ction=20files=20(*.spf)=20-=20Open/Save=20menu=20items=20are=20?= =?UTF-8?q?hidden=20=E2=80=A2=20initial=20support=20for=20drag&drop=20file?= =?UTF-8?q?s=20*.spf=20and=20*.sql=20to=20SP's=20icon=20or=20double-click?= =?UTF-8?q?=20at=20*.sql=20or=20*.spf=20files=20in=20Finder=20-=20SP=20sta?= =?UTF-8?q?rts=20if=20not=20already=20running=20-=20sql=20files=20will=20b?= =?UTF-8?q?e=20executed=20in=20the=20Custom=20Query=20if=20at=20least=20on?= =?UTF-8?q?e=20connection=20is=20open=20-=20spf=20files=20not=20yet=20supp?= =?UTF-8?q?orted=20-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/MainController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/MainController.h') diff --git a/Source/MainController.h b/Source/MainController.h index 59fc0e40..86ec9e4a 100644 --- a/Source/MainController.h +++ b/Source/MainController.h @@ -51,5 +51,6 @@ // Other - (id)handleQuitScriptCommand:(NSScriptCommand *)command; +- (NSString *)contentOfFile:(NSString *)aPath; @end -- cgit v1.2.3