From 8b4ae2928e82097e1957ef1873988d8677ac5426 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 8 Dec 2010 12:39:45 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Bundle=20Editor=20-=20added=20completion=20?= =?UTF-8?q?support=20for=20shell=20variables=20via=20ESC=20or=20F5=20or=20?= =?UTF-8?q?=E2=8C=98.=20-=20added=20chance=20to=20select=20something=20and?= =?UTF-8?q?=20wrap=20it=20into=20corresponding=20closing=20char=20for=20(?= =?UTF-8?q?=20'=20"=20`=20{?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPBundleEditorController.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPBundleEditorController.h') diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index ff475bb0..d586e5bc 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -106,6 +106,8 @@ BOOL selectionChanged; NSUndoManager *esUndoManager; + NSArray *shellVariableSuggestions; + } - (IBAction)inputPopupButtonChanged:(id)sender; -- cgit v1.2.3