aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-03-24 21:51:27 +0000
committerstuconnolly <stuart02@gmail.com>2010-03-24 21:51:27 +0000
commit3b70bf3ed475602fac435b86ab564423ae1dfdb0 (patch)
tree2328be21dbfdaec7e07caad38c2b46d26c76fcd7 /Source/SPConstants.m
parent47f354070f1fa8dfeb46c4065075ee53de4c1626 (diff)
downloadsequelpro-3b70bf3ed475602fac435b86ab564423ae1dfdb0.tar.gz
sequelpro-3b70bf3ed475602fac435b86ab564423ae1dfdb0.tar.bz2
sequelpro-3b70bf3ed475602fac435b86ab564423ae1dfdb0.zip
General tidy up, with a focus on consolidating more constants in SPConstants.h/m.
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index 82a92bc7..68fa162f 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -25,6 +25,12 @@
#import "SPConstants.h"
+// Long running notification time for Growl messages
+const CGFloat SPLongRunningNotificationTime = 3.0;
+
+// Narrow down completion max rows
+const NSUInteger SPNarrowDownCompletionMaxRows = 15;
+
// Kill mode constants
NSString *SPKillProcessQueryMode = @"SPKillProcessQueryMode";
NSString *SPKillProcessConnectionMode = @"SPKillProcessConnectionMode";
@@ -160,6 +166,7 @@ NSString *SPFAQURL = @"http://www.sequelpro.com/do
NSString *SPDocumentationURL = @"http://www.sequelpro.com/docs/";
NSString *SPContactURL = @"http://www.sequelpro.com/docs/Contact_the_developers";
NSString *SPKeyboardShortcutsURL = @"http://www.sequelpro.com/docs/Keyboard_Shortcuts";
+NSString *SPMySQLSearchURL = @"http://search.mysql.com/search?q=%@&site=refman-%@";
// Toolbar constants