From d442e29e22e7cdb8a36f2bf3d2ad7cfc8910a0e9 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 20 Dec 2010 09:48:22 +0000 Subject: =?UTF-8?q?=E2=80=A2=20preparations=20for=20managing=20default=20B?= =?UTF-8?q?undles=20which=20will=20ship=20with=20SP=20=E2=80=A2=20improved?= =?UTF-8?q?=20Bundle=20Editor=20to=20store=20only=20modified=20Bundles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConstants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 7d85d2b7..37687ba1 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -482,6 +482,8 @@ extern NSString *SPBundleFileUUIDKey; extern NSString *SPBundleFileDescriptionKey; extern NSString *SPBundleFileTriggerKey; extern NSString *SPBundleFileWithBlobKey; +extern NSString *SPBundleFileIsDefaultBundleKey; +extern NSString *SPBundleFileDefaultBundleWasModifiedKey; extern NSString *SPBundleInternLabelKey; extern NSString *SPBundleInternPathToFileKey; extern NSString *SPBundleInternKeyEquivalentKey; -- cgit v1.2.3 From 4c0b75237fd608107cfff54e904f1b424564617e Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 21 Dec 2010 11:23:55 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20issue=20form=20redirecting=20output?= =?UTF-8?q?=20actions=20via=20exit=20codes=20if=20Bundle's=20default=20out?= =?UTF-8?q?put=20action=20was=20None=20=E2=80=A2=20renamed=20constants=20t?= =?UTF-8?q?o=20avoid=20confusing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConstants.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 37687ba1..92aa0786 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -527,9 +527,9 @@ extern NSString *SPBundleShellVariableExitReplaceSelection; extern NSString *SPBundleShellVariableExitReplaceContent; extern NSString *SPBundleShellVariableExitInsertAsText; extern NSString *SPBundleShellVariableExitInsertAsSnippet; -extern NSString *SPBundleShellVariableExitInsertAsHTML; -extern NSString *SPBundleShellVariableExitInsertAsTextTooltip; -extern NSString *SPBundleShellVariableExitInsertAsHTMLTooltip; +extern NSString *SPBundleShellVariableExitShowAsHTML; +extern NSString *SPBundleShellVariableExitShowAsTextTooltip; +extern NSString *SPBundleShellVariableExitShowAsHTMLTooltip; extern NSString *SPBundleShellVariableCurrentHost; extern NSString *SPBundleShellVariableCurrentUser; extern NSString *SPBundleShellVariableCurrentPort; -- cgit v1.2.3 From 7c0e19ddea57a362e9ec6bbc22a2b57b97a758f4 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 22 Dec 2010 05:08:12 +0000 Subject: =?UTF-8?q?=E2=80=A2=20implemented=20undeletion=20of=20default=20B?= =?UTF-8?q?undles=20=E2=80=A2=20made=20usage=20of=20constants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConstants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 92aa0786..33b7b3a5 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -374,6 +374,8 @@ extern NSString *SPUniqueSchemaDelimiter; extern NSString *SPLastImportIntoNewTableEncoding; extern NSString *SPLastImportIntoNewTableType; extern NSString *SPGlobalValueHistory; +extern NSString *SPBundleDeletedDefaultBundlesKey; +extern NSString *SPBundleUpdatedDefaultBundlesKey; // URLs extern NSString *SPDonationsURL; -- cgit v1.2.3 From f873d9c10f5023be4c14114db009a6467c7dcc92 Mon Sep 17 00:00:00 2001 From: dmoagx Date: Sun, 26 Dec 2010 00:59:22 +0000 Subject: * Provide more context for Bundle Editor localizable messages (leaves one issue with genstrings, might need to set "-q") --- Source/SPConstants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 33b7b3a5..f95f6286 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -211,6 +211,7 @@ typedef enum #define SPLOCALIZEDURL_KEYBOARDSHORTCUTS NSLocalizedString(@"http://www.sequelpro.com/docs/Keyboard_Shortcuts", @"Localized keyboard shortcuts page - do not localize if no translated webpage is available") #define SPLOCALIZEDURL_CONNECTIONHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Getting_Connected", @"Localized connection help page - do not localize if no translated webpage is available") #define SPLOCALIZEDURL_TRANSLATIONFEEDBACK NSLocalizedString(@"http://dev.sequelpro.com/translate/feedback", @"Localized translation feedback page - do not localize if no translated webpage is available") +#define SPLOCALIZEDURL_BUNDLEEDITORHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Bundle_Editor", @"Localized help page for bundle editor - do not localize if no translated webpage is available") // Long running notification time for Growl messages extern const CGFloat SPLongRunningNotificationTime; -- cgit v1.2.3