diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-01-21 09:05:03 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-01-21 09:05:03 +0000 |
commit | 231f4a4e70807e9824fd3c14c3bd258b37e0dbe4 (patch) | |
tree | 6031d16a384b2999b4d2aee33bc93f61ce9bb2b4 /Source/SPConstants.h | |
parent | 9823aec95fef0ce2407530a52befea408922c4da (diff) | |
download | sequelpro-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.h')
-rw-r--r-- | Source/SPConstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index feb7e699..5a11300a 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -329,6 +329,8 @@ extern NSString *SPCustomQueryAutoComplete; extern NSString *SPCustomQueryAutoCompleteDelay; extern NSString *SPCustomQueryFunctionCompletionInsertsArguments; extern NSString *SPCustomQueryEditorThemeName; +extern NSString *SPCustomQuerySoftIndent; +extern NSString *SPCustomQuerySoftIndentWidth; // AutoUpdate Prefpane extern NSString *SPLastUsedVersion; |