diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-14 19:05:29 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-14 19:05:29 +0000 |
commit | fc8cc239ab276cf0fc7a7b9ed77369aa9666e06a (patch) | |
tree | 568029c742fb30ddaa18450f0d48e1aa6037993e /Source/SPConstants.h | |
parent | 12c3d328170a182a18280e9c62f78144095adcc0 (diff) | |
download | sequelpro-fc8cc239ab276cf0fc7a7b9ed77369aa9666e06a.tar.gz sequelpro-fc8cc239ab276cf0fc7a7b9ed77369aa9666e06a.tar.bz2 sequelpro-fc8cc239ab276cf0fc7a7b9ed77369aa9666e06a.zip |
Add an option to display binary data as hex, while displaying it in blue to distinguish from string data of similar content.
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 872ad0f5..c5578dc3 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -372,6 +372,7 @@ extern NSString *SPFavoritesSortedInReverse; extern NSString *SPAlwaysShowWindowTabBar; extern NSString *SPResetAutoIncrementAfterDeletionOfAllRows; extern NSString *SPFavoriteColorList; +extern NSString *SPDisplayBinaryDataAsHex; // Hidden Prefs extern NSString *SPPrintWarningRowLimit; |