diff options
author | Abhi Beckert <abhi@abhibeckert.com> | 2014-09-06 17:30:26 +1000 |
---|---|---|
committer | Abhi Beckert <abhi@abhibeckert.com> | 2014-09-06 17:30:26 +1000 |
commit | 198a0622e41f0fb73d4abf462db1e4c204c85b54 (patch) | |
tree | fd7f0579996a1abf300013341000951c026e2f59 /Source/SPConstants.h | |
parent | 29be07630c2a965d01bb61fa2cc9d9f14dd4a8b5 (diff) | |
parent | e2d1e9461a224a280549007a9f02ea364a3dca49 (diff) | |
download | sequelpro-198a0622e41f0fb73d4abf462db1e4c204c85b54.tar.gz sequelpro-198a0622e41f0fb73d4abf462db1e4c204c85b54.tar.bz2 sequelpro-198a0622e41f0fb73d4abf462db1e4c204c85b54.zip |
Merge pull request #1982 from abhibeckert/master
Add pref to disable backticks in completions
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 1 |
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; |