aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-16 13:54:31 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-16 13:54:31 +0000
commit422c1a7b2ad474e8bef20e787bca44b954d1e2ef (patch)
treedd844fcbd6875dcfacd646fd0bb4904f94aee93b /Source/SPConstants.h
parent46ba2532fb0c540889178b4fc922de61597c27de (diff)
downloadsequelpro-422c1a7b2ad474e8bef20e787bca44b954d1e2ef.tar.gz
sequelpro-422c1a7b2ad474e8bef20e787bca44b954d1e2ef.tar.bz2
sequelpro-422c1a7b2ad474e8bef20e787bca44b954d1e2ef.zip
• Bundle support
- further minor improvements - make usage of more constants
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 64003bad..da17cf78 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -433,6 +433,12 @@ extern NSString *SPBundleInputSourceEntireContent;
extern NSString *SPBundleInputSourceCurrentWord;
extern NSString *SPBundleInputSourceCurrentQuery;
extern NSString *SPBundleInputSourceCurrentLine;
+extern NSString *SPBundleInputSourceSelectedTableRowsAsTab;
+extern NSString *SPBundleInputSourceSelectedTableRowsAsCsv;
+extern NSString *SPBundleInputSourceSelectedTableRowsAsSqlInsert;
+extern NSString *SPBundleInputSourceTableRowsAsTab;
+extern NSString *SPBundleInputSourceTableRowsAsCsv;
+extern NSString *SPBundleInputSourceTableRowsAsSqlInsert;
extern NSString *SPBundleInputSourceNone;
extern NSString *SPBundleOutputActionNone;
extern NSString *SPBundleOutputActionInsertAsText;
@@ -455,6 +461,7 @@ extern NSString *SPBundleInternPathToFileKey;
extern NSString *SPBundleInternKeyEquivalentKey;
extern NSString *SPBundleFileName;
extern NSString *SPBundleTaskInputFilePath;
+extern NSString *SPBundleTaskScriptCommandFilePath;
// sequel URL scheme
extern NSString *SPURLSchemeQueryInputPathHeader;