aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorAbhi Beckert <abhibeckert@gmail.com>2014-09-06 17:29:06 +1000
committerAbhi Beckert <abhibeckert@gmail.com>2014-09-06 17:29:06 +1000
commite2d1e9461a224a280549007a9f02ea364a3dca49 (patch)
treefd7f0579996a1abf300013341000951c026e2f59 /Source/SPConstants.h
parent41243098508b7d147a4610fd802cc674c6600dd0 (diff)
downloadsequelpro-e2d1e9461a224a280549007a9f02ea364a3dca49.tar.gz
sequelpro-e2d1e9461a224a280549007a9f02ea364a3dca49.tar.bz2
sequelpro-e2d1e9461a224a280549007a9f02ea364a3dca49.zip
Add pref to disable backticks in completions
Add a checkbox to the Editor preferences to disable placing backticks around attributes when completing in the custom query pane. Resolves #764
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 76f51f49..6c9f4a68 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -342,6 +342,7 @@ extern NSString *SPCustomQueryUpdateAutoHelp;
extern NSString *SPCustomQueryAutoHelpDelay;
extern NSString *SPCustomQueryHighlightCurrentQuery;
extern NSString *SPCustomQueryEditorTabStopWidth;
+extern NSString *SPCustomQueryEditorCompleteWithBackticks;
extern NSString *SPCustomQueryAutoComplete;
extern NSString *SPCustomQueryAutoCompleteDelay;
extern NSString *SPCustomQueryFunctionCompletionInsertsArguments;