From e8f4c4a9e16b0747647cc914c13d7597800b108d Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sun, 12 Dec 2010 13:32:48 +0000 Subject: =?UTF-8?q?=E2=80=A2=20HTML=20output=20window's=20JavaScript=20sup?= =?UTF-8?q?port=20-=20changed=20the=20approach=20to=20make=20the=20HTML=20?= =?UTF-8?q?output=20window=20the=20key=20window;=20now=20it=20could=20be?= =?UTF-8?q?=20done=20directly=20via=20a=20JavaScript=20command:=20window.s?= =?UTF-8?q?ystem.makeHTMLOutputWindowKeyWindow()=20-=20added=20the=20chanc?= =?UTF-8?q?e=20to=20ask=20Sequel=20Pro=20via=20JavaScript=20for=20run-time?= =?UTF-8?q?=20shell=20variables=20via=20window.system.getShellEnvironmentF?= =?UTF-8?q?orName('shell=5Fvar=5Fname')=20=E2=80=A2=20more=20usage=20of=20?= =?UTF-8?q?constants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConstants.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index d6a0ee5f..804a067f 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -507,6 +507,11 @@ extern NSString *SPBundleShellVariableCurrentEditedColumnName; extern NSString *SPBundleShellVariableSelectedTable; extern NSString *SPBundleShellVariableCurrentEditedTable; extern NSString *SPBundleShellVariableDataTableSource; +extern NSString *SPBundleShellVariableCurrentQuery; +extern NSString *SPBundleShellVariableSelectedText; +extern NSString *SPBundleShellVariableCurrentWord; +extern NSString *SPBundleShellVariableCurrentLine; +extern NSString *SPBundleShellVariableSelectedRowIndices; extern const NSInteger SPBundleRedirectActionNone; extern const NSInteger SPBundleRedirectActionReplaceSection; -- cgit v1.2.3