diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-09-15 13:58:10 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-09-15 13:58:10 +0000 |
commit | 00ac602d8ca381ce2086b3aa10ca21861e61aa6a (patch) | |
tree | 79ad2cfa74fdd17168a7c3ec23dd39aa91da0c9c /Source/SPDataCellFormatter.h | |
parent | c5d5b115cae8eb5f8295365ffa463a6561b9cccb (diff) | |
download | sequelpro-00ac602d8ca381ce2086b3aa10ca21861e61aa6a.tar.gz sequelpro-00ac602d8ca381ce2086b3aa10ca21861e61aa6a.tar.bz2 sequelpro-00ac602d8ca381ce2086b3aa10ca21861e61aa6a.zip |
• some further bit field editing preparations
• re-enabled length checking while editing in FieldEditorSheet
• FieldEditorSheet now shows field type declaration
• some preparations for BINARY editing in FieldEditorSheet
Diffstat (limited to 'Source/SPDataCellFormatter.h')
-rw-r--r-- | Source/SPDataCellFormatter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPDataCellFormatter.h b/Source/SPDataCellFormatter.h index a669fdc6..66bf442e 100644 --- a/Source/SPDataCellFormatter.h +++ b/Source/SPDataCellFormatter.h @@ -28,10 +28,12 @@ @interface SPDataCellFormatter : NSFormatter { NSInteger textLimit; + NSString *fieldType; } #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 @property NSInteger textLimit; + @property NSString* fieldType; #else -(NSInteger)textLimit; -(void)setTextLimit:(NSInteger)limit; |