aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-08 12:39:45 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-08 12:39:45 +0000
commit8b4ae2928e82097e1957ef1873988d8677ac5426 (patch)
tree3b8c984cd2176af981e4d7e95ca402bb2b21167c /Source/SPBundleEditorController.h
parentd51530a48813b08d9694fed3a7a24998d495d5b5 (diff)
downloadsequelpro-8b4ae2928e82097e1957ef1873988d8677ac5426.tar.gz
sequelpro-8b4ae2928e82097e1957ef1873988d8677ac5426.tar.bz2
sequelpro-8b4ae2928e82097e1957ef1873988d8677ac5426.zip
• Bundle Editor
- added completion support for shell variables via ESC or F5 or ⌘. - added chance to select something and wrap it into corresponding closing char for ( ' " ` {
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h2
1 files changed, 2 insertions, 0 deletions
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;