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/SPTableContent.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/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index 131b4313..3a0e8fc5 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -179,6 +179,8 @@ NSColor *blackColor; NSColor *lightGrayColor; + NSColor *blueColor; + NSColor *whiteColor; SPFieldEditorController *fieldEditor; NSRange fieldEditorSelectedRange; |