aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2011-01-21 09:05:03 +0000
committerBibiko <bibiko@eva.mpg.de>2011-01-21 09:05:03 +0000
commit231f4a4e70807e9824fd3c14c3bd258b37e0dbe4 (patch)
tree6031d16a384b2999b4d2aee33bc93f61ce9bb2b4 /Source/SPConstants.m
parent9823aec95fef0ce2407530a52befea408922c4da (diff)
downloadsequelpro-231f4a4e70807e9824fd3c14c3bd258b37e0dbe4.tar.gz
sequelpro-231f4a4e70807e9824fd3c14c3bd258b37e0dbe4.tar.bz2
sequelpro-231f4a4e70807e9824fd3c14c3bd258b37e0dbe4.zip
• implemented user-definable Soft Indention
- instead of using \t as indention string the user can choose how many spaces should be used instead - addresses issue 956
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index e5020abd..366832de 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -130,6 +130,8 @@ NSString *SPCustomQueryAutoComplete = @"CustomQueryAutoComplete";
NSString *SPCustomQueryAutoCompleteDelay = @"CustomQueryAutoCompleteDelay";
NSString *SPCustomQueryFunctionCompletionInsertsArguments = @"CustomQueryFunctionCompletionInsertsArguments";
NSString *SPCustomQueryEditorThemeName = @"CustomQueryEditorThemeName";
+NSString *SPCustomQuerySoftIndent = @"CustomQuerySoftIndent";
+NSString *SPCustomQuerySoftIndentWidth = @"CustomQuerySoftIndentWidth";
// AutoUpdate Prefpane
NSString *SPLastUsedVersion = @"LastUsedVersion";