diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-09 20:54:16 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-09 20:54:16 +0000 |
commit | 3187b984cc76491bf1aabacdf8b2deb5046eaf0a (patch) | |
tree | 1c8c6a4a17faf280d16531b52767a094a0ed48f3 /Source/SPBundleEditorController.m | |
parent | 34eac092acd118620c2653731e283ca8aa7fc383 (diff) | |
download | sequelpro-3187b984cc76491bf1aabacdf8b2deb5046eaf0a.tar.gz sequelpro-3187b984cc76491bf1aabacdf8b2deb5046eaf0a.tar.bz2 sequelpro-3187b984cc76491bf1aabacdf8b2deb5046eaf0a.zip |
• Bundle Commands
- added shell vars SP_CURRENT_EDITED_COLUMN_NAME, SP_CURRENT_EDITED_TABLE for Input Field scoped commands if invoked from a table cell field editor
- added shell var SP_TABLE_DATA_SOURCE (content or query)
- fixed table row change trigger for custom query tableView
Diffstat (limited to 'Source/SPBundleEditorController.m')
-rw-r--r-- | Source/SPBundleEditorController.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPBundleEditorController.m b/Source/SPBundleEditorController.m index 4091e606..1aced5e8 100644 --- a/Source/SPBundleEditorController.m +++ b/Source/SPBundleEditorController.m @@ -327,12 +327,15 @@ @"SP_BUNDLE_INPUT_TABLE_METADATA", @"SP_BUNDLE_PATH", @"SP_BUNDLE_SCOPE", + @"SP_CURRENT_EDITED_COLUMN_NAME", + @"SP_CURRENT_EDITED_TABLE", @"SP_CURRENT_HOST", @"SP_CURRENT_LINE", @"SP_CURRENT_PORT", @"SP_CURRENT_QUERY", @"SP_CURRENT_USER", @"SP_CURRENT_WORD", + @"SP_DATA_TABLE_SOURCE", @"SP_DATABASE_ENCODING", @"SP_ICON_FILE", @"SP_PROCESS_ID", |