From d77ef8c0d4526c44823216c219f0734639cad701 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 13 Oct 2009 13:04:47 +0000 Subject: =?UTF-8?q?=E2=80=A2=20cleaned=20the=20current=20Applescript=20sup?= =?UTF-8?q?port=20definitions=20slightly=20-=20removed=20unnecessary=20met?= =?UTF-8?q?hod=20'handleQuitScriptCommand'=20from=20SPAppController=20-=20?= =?UTF-8?q?set=20main=20class=20to=20SPAppController?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/sequel-pro.scriptTerminology | 36 +++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'Resources/sequel-pro.scriptTerminology') diff --git a/Resources/sequel-pro.scriptTerminology b/Resources/sequel-pro.scriptTerminology index a59a137d..f569cbfe 100644 --- a/Resources/sequel-pro.scriptTerminology +++ b/Resources/sequel-pro.scriptTerminology @@ -2,28 +2,28 @@ "Name" = "Sequel Pro suite"; "Description" = "Sequel Pro specific classes."; "Classes" = { - "NSApplication" = { + "SPAppController" = { "Name" = "application"; "PluralName" = "applications"; "Description" = "Sequel Pro application"; }; - }; - "Commands" = { - "authenticate" = { - "Name" = "authenticate"; - "Description" = "Open the dialog asking for password or passphrase"; - "Arguments" = { - "query" = { - "Name" = "query phrase"; - "Description" = "The string to show in the dialog"; - }; - "fifo" = { - "Name" = "fifo"; - "Description" = "The FIFO file where expecting the passphrase"; - }; - "tunnelName" = { - "Name" = "tunnel"; - "Description" = "Tunnel's name"; + "Commands" = { + "authenticate" = { + "Name" = "authenticate"; + "Description" = "Open the dialog asking for password or passphrase"; + "Arguments" = { + "query" = { + "Name" = "query phrase"; + "Description" = "The string to show in the dialog"; + }; + "fifo" = { + "Name" = "fifo"; + "Description" = "The FIFO file where expecting the passphrase"; + }; + "tunnelName" = { + "Name" = "tunnel"; + "Description" = "Tunnel's name"; + }; }; }; }; -- cgit v1.2.3